2019-02-05 13:01:35 -05:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32a
|
|
|
|
|
2019-09-21 15:06:32 +10:00
|
|
|
# Bootloader selection
|
2021-09-10 17:17:54 +10:00
|
|
|
BOOTLOADER = bootloadhid
|
2019-02-05 13:01:35 -05:00
|
|
|
|
2019-04-08 19:35:47 +01:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-08-06 23:59:56 -07:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-01-30 13:47:48 -05:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2019-04-08 19:35:47 +01:00
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2021-12-09 16:05:44 +11:00
|
|
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
2021-09-20 16:51:00 +10:00
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
2019-04-08 19:35:47 +01:00
|
|
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
2019-11-05 11:05:03 +11:00
|
|
|
WS2812_DRIVER = i2c
|
2021-09-21 20:04:03 +10:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2019-04-08 19:35:47 +01:00
|
|
|
|
2019-02-13 01:04:47 +00:00
|
|
|
LAYOUTS = ortho_4x4
|