1
0
Fork 0

Move optical sensor code to drivers folder (#13044)

This commit is contained in:
Drashna Jael're 2021-06-21 13:00:11 -07:00 committed by GitHub
parent b491c7994a
commit 6901411bca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 60 additions and 890 deletions

View file

@ -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"