2019-03-14 22:22:50 +01:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = atmel-dfu
|
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-11-04 22:18:09 +01:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2020-01-30 23:10:23 +01:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2019-03-14 22:22:50 +01:00
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2021-12-09 06:05:44 +01:00
|
|
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
2020-11-21 20:06:55 +01:00
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
2019-03-14 22:22:50 +01:00
|
|
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
2021-09-21 12:04:03 +02:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2020-08-22 10:21:06 +02:00
|
|
|
LTO_ENABLE = yes
|
2019-03-14 22:22:50 +01:00
|
|
|
|
|
|
|
# custom matrix setup
|
2020-01-04 21:29:44 +01:00
|
|
|
CUSTOM_MATRIX = lite
|
2019-08-22 16:27:18 +02:00
|
|
|
|
|
|
|
VPATH += drivers/gpio
|
2020-01-15 02:58:32 +01:00
|
|
|
SRC += pca9555.c matrix.c
|
2019-08-14 21:07:26 +02:00
|
|
|
QUANTUM_LIB_SRC += i2c_master.c
|