2020-07-11 13:09:40 +02: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 17:22:03 +02:00
|
|
|
BLUETOOTH_ENABLE = yes
|
2022-01-30 18:29:42 +01:00
|
|
|
BLUETOOTH_DRIVER = BluefruitLE
|
2020-07-11 13:09:40 +02:00
|
|
|
CONSOLE_ENABLE = no
|