summaryrefslogtreecommitdiff
path: root/keyboards/yushakobo/navpad/10
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-06-24 17:44:21 +1000
committerGitHub <noreply@github.com>2023-06-24 17:44:21 +1000
commit1e05bad1baadd4f50fdf656f49e23d0fcea86834 (patch)
tree470d00d435e08e13b36db9f82acf8565a56a727b /keyboards/yushakobo/navpad/10
parent4ae9bfd17ab01608e1bf2492c35d79bd2ad5c0fe (diff)
Move `TAPPING_TERM` to data driven (#21296)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/yushakobo/navpad/10')
-rw-r--r--keyboards/yushakobo/navpad/10/config.h1
-rw-r--r--keyboards/yushakobo/navpad/10/info.json3
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/yushakobo/navpad/10/config.h b/keyboards/yushakobo/navpad/10/config.h
index 32aa944d8f..d73f5307d3 100644
--- a/keyboards/yushakobo/navpad/10/config.h
+++ b/keyboards/yushakobo/navpad/10/config.h
@@ -33,5 +33,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define NO_ACTION_ONESHOT
#define QUICK_TAP_TERM 0
-#define TAPPING_TERM 132
#define TAPPING_LAYER_TERM 90
diff --git a/keyboards/yushakobo/navpad/10/info.json b/keyboards/yushakobo/navpad/10/info.json
index 99b0890a48..640ee5b043 100644
--- a/keyboards/yushakobo/navpad/10/info.json
+++ b/keyboards/yushakobo/navpad/10/info.json
@@ -12,6 +12,9 @@
{"pin_a": "B5", "pin_b": "B6"}
]
},
+ "tapping": {
+ "term": 132
+ },
"ws2812": {
"pin": "D3"
},