summaryrefslogtreecommitdiff
path: root/keyboards/glenpickle/chimera_ortho_plus/rules.mk
diff options
context:
space:
mode:
authorpeepeetee <43021794+peepeetee@users.noreply.github.com>2022-02-01 03:47:38 +0800
committerGitHub <noreply@github.com>2022-01-31 11:47:38 -0800
commit3fefaf7f6b99aafe691a9024db4780684a588e4a (patch)
tree21145f7fe6804833211c2cd60aabfdb43a44c54d /keyboards/glenpickle/chimera_ortho_plus/rules.mk
parent6cb0e8924ba258e112174b1dac36c88d16fbc560 (diff)
[Keyboard] move @GlenPickle 's chimera* boards into a folder (#16072)
Diffstat (limited to 'keyboards/glenpickle/chimera_ortho_plus/rules.mk')
-rw-r--r--keyboards/glenpickle/chimera_ortho_plus/rules.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/glenpickle/chimera_ortho_plus/rules.mk b/keyboards/glenpickle/chimera_ortho_plus/rules.mk
new file mode 100644
index 0000000000..0a8a31e7dd
--- /dev/null
+++ b/keyboards/glenpickle/chimera_ortho_plus/rules.mk
@@ -0,0 +1,24 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = caterina
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
+MOUSEKEY_ENABLE = yes # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = yes # Console for debug
+COMMAND_ENABLE = yes # Commands for debug and configuration
+NKRO_ENABLE = yes # Enable N-Key Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+UNICODE_ENABLE = yes
+CUSTOM_MATRIX = lite
+
+# project specific files
+SRC += matrix.c
+QUANTUM_LIB_SRC += uart.c