diff options
author | kakunpc <15257475+kakunpc@users.noreply.github.com> | 2019-12-12 03:40:00 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-12-11 10:40:00 -0800 |
commit | ccda62616d422ae6df810b6fd68fc8e61002e278 (patch) | |
tree | de1fa90894cd6bd780ac6c28d0dd1c830b5d9e53 /keyboards/angel64/rules.mk | |
parent | 698d0dbda8a4b081103b4a382baa1f99e3f77ceb (diff) | |
download | qmk_firmware-ccda62616d422ae6df810b6fd68fc8e61002e278.tar.gz |
[Keyboard] update angel64 (#7545)
* add angel64 rev1
* update angel64
* fix keymap.c
Diffstat (limited to 'keyboards/angel64/rules.mk')
-rw-r--r-- | keyboards/angel64/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/angel64/rules.mk b/keyboards/angel64/rules.mk index 4242ac2ee..0f2b29096 100644 --- a/keyboards/angel64/rules.mk +++ b/keyboards/angel64/rules.mk @@ -31,6 +31,9 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID 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 (+400) +OLED_DRIVER_ENABLE = yes CUSTOM_MATRIX = yes SRC += matrix.c + +DEFAULT_FOLDER = angel64/rev1 |