This website requires JavaScript.
Explore
Help
Sign In
gitbot
/
qmk_firmware
Watch
0
Star
0
Fork
0
You've already forked qmk_firmware
mirror of
https://github.com/qmk/qmk_firmware.git
synced
2024-12-02 07:55:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9d4347b699
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 13:11:36 +00: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 16:11:44 +00:00
F_CPU
=
8000000
Optimize size of USB_USB BLE Converter
2018-09-28 14:00:11 +00:00
USB-USB converter cleanup (#16618)
2022-03-13 23:46:13 +00: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 15:22:03 +00:00
BLUETOOTH_ENABLE
=
yes
Remove manual enable of LTO within keyboards (#15377)
2021-12-02 01:05:40 +00:00
LTO_ENABLE
=
yes
Reference in New Issue
Copy Permalink