diff options
author | QMK Bot <hello@qmk.fm> | 2022-06-25 19:46:15 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-06-25 19:46:15 +0000 |
commit | 60cbb25148f070746e562a6a8320664f8e9a578d (patch) | |
tree | c865edb624ad652df87d968b3426bd1d75edb880 /keyboards/blockboy/ac980mini/rules.mk | |
parent | 99614bd89ac3e0c477b04f0973c2802916fd3c73 (diff) | |
parent | 410686dc03e242a8e9a1a7043dabc68f8ab0287e (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/blockboy/ac980mini/rules.mk')
-rw-r--r-- | keyboards/blockboy/ac980mini/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/blockboy/ac980mini/rules.mk b/keyboards/blockboy/ac980mini/rules.mk new file mode 100644 index 0000000000..ab93d62afd --- /dev/null +++ b/keyboards/blockboy/ac980mini/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 = yes # 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 + +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = WS2812 +LTO_ENABLE = yes |