2019-10-06 02:09:35 +08:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
2018-10-12 06:26:56 +08:00
|
|
|
|
2019-10-06 02:09:35 +08:00
|
|
|
# Bootloader selection
|
2018-10-12 06:26:56 +08:00
|
|
|
BOOTLOADER = lufa-dfu
|
|
|
|
|
|
|
|
# Build Options
|
2021-12-08 07:40:26 +08:00
|
|
|
# change yes to no to disable
|
2018-10-12 06:26:56 +08:00
|
|
|
#
|
2021-08-07 14:59:56 +08:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-01-30 01:51:25 +08:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
2019-02-05 07:10:11 +08:00
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
2021-12-09 13:05:44 +08:00
|
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
2018-10-12 06:26:56 +08:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
2021-09-21 18:04:03 +08:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2019-02-05 07:10:11 +08:00
|
|
|
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
2018-10-12 06:26:56 +08:00
|
|
|
#HARDWARE_SERIAL = yes
|
2019-02-05 07:10:11 +08:00
|
|
|
CUSTOM_MATRIX = yes
|
2018-10-12 06:26:56 +08:00
|
|
|
|
|
|
|
SRC += matrix.c led.c
|
2018-10-16 01:45:30 +08:00
|
|
|
|
|
|
|
DEFAULT_FOLDER = converter/sun_usb/type5
|