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/handwired/xealous | |
| parent | 039dde3a519d0626b9dbb2c79373f28b36d29af7 (diff) | |
| download | qmk_firmware-d30d5eeb27b7dc66ef18e65dc150cf76121a7148.tar.gz qmk_firmware-d30d5eeb27b7dc66ef18e65dc150cf76121a7148.zip | |
Renamed DEBOUNCE_ALGO to DEBOUNCE_TYPE
Diffstat (limited to 'keyboards/handwired/xealous')
| -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 37afdaff9..7d07c9aa5 100644 --- a/keyboards/handwired/xealous/rules.mk +++ b/keyboards/handwired/xealous/rules.mk | |||
| @@ -68,7 +68,7 @@ SUBPROJECT_rev1 = yes | |||
| 68 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 68 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 69 | 69 | ||
| 70 | CUSTOM_MATRIX = no | 70 | CUSTOM_MATRIX = no |
| 71 | DEBOUNCE_ALGO = manual | 71 | DEBOUNCE_TYPE = custom |
| 72 | 72 | ||
| 73 | LAYOUTS = split60 | 73 | LAYOUTS = split60 |
| 74 | 74 | ||
