2019-06-03 00:46:00 -07: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-06-03 00:46:00 -07:00
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2021-12-08 21:05:44 -08:00
|
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
2021-09-19 23:51:00 -07:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
2021-09-21 03:04:03 -07:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2019-10-29 21:27:25 -07:00
|
|
|
|
|
|
|
# project specific files
|
2021-07-31 06:31:09 -07:00
|
|
|
SRC = drivers/led/issi/is31fl3736.c \
|
2021-08-17 16:54:41 -07:00
|
|
|
i2c_master.c \
|
2019-10-29 21:27:25 -07:00
|
|
|
quantum/color.c \
|
|
|
|
keyboards/wilba_tech/wt_mono_backlight.c \
|
|
|
|
keyboards/wilba_tech/wt_main.c
|