diff options
author | Alex Ong <the.onga@gmail.com> | 2019-01-26 23:01:07 +1100 |
---|---|---|
committer | Alex Ong <the.onga@gmail.com> | 2019-01-26 23:01:07 +1100 |
commit | d30d5eeb27b7dc66ef18e65dc150cf76121a7148 (patch) | |
tree | 8b7ae6a61230f232e7614a63188cb7fc0e81188b /keyboards | |
parent | 039dde3a519d0626b9dbb2c79373f28b36d29af7 (diff) |
Renamed DEBOUNCE_ALGO to DEBOUNCE_TYPE
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 |