2017-10-10 23:07:59 +06:00
|
|
|
# Build Options
|
2021-12-13 08:05:37 +06:00
|
|
|
# change yes to no to disable
|
2017-10-10 23:07:59 +06:00
|
|
|
#
|
2021-08-07 12:59:56 +06:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-01-29 23:51:25 +06:00
|
|
|
#MOUSEKEY_ENABLE = yes # Mouse keys
|
2017-10-10 23:07:59 +06:00
|
|
|
POINTING_DEVICE_ENABLE = yes # Generic Pointer, not as big as mouse keys hopefully.
|
2022-02-05 20:29:15 +06:00
|
|
|
POINTING_DEVICE_DRIVER = custom
|
2020-01-29 23:51:25 +06:00
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
2017-10-10 23:07:59 +06:00
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
|
|
CUSTOM_MATRIX = yes # Remote matrix from the wireless bridge
|
2021-12-09 11:05:44 +06:00
|
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
2017-10-10 23:07:59 +06:00
|
|
|
# BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
|
|
|
|
2019-10-06 00:09:35 +06:00
|
|
|
# # project specific files
|
2021-12-15 17:00:39 +06:00
|
|
|
SRC += matrix.c
|
|
|
|
QUANTUM_LIB_SRC += uart.c
|