qmk-config
qmk configs for my open-source keyboards
git clone https://9o.is/git/qmk-config.git
config.h
(478B)
1 #pragma once
2
3 #define SOFT_SERIAL_PIN D2
4 #define TAPPING_TERM 160
5 #define TAPPING_TERM_PER_KEY
6 #define COMBO_MUST_TAP_PER_COMBO
7 #define QUICK_TAP_TERM 120
8 #define PERMISSIVE_HOLD
9 #define ACHORDION_STREAK
10 #define NKRO_DEFAULT_ON true
11
12 // Mouse key speed and acceleration.
13 #define MOUSEKEY_DELAY 0
14 #define MOUSEKEY_MOVE_DELTA 4
15 #define MOUSEKEY_INTERVAL 16
16 #define MOUSEKEY_WHEEL_DELAY 0
17 #define MOUSEKEY_MAX_SPEED 10
18 #define MOUSEKEY_TIME_TO_MAX 15