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