2019-09-26 02:06:57 +06:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u2
|
|
|
|
|
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = atmel-dfu
|
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-11-05 03:18:09 +06:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2020-01-05 14:18:36 +06:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2020-11-01 01:56:08 +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 = yes # Enable N-Key Rollover
|
2020-11-01 01:56:08 +06:00
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
2019-09-26 02:06:57 +06:00
|
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
2020-11-01 01:56:08 +06:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2019-09-26 02:06:57 +06:00
|
|
|
|
|
|
|
LAYOUTS = ortho_4x12 planck_mit
|
2021-01-31 03:08:58 +06:00
|
|
|
|
|
|
|
# Disable unsupported hardware
|
|
|
|
RGBLIGHT_SUPPORTED = no
|
|
|
|
AUDIO_SUPPORTED = no
|