2019-05-04 02:28:03 +02:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-28 20:08:00 +01:00
|
|
|
# Bootloader selection
|
2019-05-04 02:28:03 +02:00
|
|
|
BOOTLOADER = atmel-dfu
|
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-11-04 22:18:09 +01:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2020-01-30 20:13:49 +01:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2021-09-21 12:04:03 +02:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2019-05-04 02:28:03 +02:00
|
|
|
|
2019-07-16 09:26:38 +02:00
|
|
|
LAYOUTS = 60_ansi 60_ansi_split_bs_rshift 60_iso 60_hhkb
|