summaryrefslogtreecommitdiff
path: root/keyboards/pistachio/rules.mk
diff options
context:
space:
mode:
authorrate <rate98326@gmail.com>2020-08-18 15:46:56 +0900
committerGitHub <noreply@github.com>2020-08-17 23:46:56 -0700
commit0d65bbaa44b8b911744b5496fc9d8fca181d6ef5 (patch)
treecbabf24073b7e9847e50e12604c25a78888d8a73 /keyboards/pistachio/rules.mk
parent70acf36d1641cad1337eb714ae56145d949ff423 (diff)
[Keyboard] Pistachio (#10003)
* Add keyboard Pistachio * Update keyboards/pistachio/keymaps/default/keymap.c * Update keyboards/pistachio/keymaps/default/keymap.c * Update keyboards/pistachio/config.h * Fix Build error. * Apply suggestions from code review
Diffstat (limited to 'keyboards/pistachio/rules.mk')
-rw-r--r--keyboards/pistachio/rules.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/pistachio/rules.mk b/keyboards/pistachio/rules.mk
new file mode 100644
index 0000000000..1788664195
--- /dev/null
+++ b/keyboards/pistachio/rules.mk
@@ -0,0 +1,23 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = caterina
+
+# 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 = yes # 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 = yes # USB Nkey Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
+BLUETOOTH_ENABLE = no # Enable Bluetooth
+AUDIO_ENABLE = no # Audio output
+SPLIT_KEYBOARD = yes # Enable split keyboard