2018-05-28 13:48:59 +10: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
|
2018-05-28 13:48:59 +10:00
|
|
|
|
2021-12-13 13:05:37 +11:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-11-04 21:18:09 +00:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2018-11-27 16:54:43 -08:00
|
|
|
MOUSEKEY_ENABLE = no
|
2018-05-28 13:48:59 +10:00
|
|
|
EXTRAKEY_ENABLE = yes
|
2020-03-31 17:51:52 +01:00
|
|
|
CONSOLE_ENABLE = no
|
2018-05-28 13:48:59 +10:00
|
|
|
COMMAND_ENABLE = yes
|
2020-01-19 18:00:32 +11:00
|
|
|
BACKLIGHT_ENABLE = yes
|
2018-05-28 13:48:59 +10:00
|
|
|
RGBLIGHT_ENABLE = yes
|
2019-11-04 09:43:13 +11:00
|
|
|
WS2812_DRIVER = i2c
|
2018-05-28 13:48:59 +10:00
|
|
|
|
2019-11-22 15:25:19 +11:00
|
|
|
LAYOUTS = 65_ansi_blocker 65_iso_blocker
|