diff options
author | fauxpark <fauxpark@gmail.com> | 2019-11-01 00:11:36 +1100 |
---|---|---|
committer | Joel Challis <git@zvecr.com> | 2019-10-31 13:11:36 +0000 |
commit | 2ce6adff2b0b4f049b3bd8b4169cda977c057fa5 (patch) | |
tree | 1d87f5e8afa98641b91344adf5f5a25d37ecffc0 /keyboards/converter/usb_usb/ble/rules.mk | |
parent | 742e83e102f5d91087672ae3f91e433a74bd51dd (diff) | |
download | qmk_firmware-2ce6adff2b0b4f049b3bd8b4169cda977c057fa5.tar.gz qmk_firmware-2ce6adff2b0b4f049b3bd8b4169cda977c057fa5.zip |
Miscellaneous rules.mk cleanups (#7212)
* Miscellaneous rules.mk cleanups
* Put back ARM bootloader rules
Diffstat (limited to 'keyboards/converter/usb_usb/ble/rules.mk')
-rw-r--r-- | keyboards/converter/usb_usb/ble/rules.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/converter/usb_usb/ble/rules.mk b/keyboards/converter/usb_usb/ble/rules.mk index f5ab3880bf..a882bd1458 100644 --- a/keyboards/converter/usb_usb/ble/rules.mk +++ b/keyboards/converter/usb_usb/ble/rules.mk @@ -1,5 +1,4 @@ -BLUETOOTH = AdafruitBLE -ADAFRUIT_BLE_ENABLE = yes +# Processor frequency F_CPU = 8000000 BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) @@ -19,5 +18,7 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID AUDIO_ENABLE = no # Audio output on port C6 FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) +BLUETOOTH = AdafruitBLE +ADAFRUIT_BLE_ENABLE = yes EXTRAFLAGS += -flto |