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

@@ -15,8 +15,6 @@
*/
#pragma once
#define TAP_CODE_DELAY 10 // tap_code function delay for register and unregister
/* animations enabled */
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD

View File

@@ -21,6 +21,9 @@
"tapping": {
"term": 300
},
"qmk": {
"tap_keycode_delay": 10
},
"ws2812": {
"pin": "A10"
},