mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-19 11:46:08 +00:00
bug(planck): reducing tap time
This commit is contained in:
parent
b063e1cf23
commit
62606b2dc6
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ enum planck_keycodes {
|
||||||
|
|
||||||
static bool shift_interrupted[2] = {0, 0};
|
static bool shift_interrupted[2] = {0, 0};
|
||||||
static uint16_t scs_timer[2] = {0, 0};
|
static uint16_t scs_timer[2] = {0, 0};
|
||||||
#define TAPPING_TERM 200
|
#define TAPPING_TERM 150
|
||||||
|
|
||||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue