2020-05-08 22:54:55 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = atmel-dfu
|
|
|
|
|
2021-11-04 21:18:09 +00:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2020-05-08 22:54:55 +00:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2021-12-09 05:05:44 +00:00
|
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
2020-05-08 22:54:55 +00:00
|
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
|
|
|
ENCODER_ENABLE = yes
|
2021-08-24 06:28:26 +00:00
|
|
|
OLED_ENABLE = no
|
2020-12-30 01:06:52 +00:00
|
|
|
RGB_MATRIX_ENABLE = yes
|
|
|
|
RGB_MATRIX_DRIVER = WS2812
|
|
|
|
LTO_ENABLE = yes
|