summaryrefslogtreecommitdiff
path: root/keyboards/wekey/polaris
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/wekey/polaris
parentde5f6539f87b084fb65f69d3ab951d40758f2197 (diff)
Move `DEBOUNCE_TYPE` to data driven (#21489)
Diffstat (limited to 'keyboards/wekey/polaris')
-rw-r--r--keyboards/wekey/polaris/info.json3
-rw-r--r--keyboards/wekey/polaris/rules.mk2
2 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/wekey/polaris/info.json b/keyboards/wekey/polaris/info.json
index 4d9d3e7cfa..661799f750 100644
--- a/keyboards/wekey/polaris/info.json
+++ b/keyboards/wekey/polaris/info.json
@@ -8,6 +8,9 @@
"pid": "0x0002",
"device_version": "0.0.1"
},
+ "build": {
+ "debounce_type": "sym_defer_pk"
+ },
"matrix_pins": {
"cols": ["E6", "B4", "B5", "B6", "D0", "D1", "D2", "D3"],
"rows": ["F4", "F1", "F0", "B7", "F7", "D5", "C6", "C7", "F5", "F6"]
diff --git a/keyboards/wekey/polaris/rules.mk b/keyboards/wekey/polaris/rules.mk
index 7805f1f3c6..3b6a1809db 100644
--- a/keyboards/wekey/polaris/rules.mk
+++ b/keyboards/wekey/polaris/rules.mk
@@ -10,5 +10,3 @@ NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
-
-DEBOUNCE_TYPE = sym_defer_pk