2019-09-24 07:59:17 +00:00
|
|
|
# Processor frequency
|
2017-12-03 05:04:22 +00:00
|
|
|
F_CPU = 8000000
|
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-09-12 15:22:03 +00:00
|
|
|
BLUETOOTH_ENABLE = yes
|
|
|
|
BLUETOOTH_DRIVER = AdafruitBLE
|
2019-03-02 03:33:05 +00:00
|
|
|
BACKLIGHT_ENABLE = no
|