mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
19 lines
208 B
C
19 lines
208 B
C
#ifndef KEYMAP_CONFIG_H
|
|
#define KEYMAP_CONFIG_H
|
|
|
|
|
|
#define RGBLIGHT_SLEEP
|
|
|
|
|
|
#undef PERMISSIVE_HOLD
|
|
|
|
|
|
#define FORCE_NKRO
|
|
|
|
#ifndef TAPPING_TOGGLE
|
|
#define TAPPING_TOGGLE 1
|
|
#endif
|
|
|
|
#endif // !USERSPACE_CONFIG_H
|
|
|