Rework and expand Pointing Device support (#14343)
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
This commit is contained in:
parent
462c3a6151
commit
56e3f06a26
60 changed files with 2107 additions and 1705 deletions
|
@ -20,8 +20,13 @@
|
|||
|
||||
#include "progmem.h"
|
||||
|
||||
// PID, Inverse PID, SROM version
|
||||
const uint8_t firmware_signature[] PROGMEM = {0x42, 0xBD, 0x04};
|
||||
|
||||
#define FIRMWARE_LENGTH 4094
|
||||
|
||||
// Firmware Blob foor PMW3360
|
||||
|
||||
// clang-format off
|
||||
const uint8_t firmware_data[FIRMWARE_LENGTH] PROGMEM = {
|
||||
0x01, 0x04, 0x8E, 0x96, 0x6E, 0x77, 0x3E, 0xFE, 0x7E, 0x5F, 0x1D, 0xB8, 0xF2, 0x66, 0x4E, 0xFF,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue