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
|