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