summaryrefslogtreecommitdiff
path: root/keyboards/ymd75/rev3/rules.mk
diff options
context:
space:
mode:
authorJakob <jakob@ahrer.dev>2020-10-05 00:19:34 +0200
committerGitHub <noreply@github.com>2020-10-04 15:19:34 -0700
commit27f9f3196d39ab0ce1b72665ea4b57ff741e6dd8 (patch)
treec1e7d52b6c4ebb0a9eb8d04427d9972d4d523fd2 /keyboards/ymd75/rev3/rules.mk
parent89446bafb8b925a17bb6d18577ba85c40f058dac (diff)
[Keyboard] add support for ymd75 rev3 (#10483)
* add support for ymd75 rev3 * Update keyboards/ymd75/rev3/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/ymd75/rev3/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * remove DESCRIPTION * only apply offset for rev3 Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/ymd75/rev3/rules.mk')
-rw-r--r--keyboards/ymd75/rev3/rules.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/ymd75/rev3/rules.mk b/keyboards/ymd75/rev3/rules.mk
new file mode 100644
index 0000000000..9506e636d2
--- /dev/null
+++ b/keyboards/ymd75/rev3/rules.mk
@@ -0,0 +1,23 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = atmel-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration
+MOUSEKEY_ENABLE = no # 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 = no # USB Nkey Rollover
+BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
+BLUETOOTH_ENABLE = no # Enable Bluetooth
+AUDIO_ENABLE = no # Audio output
+KEY_LOCK_ENABLE = yes # Enable KC_LOCK support