Move optical sensor code to drivers folder (#13044)

This commit is contained in:
Drashna Jaelre
2021-06-21 13:00:11 -07:00
committed by GitHub
parent b491c7994a
commit 6901411bca
32 changed files with 60 additions and 890 deletions

View File

@@ -1,6 +1,6 @@
# only uncomment on the side you have your trackball on
POINTING_DEVICE_ENABLE = yes
SRC += pimoroni_trackball.c
SRC += drivers/sensors/pimoroni_trackball.c
QUANTUM_LIB_SRC += i2c_master.c
OLED_DRIVER_ENABLE = yes
MOUSEKEY_ENABLE = no