2017-11-14 00:44:53 +01:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32a
|
|
|
|
|
2019-09-21 07:06:32 +02:00
|
|
|
# Bootloader selection
|
2021-09-10 09:17:54 +02:00
|
|
|
BOOTLOADER = bootloadhid
|
2017-11-28 05:08:21 +01:00
|
|
|
|
2021-12-13 03:05:37 +01:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-11-04 22:18:09 +01:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2020-06-15 12:06:10 +02: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
|
2021-12-09 06:05:44 +01:00
|
|
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
2020-06-15 12:06:10 +02:00
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
2021-09-21 12:04:03 +02:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2020-06-15 12:06:10 +02:00
|
|
|
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
|
2019-11-03 23:43:13 +01:00
|
|
|
WS2812_DRIVER = i2c
|
2017-11-14 00:44:53 +01:00
|
|
|
|
2018-07-12 19:28:23 +02:00
|
|
|
LAYOUTS = planck_mit
|
2018-05-14 16:11:12 +02:00
|
|
|
LAYOUTS_HAS_RGB = no
|