1
0
Fork 0

Move TAPPING_TERM to data driven (#21296)

Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
Ryan 2023-06-24 17:44:21 +10:00 committed by GitHub
parent 4ae9bfd17a
commit 1e05bad1ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
103 changed files with 159 additions and 189 deletions

View file

@ -3,8 +3,6 @@
#pragma once
#define TAPPING_TERM 150
#ifdef AUDIO_ENABLE
#define AUDIO_PIN A5
#define AUDIO_PIN_ALT A4

View file

@ -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"]