mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-01 21:26:55 +06: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
|