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/handwired/xealous/rev1 | |
parent | de5f6539f87b084fb65f69d3ab951d40758f2197 (diff) |
Move `DEBOUNCE_TYPE` to data driven (#21489)
Diffstat (limited to 'keyboards/handwired/xealous/rev1')
-rw-r--r-- | keyboards/handwired/xealous/rev1/info.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/handwired/xealous/rev1/info.json b/keyboards/handwired/xealous/rev1/info.json index e233404347..b8b45e5ee1 100644 --- a/keyboards/handwired/xealous/rev1/info.json +++ b/keyboards/handwired/xealous/rev1/info.json @@ -9,6 +9,9 @@ "device_version": "0.0.1", "force_nkro": true }, + "build": { + "debounce_type": "sym_eager_pk" + }, "matrix_pins": { "cols": ["B6", "B2", "B3", "B1", "F7", "F6", "F5", "F4"], "rows": ["B5", "B4", "E6", "D7", "D4"] |