diff options
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 |