Move RGBLED_NUM to data driven (#21278)
This commit is contained in:
@@ -21,8 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
// #define USE_I2C
|
||||
|
||||
#define RGBLED_NUM 2
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
/* Locking resynchronize hack */
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
}
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 2,
|
||||
"split_count": [1, 1]
|
||||
},
|
||||
"ws2812": {
|
||||
|
||||
Reference in New Issue
Block a user