Move TAP_CODE_DELAY to data driven (#21363)

This commit is contained in:
Ryan
2023-06-25 22:06:31 +10:00
committed by GitHub
parent dd164a0566
commit 2f9f555add
174 changed files with 269 additions and 375 deletions

View File

@@ -24,7 +24,6 @@
/*************************************/
#define MATRIX_IO_DELAY 15 // default 30
#define TAP_CODE_DELAY 50 // default 0, disabled
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE

View File

@@ -22,6 +22,9 @@
}
}
},
"qmk": {
"tap_keycode_delay": 50
},
"processor": "atmega32u4",
"bootloader": "caterina",
"debounce": 3,