mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 03:19:24 +00:00
Move RGBLIGHT and OLED rules to keyboard level
This commit is contained in:
parent
62711d8858
commit
9d9f273e7b
@ -23,9 +23,9 @@
|
||||
"command": false,
|
||||
"nkro": false,
|
||||
"backlight": false,
|
||||
"rgblight": false,
|
||||
"rgblight": true,
|
||||
"rgb_matrix": false,
|
||||
"oled": false,
|
||||
"oled": true,
|
||||
"pointing_device": true,
|
||||
"audio": false,
|
||||
"sleep_led": false,
|
||||
|
@ -1,3 +0,0 @@
|
||||
RGBLIGHT_ENABLE = yes
|
||||
|
||||
OLED_ENABLE = yes
|
@ -1,6 +1,2 @@
|
||||
RGBLIGHT_ENABLE = yes
|
||||
|
||||
OLED_ENABLE = yes
|
||||
|
||||
# for debug
|
||||
#CONSOLE_ENABLE = yes
|
||||
|
@ -1,6 +1,2 @@
|
||||
RGBLIGHT_ENABLE = yes
|
||||
|
||||
OLED_ENABLE = yes
|
||||
|
||||
# for debug
|
||||
#CONSOLE_ENABLE = yes
|
||||
|
@ -1,5 +1 @@
|
||||
RGBLIGHT_ENABLE = yes
|
||||
|
||||
OLED_ENABLE = yes
|
||||
|
||||
VIA_ENABLE = yes
|
||||
|
Loading…
Reference in New Issue
Block a user