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/config.h | |
parent | 239f02408e219567be060be7e65e92e888304ed0 (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/config.h')
-rw-r--r-- | keyboards/converter/usb_usb/ble/config.h | 2 |
1 files changed, 2 insertions, 0 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 + |