summaryrefslogtreecommitdiff
path: root/keyboards/pegasus/rules.mk
diff options
context:
space:
mode:
authormelonbred <61572569+melonbred@users.noreply.github.com>2022-04-12 23:36:33 -0700
committerGitHub <noreply@github.com>2022-04-12 23:36:33 -0700
commitf3a49876d50c7fc8d71f9718de9319321d8e94c9 (patch)
tree914270c91c7fc8e14f3e08c4a20034ae7becac84 /keyboards/pegasus/rules.mk
parent9a38ebc65600b42681e86179ab2ffe39dfd9dcdb (diff)
[Keyboard] add pegasus (#16701)
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/pegasus/rules.mk')
-rw-r--r--keyboards/pegasus/rules.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/pegasus/rules.mk b/keyboards/pegasus/rules.mk
new file mode 100644
index 0000000000..50b46dc958
--- /dev/null
+++ b/keyboards/pegasus/rules.mk
@@ -0,0 +1,19 @@
+# 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 = no # 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 = yes