diff options
author | fauxpark <fauxpark@gmail.com> | 2020-01-18 15:01:17 +1100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2020-01-17 20:01:17 -0800 |
commit | 055e940f0653ab057f3b95053f1be44c44799664 (patch) | |
tree | 99e9c89a075cf3c709bc7a4e5cb973afbaf90965 /keyboards/maartenwut/wasdat/rules.mk | |
parent | 3dd43d9cabce8f2b749cf439f9dae5123800d37f (diff) | |
download | qmk_firmware-055e940f0653ab057f3b95053f1be44c44799664.tar.gz |
[Keyboard] Wasdat matrix cleanup (#7909)
* Wasdat matrix cleanup
* Use _custom functions
* More deduping, and signature fix
Diffstat (limited to 'keyboards/maartenwut/wasdat/rules.mk')
-rw-r--r-- | keyboards/maartenwut/wasdat/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/maartenwut/wasdat/rules.mk b/keyboards/maartenwut/wasdat/rules.mk index 136c7bce2..db9728623 100644 --- a/keyboards/maartenwut/wasdat/rules.mk +++ b/keyboards/maartenwut/wasdat/rules.mk @@ -31,7 +31,7 @@ AUDIO_ENABLE = no # Audio output on port C6 FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches HD44780_ENABLE = no # Enable support for HD44780 based LCDs -CUSTOM_MATRIX = yes +CUSTOM_MATRIX = lite SRC += matrix.c LAYOUTS = fullsize_ansi fullsize_iso tkl_ansi tkl_iso |