diff options
author | Ryan <fauxpark@gmail.com> | 2023-06-24 17:44:21 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-24 17:44:21 +1000 |
commit | 1e05bad1baadd4f50fdf656f49e23d0fcea86834 (patch) | |
tree | 470d00d435e08e13b36db9f82acf8565a56a727b /keyboards/late9 | |
parent | 4ae9bfd17ab01608e1bf2492c35d79bd2ad5c0fe (diff) |
Move `TAPPING_TERM` to data driven (#21296)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/late9')
-rw-r--r-- | keyboards/late9/rev1/config.h | 3 | ||||
-rw-r--r-- | keyboards/late9/rev1/info.json | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/late9/rev1/config.h b/keyboards/late9/rev1/config.h index e6fcd30ebe..8c9a5702f2 100644 --- a/keyboards/late9/rev1/config.h +++ b/keyboards/late9/rev1/config.h @@ -16,8 +16,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #pragma once -/* Tap interval for tap dance */ -#define TAPPING_TERM 400 - /* Oneshot interval */ #define ONESHOT_TIMEOUT 5000 diff --git a/keyboards/late9/rev1/info.json b/keyboards/late9/rev1/info.json index 7d3a710bc5..408bb746bf 100644 --- a/keyboards/late9/rev1/info.json +++ b/keyboards/late9/rev1/info.json @@ -8,6 +8,9 @@ "pid": "0x3777", "device_version": "0.1.0" }, + "tapping": { + "term": 400 + }, "matrix_pins": { "cols": ["B5", "C6", "D4"], "rows": ["B4", "E6", "D7", "B3", "B2", "B6"] |