2020-07-11 11:09:40 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
|
|
|
# Processor frequency
|
|
|
|
F_CPU = 8000000
|
|
|
|
|
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = caterina
|
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-09-12 15:22:03 +00:00
|
|
|
BLUETOOTH_ENABLE = yes
|
2022-01-30 17:29:42 +00:00
|
|
|
BLUETOOTH_DRIVER = BluefruitLE
|
2020-07-11 11:09:40 +00:00
|
|
|
CONSOLE_ENABLE = no
|