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 20, 2023
1 parent 31d49e1 commit 78e867a
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 @@ -30,6 +30,7 @@ struct GamepadMapping {
static const GamepadMapping gamepad_mappings[]{
{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 78e867a

Please sign in to comment.