Skip to content

Commit

Permalink
pico: add 8BitDo Zero 2 HID mapping
Browse files Browse the repository at this point in the history
No stick
  • Loading branch information
Daft-Freak committed Jul 19, 2023
1 parent 190c96a commit 1fa5b36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 32blit-pico/input_usb_hid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ static const GamepadMapping gamepad_mappings[]{
{0x057E2009, 3, 2, 1, 0, 17, 16, 19, 18, 8, 12, 11}, // Switch Pro Controller
{0x15320705, 0, 1, 3, 4, NO, NO, NO, NO, 16, 15, 13}, // Razer Raiju Mobile
{0x20D6A711, 2, 1, 3, 0, NO, NO, NO, NO, 8, 12, 10}, // PowerA wired Switch pro controller
{0x2DC89018, 0, 1, 3, 4, NO, NO, NO, NO, 10, 11, NO}, // 8BitDo Zero 2
{0x00000000, 0, 1, 2, 3, NO, NO, NO, NO, 4, 5, 6} // probably wrong fallback
};

Expand Down

0 comments on commit 1fa5b36

Please sign in to comment.