Browse Source

Allow negative values for mouse movements

pull/944/head
Priyadi Iman Nurcahyo 7 years ago
parent
commit
434b286032
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tmk_core/protocol/lufa/adafruit_ble.cpp

+ 1
- 1
tmk_core/protocol/lufa/adafruit_ble.cpp View File

@ -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…
Cancel
Save