summaryrefslogtreecommitdiff
path: root/keyboards/pistachio_pro/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-08-10 05:24:08 +0000
committerQMK Bot <hello@qmk.fm>2021-08-10 05:24:08 +0000
commit85090b77af0343122ee62a41cf6940712f85d4f6 (patch)
treedfe233f208fd6cc032183fccbef9b382001a617e /keyboards/pistachio_pro/rules.mk
parent3e0517f1ef1926dcf0cade6a5dfc09ae43afdb56 (diff)
parent076c8cc45fe9af215dc5211ca0e8a731718864ae (diff)
downloadqmk_firmware-85090b77af0343122ee62a41cf6940712f85d4f6.tar.gz
qmk_firmware-85090b77af0343122ee62a41cf6940712f85d4f6.zip
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/pistachio_pro/rules.mk')
-rw-r--r--keyboards/pistachio_pro/rules.mk28
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/pistachio_pro/rules.mk b/keyboards/pistachio_pro/rules.mk
new file mode 100644
index 0000000000..48e745a631
--- /dev/null
+++ b/keyboards/pistachio_pro/rules.mk
@@ -0,0 +1,28 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = atmel-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
+MOUSEKEY_ENABLE = yes # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = no # Console for debug
+COMMAND_ENABLE = no # Commands for debug and configuration
+# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
+SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
+# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
+NKRO_ENABLE = no # USB Nkey Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+BLUETOOTH_ENABLE = no # Enable Bluetooth
+AUDIO_ENABLE = no # Audio output
+OLED_DRIVER_ENABLE = yes
+ENCODER_ENABLE = yes
+
+CUSTOM_MATRIX = lite
+SRC += matrix.c
+SRC += ./lib/bme280.c \ No newline at end of file