Move TAPPING_TERM to data driven (#21296)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define TAPPING_TERM 150
|
||||
|
||||
#ifdef AUDIO_ENABLE
|
||||
#define AUDIO_PIN A5
|
||||
#define AUDIO_PIN_ALT A4
|
||||
|
||||
@@ -9,6 +9,9 @@
|
||||
"device_version": "0.2.1",
|
||||
"force_nkro": true
|
||||
},
|
||||
"tapping": {
|
||||
"term": 150
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["A2", "A1", "A0", "B8", "B13", "B14", "B15", "B9", "B10", "B11", "B3", "B2", "B1", "B0"],
|
||||
"rows": ["B7", "B6", "B5", "B4"]
|
||||
|
||||
Reference in New Issue
Block a user