Move RGBLED_NUM to data driven (#21278)
This commit is contained in:
@@ -2,9 +2,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#pragma once
|
||||
|
||||
/* rgb underglow */
|
||||
#define RGBLED_NUM 6
|
||||
|
||||
/* misc */
|
||||
#define LAYER_STATE_8BIT
|
||||
#define NO_ACTION_TAPPING
|
||||
|
||||
@@ -21,6 +21,9 @@
|
||||
"bootmagic": {
|
||||
"matrix": [1, 0]
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 6
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "E6"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user