2016-08-07 16:04:39 +02:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u2
|
|
|
|
|
2019-09-19 18:55:14 +02:00
|
|
|
# Bootloader selection
|
|
|
|
# Teensy halfkay
|
|
|
|
# Pro Micro caterina
|
|
|
|
# Atmel DFU atmel-dfu
|
|
|
|
# LUFA DFU lufa-dfu
|
|
|
|
# QMK DFU qmk-dfu
|
|
|
|
# ATmega32A bootloadHID
|
|
|
|
# ATmega328P USBasp
|
2019-09-15 05:03:11 +02:00
|
|
|
BOOTLOADER = atmel-dfu
|
2016-08-07 16:04:39 +02:00
|
|
|
|
|
|
|
# Build Options
|
2017-06-30 22:09:52 +02:00
|
|
|
# change to no to disable the options.
|
2016-08-07 16:04:39 +02:00
|
|
|
#
|
2020-01-29 18:51:25 +01:00
|
|
|
BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
|
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
2017-06-30 22:09:52 +02:00
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
|
|
|
NKRO_ENABLE = no # USB Nkey Rollover - not yet supported in LUFA
|
2018-05-25 00:26:38 +02:00
|
|
|
|
|
|
|
LAYOUTS = 60_ansi
|