22 lines
457 B
Makefile
Executable File
22 lines
457 B
Makefile
Executable File
# MCU name
|
|
MCU = atmega32u4
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = atmel-dfu
|
|
|
|
# Build Options
|
|
# change yes to no to disable
|
|
#
|
|
BOOTMAGIC_ENABLE = lite
|
|
MOUSEKEY_ENABLE = no
|
|
EXTRAKEY_ENABLE = yes
|
|
CONSOLE_ENABLE = no
|
|
COMMAND_ENABLE = no
|
|
SLEEP_LED_ENABLE = yes
|
|
SPLIT_KEYBOARD = no
|
|
BACKLIGHT_ENABLE = no
|
|
NKRO_ENABLE = yes
|
|
RGBLIGHT_ENABLE = yes
|
|
AUDIO_ENABLE = no
|
|
LTO_ENABLE = yes
|