diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-11 06:01:41 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-11 06:01:41 +0000 |
commit | 40fa562fb181ececdb2801927ae069224115e307 (patch) | |
tree | 33ed6eca6d21f6d09b9ffc04bddd0b6c3635ff4e /keyboards/kprepublic/bm43hsrgb/rules.mk | |
parent | b49b3b3dcc86ce5a725e266d0e4941fbf83dc6de (diff) | |
parent | 9630a7bde2ac2524ea1916cbe45a4d787d930e2e (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/kprepublic/bm43hsrgb/rules.mk')
-rwxr-xr-x | keyboards/kprepublic/bm43hsrgb/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/kprepublic/bm43hsrgb/rules.mk b/keyboards/kprepublic/bm43hsrgb/rules.mk new file mode 100755 index 0000000000..4e9c7bd62e --- /dev/null +++ b/keyboards/kprepublic/bm43hsrgb/rules.mk @@ -0,0 +1,24 @@ +# 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 = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output + +KEY_LOCK_ENABLE = no # Enable KC_LOCK support |