forked from mirror/qmk_firmware
Add DD {LED,RGB}_MATRIX_DEFAULT_FLAGS support (#25671)
This commit is contained in:
@@ -67,6 +67,9 @@
|
||||
"solid_splash": true,
|
||||
"solid_multisplash": true
|
||||
},
|
||||
"default": {
|
||||
"flags": 7
|
||||
},
|
||||
"driver": "ws2812",
|
||||
"max_brightness": 200,
|
||||
"sleep": true
|
||||
|
||||
@@ -64,9 +64,4 @@ led_config_t g_led_config = { {
|
||||
8, 8, 8, 8
|
||||
} };
|
||||
|
||||
|
||||
void keyboard_pre_init_kb(void) {
|
||||
rgb_matrix_set_flags(LED_FLAG_MODIFIER|LED_FLAG_UNDERGLOW|LED_FLAG_KEYLIGHT);
|
||||
keyboard_pre_init_user();
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user