2019-08-01 16:39: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
|
2019-08-01 16:39:03 +00:00
|
|
|
|
|
|
|
# build options
|
2021-08-07 06:59:56 +00:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2019-08-01 16:39:03 +00:00
|
|
|
MOUSEKEY_ENABLE = yes
|
|
|
|
EXTRAKEY_ENABLE = yes
|
2020-03-31 16:51:52 +00:00
|
|
|
CONSOLE_ENABLE = no
|
2019-11-03 22:30:15 +00:00
|
|
|
COMMAND_ENABLE = no
|
2019-08-01 16:39:03 +00:00
|
|
|
BACKLIGHT_ENABLE = yes
|
2019-11-03 22:30:15 +00:00
|
|
|
RGBLIGHT_ENABLE = no # PCB has underglow LEDs, but case doesn't let them show.
|
|
|
|
WS2812_DRIVER = i2c
|
2020-05-28 01:27:14 +00:00
|
|
|
|
|
|
|
LAYOUTS = ortho_6x4 numpad_6x4
|