2019-05-24 02:26:15 +02:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
|
|
|
# Bootloader selection
|
|
|
|
# Teensy halfkay
|
|
|
|
# Pro Micro caterina
|
|
|
|
# Atmel DFU atmel-dfu
|
|
|
|
# LUFA DFU lufa-dfu
|
|
|
|
# QMK DFU qmk-dfu
|
2019-10-24 22:50:13 +02:00
|
|
|
# ATmega32A bootloadHID
|
|
|
|
# ATmega328P USBasp
|
2019-05-24 02:26:15 +02:00
|
|
|
BOOTLOADER = atmel-dfu
|
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2020-01-30 19:47:48 +01:00
|
|
|
BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
|
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2019-05-24 02:26:15 +02:00
|
|
|
NKRO_ENABLE = yes # USB Nkey Rollover
|
2020-01-31 00:44:40 +01:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
2019-05-24 02:26:15 +02:00
|
|
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|