mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-06-03 14:13:46 -03:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
#include "gpio.h"
|
#include "gpio.h"
|
||||||
#include "pointing_device_internal.h"
|
#include "pointing_device_internal.h"
|
||||||
|
|
||||||
const pointing_device_driver_t pmw3320_pointing_device_drivera = {
|
const pointing_device_driver_t pmw3320_pointing_device_driver = {
|
||||||
.init = pmw3320_init,
|
.init = pmw3320_init,
|
||||||
.get_report = pmw3320_get_report,
|
.get_report = pmw3320_get_report,
|
||||||
.set_cpi = pmw3320_set_cpi,
|
.set_cpi = pmw3320_set_cpi,
|
||||||
|
|||||||
Reference in New Issue
Block a user