mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-16 08:56:11 +00:00
15 lines
208 B
Makefile
15 lines
208 B
Makefile
|
# 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
|