summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/lufa/adafruit_ble.cpp
diff options
context:
space:
mode:
authordbroqua <dbroqua@mousur.org>2016-12-17 22:28:56 +0100
committerdbroqua <dbroqua@mousur.org>2016-12-17 22:28:56 +0100
commitc3469b8d2175cd5a6f3c922d478222bf3908516e (patch)
tree98123b52d6ce2938d424339417e2c54864e15260 /tmk_core/protocol/lufa/adafruit_ble.cpp
parentdf50bee5a88cacbd1f5fab98b26c2068646b61c0 (diff)
parentc9803f78b2409cfaf6a1be0a4b6c1a37778a3f37 (diff)
Merge branch 'master' of https://github.com/Dbroqua/qmk_firmware
Diffstat (limited to 'tmk_core/protocol/lufa/adafruit_ble.cpp')
-rw-r--r--tmk_core/protocol/lufa/adafruit_ble.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/lufa/adafruit_ble.cpp b/tmk_core/protocol/lufa/adafruit_ble.cpp
index 37194e77a9..fd6edd42cf 100644
--- a/tmk_core/protocol/lufa/adafruit_ble.cpp
+++ b/tmk_core/protocol/lufa/adafruit_ble.cpp
@@ -86,7 +86,7 @@ struct queue_item {
uint16_t consumer;
struct __attribute__((packed)) {
- uint8_t x, y, scroll, pan;
+ int8_t x, y, scroll, pan;
} mousemove;
};
};