mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 11:31:13 +00:00
ifdef RGBLIGHT
This commit is contained in:
parent
8ebc21bb25
commit
3e3c2ea68f
@ -3,6 +3,8 @@
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
|
||||
// ===== LED/RGB INDICATOR =====
|
||||
enum RGB_LAYERS {
|
||||
RGBL_CAPSL = 0,
|
||||
@ -40,3 +42,5 @@ void keyboard_post_init_kb(void) {
|
||||
rgblight_layers = rgb_layers;
|
||||
keyboard_post_init_user();
|
||||
}
|
||||
|
||||
#endif /* ifdef RGBLIGHT_ENABLE */
|
||||
|
Loading…
Reference in New Issue
Block a user