diff options
author | alex-ong <the.onga@gmail.com> | 2019-01-26 23:21:27 +1100 |
---|---|---|
committer | alex-ong <the.onga@gmail.com> | 2019-01-26 23:21:27 +1100 |
commit | 503e02db79c06f7893e6802eb1a2ab2850a931f1 (patch) | |
tree | 4abfa85ee217b29b85bc8b808ab380edeaeaf445 /keyboards | |
parent | 10cc4235155d0a039faf2dc5c2b1ebe513952c3c (diff) | |
parent | d30d5eeb27b7dc66ef18e65dc150cf76121a7148 (diff) |
Merge branch 'debounce_refactor' of https://github.com/alex-ong/qmk_firmware into debounce_refactor
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/handwired/xealous/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/xealous/rules.mk b/keyboards/handwired/xealous/rules.mk index 37afdaff93..7d07c9aa5f 100644 --- a/keyboards/handwired/xealous/rules.mk +++ b/keyboards/handwired/xealous/rules.mk @@ -68,7 +68,7 @@ SUBPROJECT_rev1 = yes SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend CUSTOM_MATRIX = no -DEBOUNCE_ALGO = manual +DEBOUNCE_TYPE = custom LAYOUTS = split60 |