diff options
author | Drashna Jaelre <drashna@live.com> | 2018-09-28 19:22:31 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-09-28 22:22:31 -0400 |
commit | ab83aedfabd7f11d914466d008ab5938b3e0107f (patch) | |
tree | 64bf0a64b1975c235117f09c7a6e978ada40a15e /keyboards/converter/usb_usb/ble | |
parent | 239f02408e219567be060be7e65e92e888304ed0 (diff) | |
download | qmk_firmware-ab83aedfabd7f11d914466d008ab5938b3e0107f.tar.gz qmk_firmware-ab83aedfabd7f11d914466d008ab5938b3e0107f.zip |
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')
-rw-r--r-- | keyboards/converter/usb_usb/ble/config.h | 2 | ||||
-rw-r--r-- | keyboards/converter/usb_usb/ble/rules.mk | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/converter/usb_usb/ble/config.h b/keyboards/converter/usb_usb/ble/config.h index 5333e17c82..3bf3b2963a 100644 --- a/keyboards/converter/usb_usb/ble/config.h +++ b/keyboards/converter/usb_usb/ble/config.h @@ -11,3 +11,5 @@ #define NO_ACTION_MACRO #define NO_ACTION_FUNCTION +#define NO_ACTION_ONESHOT + 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 |