diff options
author | QMK Bot <hello@qmk.fm> | 2021-08-03 22:54:45 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-08-03 22:54:45 +0000 |
commit | 2dbc71f037a361743a0182a7e725643511c36234 (patch) | |
tree | 015fd924307117979066648a3a4023fa058f0c37 /keyboards/ryanbaekr/rb86/rules.mk | |
parent | c48d9c2b2aaae7bb77e6e3a23d5126f63a47be4f (diff) | |
parent | d1cbea685e5a47534d2823ff4c67af7e24bb9210 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ryanbaekr/rb86/rules.mk')
-rw-r--r-- | keyboards/ryanbaekr/rb86/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/ryanbaekr/rb86/rules.mk b/keyboards/ryanbaekr/rb86/rules.mk new file mode 100644 index 0000000000..22b811dcd4 --- /dev/null +++ b/keyboards/ryanbaekr/rb86/rules.mk @@ -0,0 +1,23 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# 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 = yes # 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 = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +MIDI_ENABLE = no # MIDI support +BLUETOOTH_ENABLE = no # Enable Bluetooth support +AUDIO_ENABLE = no # Audio output |