diff options
author | Alex Ong <the.onga@gmail.com> | 2019-04-05 15:44:33 +1100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-04-04 21:44:33 -0700 |
commit | dad66cad40131bbc5b7c85bdf107c664a721ba07 (patch) | |
tree | d5088e28ecab6d9222f31ce82cf99d25f276944c /keyboards/handwired/xealous/rules.mk | |
parent | 7e5c107d43890eb517184d6fddff9a6da165fc3d (diff) | |
download | qmk_firmware-dad66cad40131bbc5b7c85bdf107c664a721ba07.tar.gz |
[Keyboard] Simplified handwired/xealous since most of the features are in core now. (#5556)
Diffstat (limited to 'keyboards/handwired/xealous/rules.mk')
-rw-r--r-- | keyboards/handwired/xealous/rules.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/handwired/xealous/rules.mk b/keyboards/handwired/xealous/rules.mk index 7d07c9aa5..ef3357982 100644 --- a/keyboards/handwired/xealous/rules.mk +++ b/keyboards/handwired/xealous/rules.mk @@ -1,5 +1,4 @@ -#SRC += matrix_scanrate.c matrix.c -SRC += debounce.c +SRC += matrix_scanrate.c matrix.c # MCU name MCU = atmega32u4 @@ -67,8 +66,7 @@ SUBPROJECT_rev1 = yes # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend -CUSTOM_MATRIX = no -DEBOUNCE_TYPE = custom +DEBOUNCE_TYPE = eager_pk LAYOUTS = split60 |