diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2021-12-25 09:47:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-24 17:47:21 -0800 |
commit | e1303a30d23e6ffb782d76cada2c144c2094f1f7 (patch) | |
tree | 232a4b5635f81797ee5cb7678886645369194306 /keyboards/kprepublic/bm980hsrgb/rules.mk | |
parent | 36db7457b299d91f665f931a5f60bd059ada0210 (diff) |
[Keyboard] Add KPrepublic bm980hsrgb support (#14724)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/kprepublic/bm980hsrgb/rules.mk')
-rw-r--r-- | keyboards/kprepublic/bm980hsrgb/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/kprepublic/bm980hsrgb/rules.mk b/keyboards/kprepublic/bm980hsrgb/rules.mk new file mode 100644 index 0000000000..03f72adf54 --- /dev/null +++ b/keyboards/kprepublic/bm980hsrgb/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 = 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 +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = WS2812 + +LTO_ENABLE = yes |