Skip to content

Commit

Permalink
Update Rotary.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
arntsonl authored Jan 25, 2025
1 parent d4056be commit b9f732b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/Addons/Rotary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const ENCODER_MODES = [
{ label: 'encoder-mode-right-trigger', value: 6 },
{ label: 'encoder-mode-dpad-x', value: 7 },
{ label: 'encoder-mode-dpad-y', value: 8 },
{ label: 'encoder-mode-volume', value: 9 },
{ label: 'encoder-mode-volume', value: 9 },
];

const ENCODER_MULTIPLES = [
Expand Down

0 comments on commit b9f732b

Please sign in to comment.