mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-16 17:04:50 +00:00
9 lines
163 B
Makefile
9 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
|