Skip to content

Commit 8110427

Browse files
authored
data: fix GenericDesktopControls Rz (#18)
1 parent c1bc2b6 commit 8110427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hid_parser/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ class GenericDesktopControls(_Data):
209209
Z = 0x32, 'Z', UsageTypes.DV
210210
RX = 0x33, 'Rx', UsageTypes.DV
211211
RY = 0x34, 'Ry', UsageTypes.DV
212-
RX = 0x35, 'Rz', UsageTypes.DV
212+
RZ = 0x35, 'Rz', UsageTypes.DV
213213
SLIDER = 0x36, 'Slider', UsageTypes.DV
214214
DIAL = 0x37, 'Dial', UsageTypes.DV
215215
WHEEL = 0x38, 'Wheel', UsageTypes.DV

0 commit comments

Comments
 (0)