~ruther/qmk_firmware

ref: 8ad2e307323415ac0a0198daf79223b3ae90de97 qmk_firmware/keyboards/handwired/space_oddity/config.h -rw-r--r-- 341 bytes
8ad2e307 — James Young Migrate `LOCKING_*_ENABLE` to Data-Driven: A-C, Part 1 (#23745) 11 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once


#define MOUSEKEY_INTERVAL 16
#define MOUSEKEY_DELAY 0
#define MOUSEKEY_TIME_TO_MAX 60
#define MOUSEKEY_MAX_SPEED 7
#define MOUSEKEY_WHEEL_DELAY 0

/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE

/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
Do not follow this link