summaryrefslogtreecommitdiff
path: root/keyboards/stello65
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/stello65
parentde5f6539f87b084fb65f69d3ab951d40758f2197 (diff)
Move `DEBOUNCE_TYPE` to data driven (#21489)
Diffstat (limited to 'keyboards/stello65')
-rw-r--r--keyboards/stello65/beta/info.json3
-rw-r--r--keyboards/stello65/beta/rules.mk1
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/stello65/beta/info.json b/keyboards/stello65/beta/info.json
index 0eee3caad3..9236d322b9 100644
--- a/keyboards/stello65/beta/info.json
+++ b/keyboards/stello65/beta/info.json
@@ -8,6 +8,9 @@
"pid": "0x0003",
"device_version": "0.0.1"
},
+ "build": {
+ "debounce_type": "sym_defer_pk"
+ },
"matrix_pins": {
"cols": ["C7", "B6", "B5", "B4", "D7", "D6", "D4", "D5"],
"rows": ["F0", "E6", "D0", "D1", "C6", "F7", "F6", "F5", "F4", "F1"]
diff --git a/keyboards/stello65/beta/rules.mk b/keyboards/stello65/beta/rules.mk
index 0e8233e5da..131aa72aeb 100644
--- a/keyboards/stello65/beta/rules.mk
+++ b/keyboards/stello65/beta/rules.mk
@@ -11,4 +11,3 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
ENCODER_ENABLE = yes
-DEBOUNCE_TYPE = sym_defer_pk