mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-05-01 19:41:31 +00:00
Use SPI_DRIVER_REQUIRED = yes
(per drashna)
This commit is contained in:
parent
9057f11b62
commit
93bf884829
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user