diff options
author | Ryan <fauxpark@gmail.com> | 2023-07-09 21:06:03 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-09 21:06:03 +1000 |
commit | de1d36031b6aecdb2241d149bd344aa8f5119bb8 (patch) | |
tree | f496c2634126a1fd116daaf9cbec2f2f91e7ea38 /keyboards/spiderisland | |
parent | de5f6539f87b084fb65f69d3ab951d40758f2197 (diff) |
Move `DEBOUNCE_TYPE` to data driven (#21489)
Diffstat (limited to 'keyboards/spiderisland')
-rw-r--r-- | keyboards/spiderisland/split78/info.json | 3 | ||||
-rw-r--r-- | keyboards/spiderisland/split78/rules.mk | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/spiderisland/split78/info.json b/keyboards/spiderisland/split78/info.json index 7b87c2b713..e507a668b1 100644 --- a/keyboards/spiderisland/split78/info.json +++ b/keyboards/spiderisland/split78/info.json @@ -15,6 +15,9 @@ "ws2812": { "driver": "i2c" }, + "build": { + "debounce_type": "sym_eager_pr" + }, "processor": "atmega32a", "bootloader": "bootloadhid", "debounce": 50, diff --git a/keyboards/spiderisland/split78/rules.mk b/keyboards/spiderisland/split78/rules.mk index e77cf060be..edddf67abc 100644 --- a/keyboards/spiderisland/split78/rules.mk +++ b/keyboards/spiderisland/split78/rules.mk @@ -8,7 +8,6 @@ CONSOLE_ENABLE = no # Console for debug COMMAND_ENABLE = no # Commands for debug and configuration BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -DEBOUNCE_TYPE = sym_eager_pr # custom matrix setup CUSTOM_MATRIX = lite |