mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2025-01-02 23:09:48 +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
|