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