bcf4551f74
* 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>
10 lines
165 B
Makefile
10 lines
165 B
Makefile
# Processor frequency
|
|
F_CPU = 8000000
|
|
|
|
# Build Options
|
|
# change yes to no to disable
|
|
#
|
|
BLUETOOTH_ENABLE = yes
|
|
BLUETOOTH_DRIVER = AdafruitBLE
|
|
BACKLIGHT_ENABLE = no
|