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) | |
| download | qmk_firmware-503e02db79c06f7893e6802eb1a2ab2850a931f1.tar.gz qmk_firmware-503e02db79c06f7893e6802eb1a2ab2850a931f1.zip | |
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 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 | ||
