diff options
author | tominabox1 <tom.campie@gmail.com> | 2020-07-29 22:25:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-29 20:25:20 -0700 |
commit | 4f7cd5699e686053620127fefc3b30e237d4aa40 (patch) | |
tree | 6a6b466050200c2d4c51e53eb901fc79447ab997 /keyboards/bm40hsrgb/rules.mk | |
parent | bf05f773bd53f7bed9ae19eba691b7e7546eef71 (diff) |
[Keyboard] Add KPRepublic BM40HSRGB keyboard (#9860)
* Initial Commit
* Add readme.md's
* Add license statements, cleaned up config, readme, and rules. Removed unused features from keymap and added ascii for Adjust layer
* Update keyboards/bm40hsrgb/info.json
* Update keyboards/bm40hsrgb/config.h
Diffstat (limited to 'keyboards/bm40hsrgb/rules.mk')
-rwxr-xr-x | keyboards/bm40hsrgb/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/bm40hsrgb/rules.mk b/keyboards/bm40hsrgb/rules.mk new file mode 100755 index 0000000000..e4203bc4df --- /dev/null +++ b/keyboards/bm40hsrgb/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 = lite # Virtual DIP switch configuration +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 + +LAYOUTS = planck_mit |