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