blob: 6fc64f508230db75abc6c0bb1ed04ab6fc788cfa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include QMK_KEYBOARD_CONFIG_H
#define FORCE_NKRO
#define PREVENT_STUCK_MODIFIERS
#undef TAPPING_TERM
#undef IGNORE_MOD_TAP_INTERRUPT
#endif
|