aboutsummaryrefslogtreecommitdiff
path: root/keyboards/pistachio_pro/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/pistachio_pro/rules.mk')
-rw-r--r--keyboards/pistachio_pro/rules.mk5
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
20RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow 20RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
21BLUETOOTH_ENABLE = no # Enable Bluetooth 21BLUETOOTH_ENABLE = no # Enable Bluetooth
22AUDIO_ENABLE = no # Audio output 22AUDIO_ENABLE = no # Audio output
23OLED_DRIVER_ENABLE = yes 23OLED_ENABLE = yes
24OLED_DRIVER = SSD1306
24ENCODER_ENABLE = yes 25ENCODER_ENABLE = yes
25 26
26CUSTOM_MATRIX = lite 27CUSTOM_MATRIX = lite
27SRC += matrix.c 28SRC += matrix.c
28SRC += ./lib/bme280.c \ No newline at end of file 29SRC += ./lib/bme280.c