Move TAP_CODE_DELAY to data driven (#21363)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -21,6 +21,9 @@
|
||||
"tapping": {
|
||||
"term": 300
|
||||
},
|
||||
"qmk": {
|
||||
"tap_keycode_delay": 10
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "A10"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user