mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-18 02:26:54 +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,
|
"command": false,
|
||||||
"nkro": false,
|
"nkro": false,
|
||||||
"backlight": false,
|
"backlight": false,
|
||||||
"rgblight": false,
|
"rgblight": true,
|
||||||
"rgb_matrix": false,
|
"rgb_matrix": false,
|
||||||
"oled": false,
|
"oled": true,
|
||||||
"pointing_device": true,
|
"pointing_device": true,
|
||||||
"audio": false,
|
"audio": false,
|
||||||
"sleep_led": 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
|
# for debug
|
||||||
#CONSOLE_ENABLE = yes
|
#CONSOLE_ENABLE = yes
|
||||||
|
@ -1,6 +1,2 @@
|
|||||||
RGBLIGHT_ENABLE = yes
|
|
||||||
|
|
||||||
OLED_ENABLE = yes
|
|
||||||
|
|
||||||
# for debug
|
# for debug
|
||||||
#CONSOLE_ENABLE = yes
|
#CONSOLE_ENABLE = yes
|
||||||
|
@ -1,5 +1 @@
|
|||||||
RGBLIGHT_ENABLE = yes
|
|
||||||
|
|
||||||
OLED_ENABLE = yes
|
|
||||||
|
|
||||||
VIA_ENABLE = yes
|
VIA_ENABLE = yes
|
||||||
|
Loading…
Reference in New Issue
Block a user