forked from mirror/qmk_firmware
RGB Matrix: driver naming cleanups (#21594)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"pin": "D3"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812"
|
||||
"driver": "ws2812"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["C6", "D7", "E6", "B4", "B5"],
|
||||
|
||||
@@ -6,7 +6,6 @@ SRC += features/caps_word.c
|
||||
#
|
||||
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
||||
DYNAMIC_MACRO_ENABLE = yes # Create macros on the fly
|
||||
RGB_MATRIX_DRIVER = WS2812
|
||||
INDICATOR_LIGHTS = yes # Enable indicator lights for caps lock, etc.
|
||||
# TAP_DANCE_ENABLE = yes # Send different keycodes if tapped multiple times
|
||||
# KEY_OVERRIDE_ENABLE = yes # Override key combos
|
||||
|
||||
Reference in New Issue
Block a user