2018-07-08 02:33:36 +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 18:47:48 +00:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2021-06-28 05:15:24 +00:00
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2018-07-08 02:33:36 +00:00
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
2021-12-09 05:05:44 +00:00
|
|
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
2021-06-28 05:15:24 +00:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
|
|
AUDIO_ENABLE = no # Audio output
|
2018-07-08 02:33:36 +00:00
|
|
|
|
2020-01-26 22:06:56 +00:00
|
|
|
SRC += mxss_frontled.c
|
|
|
|
|
2018-07-08 02:33:36 +00:00
|
|
|
# Remove the common RGB light code and use my iteration instead
|
2021-06-28 05:15:24 +00:00
|
|
|
COMMON_VPATH += $(QUANTUM_DIR)/rgblight
|
2018-07-08 02:33:36 +00:00
|
|
|
OPT_DEFS += -DRGBLIGHT_ENABLE
|
|
|
|
SRC += rgblight.c
|
2021-06-28 05:15:24 +00:00
|
|
|
SRC += $(QUANTUM_DIR)/color.c
|
|
|
|
WS2812_DRIVER_REQUIRED = yes
|
2018-07-08 02:33:36 +00:00
|
|
|
CIE1931_CURVE = yes
|
2021-06-28 05:15:24 +00:00
|
|
|
RGB_KEYCODES_ENABLE = yes
|