summaryrefslogtreecommitdiffstats
path: root/keyboards/converter/usb_usb/ble/rules.mk
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-09-28 19:22:31 -0700
committerJack Humbert <jack.humb@gmail.com>2018-09-28 22:22:31 -0400
commitab83aedfabd7f11d914466d008ab5938b3e0107f (patch)
tree64bf0a64b1975c235117f09c7a6e978ada40a15e /keyboards/converter/usb_usb/ble/rules.mk
parent239f02408e219567be060be7e65e92e888304ed0 (diff)
Second attempt to reduce the size of the USB BLE Converter (#4010)
* Disable Leader to reduce firmware size for Travis * Additionaly fixes to USB_USB\BLE Keyboard converter * Disable One Shots to get USB to USB BLE converter to fit
Diffstat (limited to 'keyboards/converter/usb_usb/ble/rules.mk')
-rw-r--r--keyboards/converter/usb_usb/ble/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/converter/usb_usb/ble/rules.mk b/keyboards/converter/usb_usb/ble/rules.mk
index 84aa767f54..f5ab3880bf 100644
--- a/keyboards/converter/usb_usb/ble/rules.mk
+++ b/keyboards/converter/usb_usb/ble/rules.mk
@@ -4,7 +4,7 @@ F_CPU = 8000000
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
MOUSEKEY_ENABLE = no # Mouse keys(+4700)
-EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
+EXTRAKEY_ENABLE = no # Audio control and System control(+450)
CONSOLE_ENABLE = no # Console for debug(+400)
COMMAND_ENABLE = no # Commands for debug and configuration
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE