2021-06-06 22:08:20 -07:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-11-04 14:18:09 -07:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2021-06-06 22:08:20 -07:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2021-12-08 21:05:44 -08:00
|
|
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
2021-06-06 22:08:20 -07:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
|
|
|
AUDIO_ENABLE = no # Audio output
|
|
|
|
|
|
|
|
# Add trackball support
|
|
|
|
POINTING_DEVICE_ENABLE = yes
|
2022-02-05 06:29:15 -08:00
|
|
|
POINTING_DEVICE_DRIVER = custom
|
2021-06-06 22:08:20 -07:00
|
|
|
SRC += adns.c
|
|
|
|
QUANTUM_LIB_SRC += spi_master.c
|