X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tmk_core%2Fprotocol%2Flufa%2Fadafruit_ble.cpp;h=fd6edd42cfdca65aba802216ec80cfbdacd02386;hb=b441468795ed5ca67359d02eb2588844873da3e3;hp=37194e77a98ec7ece183dee4610c7952044e1a5e;hpb=78f8fe361f9f6d5c32c785e90da3c868a0b255aa;p=qmk_firmware.git 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; }; };