diff options
| author | 2016-12-17 22:28:56 +0100 | |
|---|---|---|
| committer | 2016-12-17 22:28:56 +0100 | |
| commit | c3469b8d2175cd5a6f3c922d478222bf3908516e (patch) | |
| tree | 98123b52d6ce2938d424339417e2c54864e15260 /tmk_core/protocol/lufa/adafruit_ble.cpp | |
| parent | df50bee5a88cacbd1f5fab98b26c2068646b61c0 (diff) | |
| parent | c9803f78b2409cfaf6a1be0a4b6c1a37778a3f37 (diff) | |
| download | qmk_firmware-c3469b8d2175cd5a6f3c922d478222bf3908516e.tar.gz | |
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.cpp | 2 |
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 37194e77a..fd6edd42c 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; }; }; |