summaryrefslogtreecommitdiff
path: root/keyboards/gray_studio/apollo80/rules.mk
diff options
context:
space:
mode:
authorChrisBeswick <Chris-beswick@hotmail.co.uk>2022-03-23 06:01:55 +0000
committerGitHub <noreply@github.com>2022-03-22 23:01:55 -0700
commit28bd777f5899c0502cd79fbab5ee8d38fb15dd14 (patch)
tree21e5eebde51fafa89352fd3e2164de7d204f8ebf /keyboards/gray_studio/apollo80/rules.mk
parentc803c50dc069e58d0759b500f2964f6dc4f4c913 (diff)
[Keyboard] Graystudio Apollo80 (#16469)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/gray_studio/apollo80/rules.mk')
-rw-r--r--keyboards/gray_studio/apollo80/rules.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/gray_studio/apollo80/rules.mk b/keyboards/gray_studio/apollo80/rules.mk
new file mode 100644
index 0000000000..cb5238f27d
--- /dev/null
+++ b/keyboards/gray_studio/apollo80/rules.mk
@@ -0,0 +1,18 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+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 = no # 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