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