]> git.donarmstrong.com Git - qmk_firmware.git/blob - users/bocaj/config.h
Remove more commented out MCUs
[qmk_firmware.git] / users / bocaj / config.h
1 #pragma once
2
3 #ifndef QMK_KEYS_PER_SCAN
4   #define QMK_KEYS_PER_SCAN 4
5 #endif // QMK KEYS PER SCAN
6
7 // this makes it possible to do rolling combos (zx) with keys that
8 // convert to other keys on hold (z becomes ctrl when you hold it,
9 // and when this option isn't enabled, z rapidly followed by x
10 // actually sends Ctrl-x. That's bad.)
11 #define IGNORE_MOD_TAP_INTERRUPT
12 #undef PERMISSIVE_HOLD
13 #define PREVENT_STUCK_MODIFIERS
14
15 #ifdef TAPPING_TERM
16 #undef TAPPING_TERM
17 #endif // TAPPING_TERM
18 #define TAPPING_TERM 175
19
20 #define RETRO_TAPPING
21
22 // Disable action_get_macro and fn_actions, since we don't use these
23 // and it saves on space in the firmware.
24 #ifndef NO_DEBUG
25 #define NO_DEBUG
26 #endif // !NO_DEBUG
27 #if !defined(NO_PRINT) && !defined(CONSOLE_ENABLE)
28 #define NO_PRINT
29 #endif // !NO_PRINT
30 #define NO_ACTION_MACRO
31 #define NO_ACTION_FUNCTION
32
33 #define MACRO_TIMER 5