]> git.donarmstrong.com Git - qmk_firmware.git/blob - users/wanleg/config.h
22073449b2433deb400324cfb60b33796dc09c7a
[qmk_firmware.git] / users / wanleg / config.h
1 #ifndef USERSPACE_CONFIG_H
2 #define USERSPACE_CONFIG_H
3
4 #define PREVENT_STUCK_MODIFIERS
5
6 //TAPPING_TERM
7 #ifdef TAP_DANCE_ENABLE
8 #define TAPPING_TERM 200
9 #endif
10
11 //Mousekey Settings
12 #ifdef MOUSEKEY_ENABLE
13 #define MOUSEKEY_INTERVAL 16
14 #define MOUSEKEY_DELAY 0
15 #define MOUSEKEY_TIME_TO_MAX 60
16 #define MOUSEKEY_MAX_SPEED 7
17 #define MOUSEKEY_WHEEL_DELAY 0
18 #endif
19
20 // Disable action_get_macro and fn_actions, since we don't use these
21 // and it saves on space in the firmware.
22 #ifndef NO_DEBUG
23 #define NO_DEBUG
24 #endif // !NO_DEBUG
25 #if !defined(NO_PRINT) && !defined(CONSOLE_ENABLE)
26 #define NO_PRINT
27 #endif // !NO_PRINT
28 #define NO_ACTION_MACRO
29 #define NO_ACTION_FUNCTION
30 #define NO_ACTION_ONESHOT
31
32 #endif // !USERSPACE_CONFIG_H