~ruther/qmk_firmware

ref: 837cae95ba8ae9b7d92d4e96ce91dfdf0a5f6374 qmk_firmware/users/ninjonas/config.h -rw-r--r-- 458 bytes
837cae95 — ID64F boardsource/unicorne - Fixed OLED layers being all set to zero (#22389) 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifdef TAPPING_TERM
    #undef TAPPING_TERM
    #define TAPPING_TERM 200
#endif
#define TAPPING_TERM_PER_KEY

// Mouse Settings: Smoothing out mouse movement on keypress
#ifndef MOUSEKEY_INTERVAL
    #undef MOUSEKEY_INTERVAL
    #define MOUSEKEY_INTERVAL 16
#endif
#define MOUSEKEY_DELAY 0
#define MOUSEKEY_TIME_TO_MAX 60
#define MOUSEKEY_MAX_SPEED 7
#define MOUSEKEY_WHEEL_DELAY 0

#ifdef COMBO_ENABLE
    #undef COMBO_TERM
    #define COMBO_TERM 60
#endif
Do not follow this link