diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-10 10:34:22 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-10 10:34:22 +0000 |
commit | b4b636112ed1318c14244529c5330ee24f597e47 (patch) | |
tree | 4f5d56ceadbb86fa766392c6ec50d767683562d7 /keyboards/buzzard/rules.mk | |
parent | 5491385f3dc3c357ffd86a0cd6e0c3c2ec662e65 (diff) | |
parent | 2e19d0d7d14fef69d583886c244d3c67b3c0cc3d (diff) | |
download | qmk_firmware-b4b636112ed1318c14244529c5330ee24f597e47.tar.gz qmk_firmware-b4b636112ed1318c14244529c5330ee24f597e47.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/buzzard/rules.mk')
-rw-r--r-- | keyboards/buzzard/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/buzzard/rules.mk b/keyboards/buzzard/rules.mk new file mode 100644 index 0000000000..6450813074 --- /dev/null +++ b/keyboards/buzzard/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # 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 = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +SPLIT_KEYBOARD = yes +LTO_ENABLE = yes + +DEFAULT_FOLDER = buzzard/rev1 |