]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/pointing_device.h
Fix Pointing Device code (#1934)
[qmk_firmware.git] / quantum / pointing_device.h
index 40d71f7419d89439e106d95e4751138852b7c265..1944d820659ba491aee5db518861c0270481cef7 100644 (file)
@@ -22,7 +22,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include "host.h"
 #include "report.h"
 
-void pointingdevice_init(void);
+void pointing_device_init(void);
 void pointing_device_task(void);
 void pointing_device_send(void);
 report_mouse_t pointing_device_get_report(void);