Move optical sensor code to drivers folder (#13044)
This commit is contained in:
parent
b491c7994a
commit
6901411bca
32 changed files with 60 additions and 890 deletions
|
@ -27,6 +27,6 @@ POINTING_DEVICE_ENABLE = yes
|
|||
MOUSEKEY_ENABLE = no # Mouse keys
|
||||
|
||||
QUANTUM_LIB_SRC += analog.c
|
||||
SRC += adns5050.c opt_encoder.c
|
||||
SRC += drivers/sensors/adns5050.c opt_encoder.c
|
||||
|
||||
DEFAULT_FOLDER = ploopyco/trackball_mini/rev1_001
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "quantum.h"
|
||||
#include "adns5050.h"
|
||||
#include "drivers/sensors/adns5050.h"
|
||||
#include "analog.h"
|
||||
#include "opt_encoder.h"
|
||||
#include "pointing_device.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue