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