4 //tapping term short (<100): on multi-purpose keys, slow taps may not register, but "holds" register easier. multi-tap keys may be difficult to activate.
5 //tapping term long (>200): holds don't register as easily - noticeable when typing quickly (e.g. shift doesn't want to engage.)
8 //MIGHT HAVE TO SPLIT THIS INTO TWO CONDITIONS
9 #if defined(TAP_DANCE_ENABLE) && defined(KEYBOARD_lets_split_rev2) || defined(KEYBOARD_iris_rev2)
10 //Kailh Coppers activate quickly and don't need a long tapping term
11 #define TAPPING_TERM 100
13 #elif defined(TAP_DANCE_ENABLE) && defined(KEYBOARD_bigswitch)
14 #define TAPPING_TERM 700
17 #define TAPPING_TERM 145
21 #ifdef MOUSEKEY_ENABLE
22 #define MOUSEKEY_INTERVAL 16
23 #define MOUSEKEY_DELAY 0
24 #define MOUSEKEY_TIME_TO_MAX 60
25 #define MOUSEKEY_MAX_SPEED 7
26 #define MOUSEKEY_WHEEL_DELAY 0
29 // Disable action_get_macro and fn_actions, since we don't use these
30 // and it saves on space in the firmware.
34 #if !defined(NO_PRINT) && !defined(CONSOLE_ENABLE)
37 #define NO_ACTION_MACRO
38 #define NO_ACTION_FUNCTION
39 #define NO_ACTION_ONESHOT
41 // Disable mod tap interrrupt
42 #ifndef IGNORE_MOD_TAP_INTERRUPT
43 #define IGNORE_MOD_TAP_INTERRUPT
44 #endif // !mod tap interrrupt