aboutsummaryrefslogtreecommitdiff
path: root/users/bocaj/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/bocaj/config.h')
-rw-r--r--users/bocaj/config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/users/bocaj/config.h b/users/bocaj/config.h
index 0e726598c..1956ea6d9 100644
--- a/users/bocaj/config.h
+++ b/users/bocaj/config.h
@@ -10,12 +10,15 @@
10// actually sends Ctrl-x. That's bad.) 10// actually sends Ctrl-x. That's bad.)
11#define IGNORE_MOD_TAP_INTERRUPT 11#define IGNORE_MOD_TAP_INTERRUPT
12#undef PERMISSIVE_HOLD 12#undef PERMISSIVE_HOLD
13#define PREVENT_STUCK_MODIFIERS
13 14
14#ifdef TAPPING_TERM 15#ifdef TAPPING_TERM
15#undef TAPPING_TERM 16#undef TAPPING_TERM
16#endif // TAPPING_TERM 17#endif // TAPPING_TERM
17#define TAPPING_TERM 175 18#define TAPPING_TERM 175
18 19
20#define RETRO_TAPPING
21
19// Disable action_get_macro and fn_actions, since we don't use these 22// Disable action_get_macro and fn_actions, since we don't use these
20// and it saves on space in the firmware. 23// and it saves on space in the firmware.
21#ifndef NO_DEBUG 24#ifndef NO_DEBUG
@@ -27,6 +30,4 @@
27#define NO_ACTION_MACRO 30#define NO_ACTION_MACRO
28#define NO_ACTION_FUNCTION 31#define NO_ACTION_FUNCTION
29 32
30#define DISABLE_LEADER
31
32#define MACRO_TIMER 5 33#define MACRO_TIMER 5