2018-09-27 14:40:44 +00:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-11-04 21:18:09 +00:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2020-01-30 22:10:23 +00:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2018-11-13 16:31:25 +00:00
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2021-12-09 05:05:44 +00:00
|
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
2021-09-20 06:51:00 +00:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
2021-09-21 10:04:03 +00:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2019-10-30 04:27:25 +00:00
|
|
|
|
|
|
|
# project specific files
|
2021-07-31 13:31:09 +00:00
|
|
|
SRC = drivers/led/issi/is31fl3736.c \
|
2021-08-17 23:54:41 +00:00
|
|
|
i2c_master.c \
|
2019-10-30 04:27:25 +00:00
|
|
|
quantum/color.c \
|
|
|
|
keyboards/wilba_tech/wt_mono_backlight.c \
|
|
|
|
keyboards/wilba_tech/wt_main.c
|