diff options
author | QMK Bot <hello@qmk.fm> | 2022-04-13 06:37:02 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-04-13 06:37:02 +0000 |
commit | 06ff5fca42ceb9e10ff8584b6bac49d594f35d31 (patch) | |
tree | c7eb828b1f5b77f7f4e7432e0d285013bb321585 /keyboards/pegasus/rules.mk | |
parent | 929f098269951c5f3f6564c5c3111c5193ff7f35 (diff) | |
parent | f3a49876d50c7fc8d71f9718de9319321d8e94c9 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/pegasus/rules.mk')
-rw-r--r-- | keyboards/pegasus/rules.mk | 19 |
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 |