2019-10-22 10:43:18 +06:00
|
|
|
# MCU name
|
2018-09-01 00:13:55 +06:00
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-22 10:43:18 +06:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = caterina
|
2018-09-01 00:13:55 +06:00
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-08-07 12:59:56 +06:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-01-31 00:47:48 +06:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2021-07-24 03:57:24 +06:00
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2021-12-09 11:05:44 +06:00
|
|
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
2021-09-20 12:51:00 +06:00
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
2021-09-21 16:04:03 +06:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2019-11-22 10:25:19 +06:00
|
|
|
|
|
|
|
LAYOUTS = 68_ansi
|