Skip to content

Commit

Permalink
add ID for new Bluetooth variant of spacemouse wireless
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarmo authored and jtsiomb committed May 28, 2024
1 parent 4ee37e2 commit 3985662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static struct usbdb_entry {
{{0x256f, 0xc633}, DEV_SMENT, DF_SWAPYZ | DF_INVYZ, bnhack_sment}, /* spacemouse enterprise */
{{0x256f, 0xc635}, DEV_SMCOMP, DF_SWAPYZ | DF_INVYZ, 0}, /* spacemouse compact */
{{0x256f, 0xc636}, DEV_SMMOD, DF_SWAPYZ | DF_INVYZ, 0}, /* spacemouse module */

{{0x256f, 0xc63a}, DEV_SMW, DF_SWAPYZ | DF_INVYZ, 0}, /* spacemouse wireless (Bluetooth) */
{{-1, -1}, DEV_UNKNOWN, 0}
};

Expand Down

0 comments on commit 3985662

Please sign in to comment.