Move optical sensor code to drivers folder (#13044)
This commit is contained in:
@@ -24,6 +24,6 @@ POINTING_DEVICE_ENABLE = yes
|
||||
MOUSEKEY_ENABLE = yes # Mouse keys
|
||||
|
||||
QUANTUM_LIB_SRC += analog.c spi_master.c
|
||||
SRC += pmw3360.c opt_encoder.c
|
||||
SRC += drivers/sensors/pmw3360.c opt_encoder.c
|
||||
|
||||
DEFAULT_FOLDER = ploopyco/trackball/rev1_005
|
||||
|
@@ -20,7 +20,7 @@
|
||||
|
||||
#include "quantum.h"
|
||||
#include "spi_master.h"
|
||||
#include "pmw3360.h"
|
||||
#include "drivers/sensors/pmw3360.h"
|
||||
#include "analog.h"
|
||||
#include "opt_encoder.h"
|
||||
#include "pointing_device.h"
|
||||
|
Reference in New Issue
Block a user