This website requires JavaScript.
Explore
Help
Sign In
varl
/
qmk_firmware
Watch
1
Star
0
Fork
You've already forked qmk_firmware
0
forked from
forks/qmk_firmware
Code
Pull requests
Activity
b6b3efc14b
qmk_firmware
/
keyboards
/
converter
/
usb_usb
/
ble
/
rules.mk
7 lines
100 B
Makefile
Raw
Normal View
History
Unescape
Escape
Miscellaneous rules.mk cleanups (#7212) * Miscellaneous rules.mk cleanups * Put back ARM bootloader rules
2019-10-31 14:11:36 +01:00
# Processor frequency
restructure converters (#1825) * restructure converters each converter is its own keyboard and different hardware variants are different subprojects. remove (seemingly) old method of loading layouts from main Makefile * call led_set_kb() from overridden led_set() * put converter back into one folder * revert some structure changes to bring in line with #1784. Also attempt to get the BLE thing more properly integrated. Also also fix led_set() to call led_set_kb().
2017-11-08 17:11:44 +01:00
F_CPU
=
8000000
Optimize size of USB_USB BLE Converter
2018-09-28 16:00:11 +02:00
USB-USB converter cleanup (#16618)
2022-03-14 00:46:13 +01:00
EXTRAKEY_ENABLE
=
no
Move Bluetooth config to common_features.mk (#14404) * Move Bluetooth config to common_features.mk * Update common_features.mk Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-09-12 17:22:03 +02:00
BLUETOOTH_ENABLE
=
yes
Remove manual enable of LTO within keyboards (#15377)
2021-12-02 02:05:40 +01:00
LTO_ENABLE
=
yes
Copy permalink