Use SPI_DRIVER_REQUIRED = yes (per drashna)

This commit is contained in:
James Young 2024-06-10 01:29:33 -07:00
parent 9057f11b62
commit 93bf884829
No known key found for this signature in database
GPG Key ID: 87CBD151019773A8

View File

@ -1,7 +1,7 @@
# Optical sensor driver for trackball.
POINTING_DEVICE_DRIVER = custom
SRC += drivers/pmw3360/pmw3360.c
QUANTUM_LIB_SRC += spi_master.c # Optical sensor use SPI to communicate
SPI_DRIVER_REQUIRED = yes
SRC += lib/oledkit/oledkit.c # OLED utility for Keyball series.