19 lines
241 B
C
19 lines
241 B
C
#ifndef KEYMAP_CONFIG_H
|
|
#define KEYMAP_CONFIG_H
|
|
|
|
|
|
#define RGBLIGHT_SLEEP
|
|
|
|
|
|
#define IGNORE_MOD_TAP_INTERRUPT
|
|
#undef PERMISSIVE_HOLD
|
|
|
|
|
|
#define FORCE_NKRO
|
|
|
|
#ifndef TAPPING_TOGGLE
|
|
#define TAPPING_TOGGLE 1
|
|
#endif
|
|
|
|
#endif // !USERSPACE_CONFIG_H
|
|
|