summaryrefslogtreecommitdiffstats
path: root/keyboards/pegasus/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-04-13 06:37:02 +0000
committerQMK Bot <hello@qmk.fm>2022-04-13 06:37:02 +0000
commit06ff5fca42ceb9e10ff8584b6bac49d594f35d31 (patch)
treec7eb828b1f5b77f7f4e7432e0d285013bb321585 /keyboards/pegasus/rules.mk
parent929f098269951c5f3f6564c5c3111c5193ff7f35 (diff)
parentf3a49876d50c7fc8d71f9718de9319321d8e94c9 (diff)
Merge remote-tracking branch 'origin/master' into develop
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