mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-29 20:26:56 +06:00
10 lines
163 B
Makefile
10 lines
163 B
Makefile
# Processor frequency
|
|
F_CPU = 8000000
|
|
|
|
# Build Options
|
|
# change yes to no to disable
|
|
#
|
|
BLUETOOTH_ENABLE = yes
|
|
BLUETOOTH_DRIVER = BluefruitLE
|
|
CONSOLE_ENABLE = no
|