2016-08-07 14:04:39 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega16u2
|
|
|
|
|
2019-09-19 16:55:14 +00:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = atmel-dfu
|
2016-08-07 14:04:39 +00:00
|
|
|
|
|
|
|
# Build Options
|
2021-12-13 02:05:37 +00:00
|
|
|
# change yes to no to disable
|
2016-08-07 14:04:39 +00:00
|
|
|
#
|
2021-08-07 06:59:56 +00:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-01-30 19:13:49 +00:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = no # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2017-06-30 20:09:52 +00:00
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2021-12-09 05:05:44 +00:00
|
|
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
2017-06-30 20:09:52 +00:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
|
|
AUDIO_ENABLE = no
|
2019-07-16 07:26:38 +00:00
|
|
|
CUSTOM_MATRIX = yes
|
2019-10-28 19:08:00 +00:00
|
|
|
|
2021-07-20 00:30:09 +00:00
|
|
|
SRC += matrix.c
|
|
|
|
LAYOUTS = ortho_2x3
|