2020-04-23 00:01:46 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = qmk-dfu
|
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-11-04 21:18:09 +00:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2020-04-23 00:01:46 +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
|
2021-12-09 05:05:44 +00:00
|
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
2020-04-23 00:01:46 +00:00
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
|
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
2021-09-21 10:04:03 +00:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2020-04-23 00:01:46 +00:00
|
|
|
|
|
|
|
CUSTOM_MATRIX = lite
|
2022-03-07 23:02:28 +00:00
|
|
|
VPATH += drivers/gpio
|
|
|
|
SRC += matrix.c sn74x138.c
|
2020-04-23 00:01:46 +00:00
|
|
|
|
|
|
|
LAYOUTS = fullsize_ansi fullsize_iso tkl_ansi tkl_iso
|