mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-22 08:24:41 +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
|