summaryrefslogtreecommitdiff
path: root/keyboards/kinesis/kintlc
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-07-09 21:06:03 +1000
committerGitHub <noreply@github.com>2023-07-09 21:06:03 +1000
commitde1d36031b6aecdb2241d149bd344aa8f5119bb8 (patch)
treef496c2634126a1fd116daaf9cbec2f2f91e7ea38 /keyboards/kinesis/kintlc
parentde5f6539f87b084fb65f69d3ab951d40758f2197 (diff)
Move `DEBOUNCE_TYPE` to data driven (#21489)
Diffstat (limited to 'keyboards/kinesis/kintlc')
-rw-r--r--keyboards/kinesis/kintlc/info.json3
-rw-r--r--keyboards/kinesis/kintlc/rules.mk5
2 files changed, 3 insertions, 5 deletions
diff --git a/keyboards/kinesis/kintlc/info.json b/keyboards/kinesis/kintlc/info.json
index da8e8f7e45..bf5545c075 100644
--- a/keyboards/kinesis/kintlc/info.json
+++ b/keyboards/kinesis/kintlc/info.json
@@ -7,6 +7,9 @@
"device_version": "0.0.1",
"max_power": 50
},
+ "build": {
+ "debounce_type": "sym_eager_pk"
+ },
"matrix_pins": {
"cols": ["LINE_PIN18", "LINE_PIN14", "LINE_PIN15", "LINE_PIN20", "LINE_PIN22", "LINE_PIN19", "LINE_PIN6"],
"rows": ["LINE_PIN8", "LINE_PIN9", "LINE_PIN10", "LINE_PIN11", "LINE_PIN7", "LINE_PIN16", "LINE_PIN5", "LINE_PIN3", "LINE_PIN4", "LINE_PIN1", "LINE_PIN0", "LINE_PIN2", "LINE_PIN17", "LINE_PIN23", "LINE_PIN21"]
diff --git a/keyboards/kinesis/kintlc/rules.mk b/keyboards/kinesis/kintlc/rules.mk
index a6a1eafbfc..c2a404fd1e 100644
--- a/keyboards/kinesis/kintlc/rules.mk
+++ b/keyboards/kinesis/kintlc/rules.mk
@@ -1,7 +1,2 @@
# This MCU is not in the main CHIBIOS repo but in the CHIBIOS_CONTRIB repo.
USE_CHIBIOS_CONTRIB = yes
-
-# Debounce eagerly (report change immediately), keep per-key timers. We can use
-# this because the Cherry MX keyswitches on the Kinesis only produce noise while
-# pressed.
-DEBOUNCE_TYPE = sym_eager_pk