Skip to content

Commit

Permalink
Change default device in Dolphin profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyHaystack committed Jun 11, 2022
1 parent 3152ac3 commit a5c331b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dolphin/HayBox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Profile]
Device = DInput/0/Arduino Leonardo
Device = DInput/0/Pico
Buttons/A = `Button 1`
Buttons/B = `Button 0`
Buttons/X = `Button 3`
Expand Down
2 changes: 1 addition & 1 deletion dolphin/HayBox_linux.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Profile]
Device = evdev/0/Arduino LLC Arduino Leonardo
Device = evdev/0/Raspberry Pi Pico
Buttons/A = `Button 1`
Buttons/B = `Button 0`
Buttons/X = `Button 3`
Expand Down
2 changes: 1 addition & 1 deletion dolphin/HayBox_macOS.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Profile]
Device = Input/0/Arduino Micro
Device = Input/0/Pico
Buttons/A = `Button 2`
Buttons/B = `Button 1`
Buttons/X = `Button 4`
Expand Down

0 comments on commit a5c331b

Please sign in to comment.