summaryrefslogtreecommitdiffstats
path: root/keyboards/cosmo65/rules.mk
diff options
context:
space:
mode:
authorBentoBoxStudio <119095757+BentoBoxStudio@users.noreply.github.com>2022-12-14 12:40:38 -0800
committerGitHub <noreply@github.com>2022-12-14 12:40:38 -0800
commit53733760201f2ac42b262c119c1244fd4bc64185 (patch)
tree2dba18b1b0109b4bace26fffdbc52c0feace185a /keyboards/cosmo65/rules.mk
parente67e690cf3d7bc3fa68f6b014646eb4d0e09acec (diff)
[Keyboard] Add cosmo65 (#19181)
Diffstat (limited to 'keyboards/cosmo65/rules.mk')
-rw-r--r--keyboards/cosmo65/rules.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/cosmo65/rules.mk b/keyboards/cosmo65/rules.mk
new file mode 100644
index 0000000000..909885ec6f
--- /dev/null
+++ b/keyboards/cosmo65/rules.mk
@@ -0,0 +1,18 @@
+# MCU Name
+MCU = atmega32u4
+
+# Bootloader
+BOOTLOADER = atmel-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
+MOUSEKEY_ENABLE = yes # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = no # 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 = yes # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output \ No newline at end of file