aboutsummaryrefslogtreecommitdiff
path: root/users/billypython/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/billypython/config.h')
-rw-r--r--users/billypython/config.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/users/billypython/config.h b/users/billypython/config.h
new file mode 100644
index 000000000..705e6c934
--- /dev/null
+++ b/users/billypython/config.h
@@ -0,0 +1,19 @@
1#pragma once
2
3#define FORCE_NKRO
4
5#define MAGIC_KEY_BOOTLOADER B
6
7#define MOUSEKEY_DELAY 50
8#define MOUSEKEY_INTERVAL 15
9#define MOUSEKEY_MAX_SPEED 4
10#define MOUSEKEY_TIME_TO_MAX 50
11#define MOUSEKEY_WHEEL_MAX_SPEED 1
12#define MOUSEKEY_WHEEL_TIME_TO_MAX 50
13
14#define NO_ACTION_FUNCTION
15#define NO_ACTION_MACRO
16
17#define PERMISSIVE_HOLD
18#define TAPPING_TERM 200
19#define TAPPING_TOGGLE 2