summaryrefslogtreecommitdiffstats
path: root/keyboards/atreyu/rules.mk
diff options
context:
space:
mode:
authorJesus Climent <climent@gmail.com>2022-08-13 21:26:05 +0100
committerGitHub <noreply@github.com>2022-08-13 21:26:05 +0100
commitcbcb4f2ec0bdfb53c68bcf9ce3b62febcb0626e3 (patch)
tree95d4cc122011e5454049f09871e63009342742ba /keyboards/atreyu/rules.mk
parent1eecdb502dda9e4f7933593e9b62f02846846a7c (diff)
[Keyboard] Added Atreyu keyboard. (#17698)
* Add Atreyu keyboard. Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/atreyu/rules.mk')
-rw-r--r--keyboards/atreyu/rules.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/atreyu/rules.mk b/keyboards/atreyu/rules.mk
new file mode 100644
index 0000000000..1e05f827de
--- /dev/null
+++ b/keyboards/atreyu/rules.mk
@@ -0,0 +1,22 @@
+DEFAULT_FOLDER = atreyu/rev1
+
+# 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 = no # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+
+ENCODER_ENABLE = no