You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
360 B
25 lines
360 B
6 years ago
|
#ifndef KEYMAP_CONFIG_H
|
||
|
#define KEYMAP_CONFIG_H
|
||
|
|
||
|
|
||
|
#define RGBLIGHT_SLEEP
|
||
|
|
||
|
|
||
|
#ifndef QMK_KEYS_PER_SCAN
|
||
|
#define QMK_KEYS_PER_SCAN 4
|
||
|
#endif // !QMK_KEYS_PER_SCAN
|
||
|
|
||
|
#define IGNORE_MOD_TAP_INTERRUPT
|
||
|
#undef PERMISSIVE_HOLD
|
||
|
#undef PREVENT_STUCK_MODIFIERS
|
||
|
|
||
|
|
||
|
#define FORCE_NKRO
|
||
|
|
||
|
#ifndef TAPPING_TOGGLE
|
||
|
#define TAPPING_TOGGLE 1
|
||
|
#endif
|
||
|
|
||
|
#endif // !USERSPACE_CONFIG_H
|
||
|
|