diff options
author | QMK Bot <hello@qmk.fm> | 2021-03-05 18:04:50 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-03-05 18:04:50 +0000 |
commit | f8f2cf750020eb63fd17f35960309e9cdd47d616 (patch) | |
tree | 5898acb01803444b772acb2eca5e3c9f97a11ac5 /keyboards/monstargear/xo87/solderable/rules.mk | |
parent | cc6cd394e5218df5fae0d825b2474e8e5bb2fa82 (diff) | |
parent | aadea5ab97d4da9af1d75f39a15f5ce498034105 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/monstargear/xo87/solderable/rules.mk')
-rw-r--r-- | keyboards/monstargear/xo87/solderable/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/monstargear/xo87/solderable/rules.mk b/keyboards/monstargear/xo87/solderable/rules.mk new file mode 100644 index 0000000000..9ed17fc750 --- /dev/null +++ b/keyboards/monstargear/xo87/solderable/rules.mk @@ -0,0 +1,23 @@ +# MCU name +MCU = at90usb646 + +# Bootloader selection +BOOTLOADER = lufa-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 = yes # 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 = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +BACKLIGHT_DRIVER = custom |