forked from mirrors/qmk_userspace
Added PMW3320 driver (#19543)
This commit is contained in:
parent
162d6156d3
commit
9a68472da8
6 changed files with 355 additions and 1 deletions
|
@ -28,6 +28,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#if defined(POINTING_DEVICE_DRIVER_adns5050)
|
||||
# include "drivers/sensors/adns5050.h"
|
||||
# define POINTING_DEVICE_MOTION_PIN_ACTIVE_LOW
|
||||
#elif defined(POINTING_DEVICE_DRIVER_pmw3320)
|
||||
# include "drivers/sensors/pmw3320.h"
|
||||
# define POINTING_DEVICE_MOTION_PIN_ACTIVE_LOW
|
||||
#elif defined(POINTING_DEVICE_DRIVER_adns9800)
|
||||
# include "spi_master.h"
|
||||
# include "drivers/sensors/adns9800.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue