blob: 57a8664649be3c7e364123fc8561ee35d96b954a (
plain)
1
2
3
4
5
6
7
8
|
#pragma once
/* 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
#define TAPPING_TERM 100
|