From 5149728b23906728c1959afb784489d9807625d6 Mon Sep 17 00:00:00 2001 From: ALTAiN <102286038+Altainworks@users.noreply.github.com> Date: Mon, 13 Jun 2022 14:14:33 +0900 Subject: [Keyboard] Add BLASTER75 keyboard (#16887) Co-authored-by: Ryan --- keyboards/blaster75/rules.mk | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 keyboards/blaster75/rules.mk (limited to 'keyboards/blaster75/rules.mk') 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 + -- cgit v1.2.3