summaryrefslogtreecommitdiff
path: root/keyboards/checkerboards/ud40_ortho_alt/rules.mk
diff options
context:
space:
mode:
authornpspears <40127181+npspears@users.noreply.github.com>2021-08-13 14:26:49 -0500
committerGitHub <noreply@github.com>2021-08-13 12:26:49 -0700
commit3366c5628c06688a37986719542889426be34e40 (patch)
tree15ef03cb58ea9e8e387798b342b4e858a7f1979c /keyboards/checkerboards/ud40_ortho_alt/rules.mk
parent1b5d7616d306ade19bd57e2820bfa96602749b79 (diff)
[Keyboard] add support for alternate ortho UD40 PCB (#13491)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/checkerboards/ud40_ortho_alt/rules.mk')
-rw-r--r--keyboards/checkerboards/ud40_ortho_alt/rules.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/checkerboards/ud40_ortho_alt/rules.mk b/keyboards/checkerboards/ud40_ortho_alt/rules.mk
new file mode 100644
index 0000000000..833c455bd7
--- /dev/null
+++ b/keyboards/checkerboards/ud40_ortho_alt/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
+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 = 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
+UNICODE_ENABLE = yes # Unicode
+