summaryrefslogtreecommitdiff
path: root/keyboards/opendeck/32/rev1/rules.mk
diff options
context:
space:
mode:
authorCmdr. Emily <68452184+cmdremily@users.noreply.github.com>2020-10-18 09:37:02 +0200
committerGitHub <noreply@github.com>2020-10-18 18:37:02 +1100
commitf952d4f7b779474918453b7ec3ccccdcfbd63b58 (patch)
treee8618b97336dc35994caba814885d61d68ce295b /keyboards/opendeck/32/rev1/rules.mk
parent8be058d55d2a50065294bac8e63020dbedae3f36 (diff)
Support OpenDeck 32 keyboard (#10305)
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/opendeck/32/rev1/rules.mk')
-rw-r--r--keyboards/opendeck/32/rev1/rules.mk28
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/opendeck/32/rev1/rules.mk b/keyboards/opendeck/32/rev1/rules.mk
new file mode 100644
index 0000000000..f4f4fa8af5
--- /dev/null
+++ b/keyboards/opendeck/32/rev1/rules.mk
@@ -0,0 +1,28 @@
+# MCU name
+MCU = atmega32u4
+
+# Processor frequency
+F_CPU = 8000000
+
+# Bootloader selection
+BOOTLOADER = atmel-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
+MOUSEKEY_ENABLE = no # Mouse keys
+EXTRAKEY_ENABLE = no # 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 = yes # 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
+RGB_MATRIX_ENABLE = IS31FL3731
+
+LTO_ENABLE = yes