diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2021-11-18 05:37:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-18 08:37:23 +1100 |
commit | c5f1e9797ac905c24edc39d1bb12ed2e5537f00a (patch) | |
tree | b6a806f2a1b01544ae9365d61fb21ac2c244ad55 /keyboards/kprepublic/bm80hsrgb/rules.mk | |
parent | cc7600cf0e9c639a325dc1cad18717a218bc820f (diff) | |
download | qmk_firmware-c5f1e9797ac905c24edc39d1bb12ed2e5537f00a.tar.gz qmk_firmware-c5f1e9797ac905c24edc39d1bb12ed2e5537f00a.zip |
rename kprepublic bm keyboards to have a standardized naming format (#15047)
* change missed kprepublic readmes
* fix xiudi readmes
* initial change, see pr description
* change readmes
* changes names in readmes and device descriptors
Diffstat (limited to 'keyboards/kprepublic/bm80hsrgb/rules.mk')
-rw-r--r-- | keyboards/kprepublic/bm80hsrgb/rules.mk | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/kprepublic/bm80hsrgb/rules.mk b/keyboards/kprepublic/bm80hsrgb/rules.mk new file mode 100644 index 0000000000..0db2759897 --- /dev/null +++ b/keyboards/kprepublic/bm80hsrgb/rules.mk @@ -0,0 +1,26 @@ +# 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 +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = yes # USB Nkey 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 + +LAYOUTS = tkl_ansi |