diff options
author | ALTAiN <102286038+Altainworks@users.noreply.github.com> | 2022-06-13 14:14:33 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-12 22:14:33 -0700 |
commit | 5149728b23906728c1959afb784489d9807625d6 (patch) | |
tree | ddc9b8747ad768510234f8bdaebba4c4a0e97043 /keyboards/blaster75/rules.mk | |
parent | f18afffc8d5dad9eee9133780000ccbc6801ff5c (diff) |
[Keyboard] Add BLASTER75 keyboard (#16887)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/blaster75/rules.mk')
-rw-r--r-- | keyboards/blaster75/rules.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/blaster75/rules.mk b/keyboards/blaster75/rules.mk new file mode 100644 index 0000000000..d851baa2c4 --- /dev/null +++ b/keyboards/blaster75/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 = no # Audio control and System control +CONSOLE_ENABLE = yes # 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 + |