summaryrefslogtreecommitdiffstats
path: root/keyboards/tunks/ergo33/rules.mk
diff options
context:
space:
mode:
authorMika Kuitunen <mika.kuitunen@hotmail.com>2020-10-23 06:08:56 +0300
committerGitHub <noreply@github.com>2020-10-22 20:08:56 -0700
commite7d8ccdbb2c14af9cf37be680af1d8633729b65a (patch)
tree8a75e70ab60e89f75c6840f66d689956b7786277 /keyboards/tunks/ergo33/rules.mk
parentc45d7e526c9c5315c3fe2e831b01778c51b7a953 (diff)
[Keyboard] Add support for Tunks Ergo33 keyboard (#10665)
* [Keyboard] Add support for Tunks Ergo33 * [Keyboard] Ergo33: Code style fixes * [Keyboard] Ergo33: Add GPL license headers * [Keyboard] Ergo33: remove keymap_config declarations * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/tunks/ergo33/rules.mk')
-rw-r--r--keyboards/tunks/ergo33/rules.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/tunks/ergo33/rules.mk b/keyboards/tunks/ergo33/rules.mk
new file mode 100644
index 0000000000..fcd2cf52be
--- /dev/null
+++ b/keyboards/tunks/ergo33/rules.mk
@@ -0,0 +1,24 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = atmel-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
+EXTRAKEY_ENABLE = yes # Audio control and System control
+MOUSEKEY_ENABLE = yes # Mouse keys
+COMMAND_ENABLE = no # Commands for debug and configuration
+CONSOLE_ENABLE = no # Console for debug
+# 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
+
+ENCODER_ENABLE = yes # Rotary encoders