diff options
author | Ryan <fauxpark@gmail.com> | 2022-03-14 10:46:13 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-13 23:46:13 +0000 |
commit | df3770551a4dcbf8188a16453dd64fe1787f83d8 (patch) | |
tree | 5a48cb9d9b317d7795d594b44aa48cfd1773fd6c /keyboards/converter/usb_usb/ble/rules.mk | |
parent | 8fe3864fe7601a7e6572e7db680775edeff771ac (diff) |
USB-USB converter cleanup (#16618)
Diffstat (limited to 'keyboards/converter/usb_usb/ble/rules.mk')
-rw-r--r-- | keyboards/converter/usb_usb/ble/rules.mk | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/keyboards/converter/usb_usb/ble/rules.mk b/keyboards/converter/usb_usb/ble/rules.mk index df5bc36635..86a4e15ffe 100644 --- a/keyboards/converter/usb_usb/ble/rules.mk +++ b/keyboards/converter/usb_usb/ble/rules.mk @@ -1,17 +1,7 @@ # Processor frequency F_CPU = 8000000 -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # Mouse keys -EXTRAKEY_ENABLE = no # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -NKRO_ENABLE = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output - +EXTRAKEY_ENABLE = no BLUETOOTH_ENABLE = yes BLUETOOTH_DRIVER = BluefruitLE - LTO_ENABLE = yes |