diff options
Diffstat (limited to 'keyboards/pistachio_pro/rules.mk')
-rw-r--r-- | keyboards/pistachio_pro/rules.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/pistachio_pro/rules.mk b/keyboards/pistachio_pro/rules.mk index 48e745a63..b27df64bd 100644 --- a/keyboards/pistachio_pro/rules.mk +++ b/keyboards/pistachio_pro/rules.mk | |||
@@ -20,9 +20,10 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | |||
20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
21 | BLUETOOTH_ENABLE = no # Enable Bluetooth | 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth |
22 | AUDIO_ENABLE = no # Audio output | 22 | AUDIO_ENABLE = no # Audio output |
23 | OLED_DRIVER_ENABLE = yes | 23 | OLED_ENABLE = yes |
24 | OLED_DRIVER = SSD1306 | ||
24 | ENCODER_ENABLE = yes | 25 | ENCODER_ENABLE = yes |
25 | 26 | ||
26 | CUSTOM_MATRIX = lite | 27 | CUSTOM_MATRIX = lite |
27 | SRC += matrix.c | 28 | SRC += matrix.c |
28 | SRC += ./lib/bme280.c \ No newline at end of file | 29 | SRC += ./lib/bme280.c |