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/handwired/riblee_f401 | |
parent | 4ae9bfd17ab01608e1bf2492c35d79bd2ad5c0fe (diff) |
Move `TAPPING_TERM` to data driven (#21296)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/handwired/riblee_f401')
-rw-r--r-- | keyboards/handwired/riblee_f401/config.h | 2 | ||||
-rw-r--r-- | keyboards/handwired/riblee_f401/info.json | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/handwired/riblee_f401/config.h b/keyboards/handwired/riblee_f401/config.h index 09a304e1c7..c39cbc87f5 100644 --- a/keyboards/handwired/riblee_f401/config.h +++ b/keyboards/handwired/riblee_f401/config.h @@ -17,5 +17,3 @@ #pragma once #define MOUSEKEY_INTERVAL 32 - -#define TAPPING_TERM 175
\ No newline at end of file diff --git a/keyboards/handwired/riblee_f401/info.json b/keyboards/handwired/riblee_f401/info.json index 7b9b320b98..4ff8ec21f6 100644 --- a/keyboards/handwired/riblee_f401/info.json +++ b/keyboards/handwired/riblee_f401/info.json @@ -8,6 +8,9 @@ "pid": "0x002A", "device_version": "0.0.1" }, + "tapping": { + "term": 175 + }, "matrix_pins": { "cols": ["B10", "B1", "B0", "B15", "A8", "B3", "B4", "B5", "B6", "B7", "B8", "B9"], "rows": ["A6", "A5", "A4", "A3", "A2"] |