2017-11-13 23:44:53 +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
|
2017-11-28 04:08:21 +00:00
|
|
|
|
2017-11-13 23:44:53 +00:00
|
|
|
# build options
|
2021-11-04 21:18:09 +00:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2020-06-15 10:06:10 +00:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
|
|
NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ # nkro-doesnt-work
|
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
2021-09-21 10:04:03 +00:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2020-06-15 10:06:10 +00:00
|
|
|
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
|
2019-11-03 22:43:13 +00:00
|
|
|
WS2812_DRIVER = i2c
|
2017-11-13 23:44:53 +00:00
|
|
|
|
2018-07-12 17:28:23 +00:00
|
|
|
LAYOUTS = planck_mit
|
2018-05-14 14:11:12 +00:00
|
|
|
LAYOUTS_HAS_RGB = no
|