From 03a28a0d498bd2488653c849b10f069ae0603f51 Mon Sep 17 00:00:00 2001 From: Drashna Jael're Date: Sun, 28 Nov 2021 11:30:09 -0800 Subject: [PATCH] Make code more portable --- keyboards/handwired/tractyl_manuform/tm_sync.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/keyboards/handwired/tractyl_manuform/tm_sync.c b/keyboards/handwired/tractyl_manuform/tm_sync.c index 0516f336a79..733f09a22e0 100644 --- a/keyboards/handwired/tractyl_manuform/tm_sync.c +++ b/keyboards/handwired/tractyl_manuform/tm_sync.c @@ -14,13 +14,18 @@ * along with this program. If not, see . */ -#include "tractyl_manuform.h" +#include QMK_KEYBOARD_H +#include "pointing_device.h" #include "transactions.h" #include #ifdef MOUSEKEY_ENABLE # include "mousekey.h" #endif +// typedef struct { +// uint16_t device_cpi; +// } kb_config_data_t; + kb_config_data_t kb_config; static report_mouse_t shared_mouse_report; extern const pointing_device_driver_t pointing_device_driver;