mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 14:40:06 +00:00
9 lines
160 B
C
9 lines
160 B
C
|
#ifdef RGBLIGHT_ENABLE
|
||
|
# ifndef CAPS_LOCK_MODE
|
||
|
# define CAPS_LOCK_MODE 1
|
||
|
# endif
|
||
|
# ifndef NORMAL_MODE
|
||
|
# define NORMAL_MODE 4
|
||
|
# endif
|
||
|
#endif
|