forked from mirror/qmk_firmware
Move RGBLED_NUM to data driven (#21278)
This commit is contained in:
@@ -69,9 +69,6 @@
|
||||
# error one of MODELM_LEDS_FFC, MODELM_LEDS_WIRED or MODELM_LEDS_WS2812 must be set!
|
||||
#endif
|
||||
|
||||
// 3* WS2812 LEDs instead of singlecolor GPIO LEDs
|
||||
#define RGBLED_NUM 3
|
||||
|
||||
// disabled, needs PCB patch.
|
||||
//#define AUDIO_PIN C6
|
||||
//#define NO_MUSIC_MODE
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
"pid": "0x558E",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 3
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B6"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user