2018-01-28 20:58:03 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32a
|
|
|
|
|
2019-09-21 05:06:32 +00:00
|
|
|
# Bootloader selection
|
2021-09-10 07:17:54 +00:00
|
|
|
BOOTLOADER = bootloadhid
|
2018-01-28 20:58:03 +00:00
|
|
|
|
2020-09-01 05:30:07 +00:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-11-04 21:18:09 +00:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2020-09-01 05:30:07 +00:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
|
|
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
2019-11-03 22:43:13 +00:00
|
|
|
WS2812_DRIVER = i2c
|
2018-01-28 20:58:03 +00:00
|
|
|
|
2020-09-01 05:30:07 +00:00
|
|
|
LAYOUTS = ortho_6x4 numpad_6x4
|