mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-06-03 14:13:46 -03:00
19 lines
218 B
C
19 lines
218 B
C
#ifndef KEYMAP_CONFIG_H
|
|
#define KEYMAP_CONFIG_H
|
|
|
|
|
|
#define RGBLIGHT_SLEEP
|
|
|
|
|
|
#undef PERMISSIVE_HOLD
|
|
|
|
|
|
#define NKRO_DEFAULT_ON true
|
|
|
|
#ifndef TAPPING_TOGGLE
|
|
#define TAPPING_TOGGLE 1
|
|
#endif
|
|
|
|
#endif // !USERSPACE_CONFIG_H
|
|
|