mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-26 10:27:52 +06:00
Merge pull request #944 from priyadi/negmousefix
Allow negative values for mouse movements
This commit is contained in:
commit
f2e5ca25db
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user