mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 07:19:06 +00:00
Move TAP_CODE_DELAY
to data driven (#21363)
This commit is contained in:
@@ -16,8 +16,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define TAP_CODE_DELAY 10
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
/* Locking resynchronize hack */
|
||||
|
@@ -18,6 +18,9 @@
|
||||
{"pin_a": "B12", "pin_b": "A14", "resolution": 2}
|
||||
]
|
||||
},
|
||||
"qmk": {
|
||||
"tap_keycode_delay": 10
|
||||
},
|
||||
"processor": "STM32F303",
|
||||
"bootloader": "stm32-dfu",
|
||||
"layouts": {
|
||||
|
Reference in New Issue
Block a user