Browse Source

Make code more portable

pull/15328/head
Drashna Jael're 2 years ago
parent
commit
03a28a0d49
No known key found for this signature in database GPG Key ID: DBA1FD3A860D1B11
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      keyboards/handwired/tractyl_manuform/tm_sync.c

+ 6
- 1
keyboards/handwired/tractyl_manuform/tm_sync.c View File

@ -14,13 +14,18 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "tractyl_manuform.h"
#include QMK_KEYBOARD_H
#include "pointing_device.h"
#include "transactions.h"
#include <string.h>
#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;


Loading…
Cancel
Save