forked from mirror/qmk_firmware
Move TAPPING_TERM to data driven (#21296)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
@@ -22,6 +22,3 @@
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
||||
#define RGBLIGHT_MODE_STATIC_GRADIENT
|
||||
|
||||
//#define RETRO_TAPPING
|
||||
#define TAPPING_TERM 175
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
"brightness_steps": 8,
|
||||
"led_count": 6
|
||||
},
|
||||
"tapping": {
|
||||
"term": 175
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "E6"
|
||||
},
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
"brightness_steps": 8,
|
||||
"led_count": 6
|
||||
},
|
||||
"tapping": {
|
||||
"term": 175
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "E6"
|
||||
},
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
"brightness_steps": 8,
|
||||
"led_count": 6
|
||||
},
|
||||
"tapping": {
|
||||
"term": 175
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "E6"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user