summaryrefslogtreecommitdiff
path: root/keyboards/checkerboards/phoenix45_ortho/rules.mk
diff options
context:
space:
mode:
authornpspears <40127181+npspears@users.noreply.github.com>2021-10-26 18:34:21 -0500
committerGitHub <noreply@github.com>2021-10-26 16:34:21 -0700
commit2938c4e0594778ccf8b3a72f7e2cbb357bd67ede (patch)
tree6a96f7e5af228eb323372d23c4382ba9c0effb76 /keyboards/checkerboards/phoenix45_ortho/rules.mk
parente90e633c3bc45b0abca3c194d1dc231956230138 (diff)
[Keyboard] add support for Phoenix45_Ortho PCB (#14798)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/checkerboards/phoenix45_ortho/rules.mk')
-rw-r--r--keyboards/checkerboards/phoenix45_ortho/rules.mk26
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/checkerboards/phoenix45_ortho/rules.mk b/keyboards/checkerboards/phoenix45_ortho/rules.mk
new file mode 100644
index 0000000000..128b76058d
--- /dev/null
+++ b/keyboards/checkerboards/phoenix45_ortho/rules.mk
@@ -0,0 +1,26 @@
+# MCU name
+MCU = atmega32u2
+
+# Bootloader selection
+BOOTLOADER = atmel-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
+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 = yes # USB Nkey Rollover
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+UNICODE_ENABLE = yes # Unicode
+ENCODER_ENABLE = yes # Encoder enable
+
+# Disable unsupported hardware
+AUDIO_SUPPORTED = no
+BACKLIGHT_SUPPORTED = no