diff options
Diffstat (limited to 'keyboards/angel64/rules.mk')
-rw-r--r-- | keyboards/angel64/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/angel64/rules.mk b/keyboards/angel64/rules.mk index 04b3bf082..e5aaef9cb 100644 --- a/keyboards/angel64/rules.mk +++ b/keyboards/angel64/rules.mk | |||
@@ -28,7 +28,8 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | |||
28 | UNICODE_ENABLE = no # Unicode | 28 | UNICODE_ENABLE = no # Unicode |
29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
30 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |
31 | OLED_DRIVER_ENABLE = yes | 31 | OLED_ENABLE = yes |
32 | OLED_DRIVER = SSD1306 | ||
32 | CUSTOM_MATRIX = yes | 33 | CUSTOM_MATRIX = yes |
33 | 34 | ||
34 | SRC += matrix.c | 35 | SRC += matrix.c |