blob: 35d74315394b5eecf7cf0cb4420971cf7944883d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# MCU name
MCU = atmega32u4
# Processor frequency
F_CPU = 8000000
# Bootloader selection
BOOTLOADER = caterina
# Build Options
# change yes to no to disable
#
BLUETOOTH = AdafruitBLE
CONSOLE_ENABLE = no
|