Maschell / controller_patcher

shared files for hid support
42 stars 13 forks source link

Pokken Controller support? #1

Open gingerbeardman opened 8 years ago

gingerbeardman commented 8 years ago

It would be great to be able too use this controller to navigate the menu before/after playing the game.

http://store.nintendo.co.uk/wii-u-accessories/pokken-tournament-pro-pad-controller/11229357.html

I have the controller. Let me know how I can give you any other required details?

Summary

VID=0F0D (Hori Co.,Ltd.) PID=0092 (Pokken Controller)

13 buttons (3 unused?) 1 hat switch (d-pad) 1 X-axis (unused?) 1 Y-axis (unused?) 1 Z-axis (unused?) 1 Z-rotation (unused?)

page:0xFF00 usage:0x20

Buttons

button0 = Y = 0x0009:0x0001 button1 = B = 0x0009:0x0002 button2 = A = 0x0009:0x0003 button3 = X = 0x0009:0x0004 button4 = L = 0x0009:0x0005 button5 = R = 0x0009:0x0006 button6 = ZL = 0x0009:0x0007 button7 = ZR = 0x0009:0x0008 button8 = SELECT = 0x0009:0x0009 button9 = START = 0x0009:0x000A

Hat Switch ( = 0x0001:0x0039)

neutral = 15 left = 6 right = 2 up = 0 down = 4

Notes

Oddly, I can't get the Pokken controller to appear in HID Test or work with Nintendont on vWii.

Maschell commented 8 years ago

Sorry for the delay. I added a guide for creating a config file to the wiki. https://github.com/Maschell/controller_patcher/wiki/5.d-Controller-%7C-Adding-new-devices

You can start preparing it for the actual release coming soon