Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
deeebug committed Nov 22, 2022
1 parent 20f61de commit ef173c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/src/Pages/DisplayConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const BUTTON_LAYOUT = [
const BUTTON_LAYOUT_RIGHT = [
{ label: 'Arcade', value: 0 }, // BUTTON_LAYOUT_ARCADE
{ label: 'Stickless', value: 1 }, // BUTTON_LAYOUT_STICKLESSB
{ label: 'Buttons Anbled', value: 2 }, // BUTTON_LAYOUT_BUTTONS_ANGLEDB
{ label: 'Buttons Angled', value: 2 }, // BUTTON_LAYOUT_BUTTONS_ANGLEDB
{ label: 'Viewlix', value: 3 }, // BUTTON_LAYOUT_VEWLIX
{ label: 'Viewlix 7', value: 4 }, // BUTTON_LAYOUT_VEWLIX7
{ label: 'Capcom', value: 5 }, // BUTTON_LAYOUT_CAPCOM
Expand All @@ -42,7 +42,7 @@ const BUTTON_LAYOUT_RIGHT = [
{ label: 'Noir 8', value: 8 }, // BUTTON_LAYOUT_NOIR8
{ label: 'Keyboard', value: 9 }, // BUTTON_LAYOUT_KEYBOARDB
{ label: 'Dancepad', value: 10 }, // BUTTON_LAYOUT_DANCEPADB
{ label: 'Thumbstick', value: 11 }, // BUTTON_LAYOUT_TWINSTICKB
{ label: 'Twinstick', value: 11 }, // BUTTON_LAYOUT_TWINSTICKB
{ label: 'Blank', value: 12 }, // BUTTON_LAYOUT_BLANKB
{ label: 'VLX', value: 13 } // BUTTON_LAYOUT_VLXB
];
Expand Down

0 comments on commit ef173c8

Please sign in to comment.