~ruther/qmk_firmware

ref: 5d0d39b5223b0eb16ae90349ad3904b8857c6696 qmk_firmware/users/billypython/config.h -rw-r--r-- 397 bytes
5d0d39b5 — James Young HolySwitch Lightweight65 Community Layout Support (#21550) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#pragma once

#define FORCE_NKRO

#define MOUSEKEY_DELAY              50
#define MOUSEKEY_INTERVAL           15
#define MOUSEKEY_MAX_SPEED          4
#define MOUSEKEY_TIME_TO_MAX        50
#define MOUSEKEY_WHEEL_MAX_SPEED    1
#define MOUSEKEY_WHEEL_TIME_TO_MAX  50

#define NO_ACTION_FUNCTION
#define NO_ACTION_MACRO

#define PERMISSIVE_HOLD
#define TAPPING_TERM    200
#define TAPPING_TOGGLE  2