summaryrefslogtreecommitdiff
path: root/keyboards/pistachio_pro/rules.mk
diff options
context:
space:
mode:
authorrate <rate98326@gmail.com>2021-08-10 14:23:25 +0900
committerGitHub <noreply@github.com>2021-08-09 22:23:25 -0700
commit076c8cc45fe9af215dc5211ca0e8a731718864ae (patch)
tree954ee7774fc87f9d261f81b872461732c5c6bba6 /keyboards/pistachio_pro/rules.mk
parent8ef58e3291cc98f6bd8b9ea360ea2264f1ab4c44 (diff)
[Keyboard] Added pistachio_pro (#13466)
* Added pistachio_pro * Apply suggestions from code review * Apply suggestions from code review
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