Magisk-Modules-Repo / OneController

Magisk module which adds proper key mapping for various game controllers.
218 stars 74 forks source link

Add PS2 with adapter controller #11

Closed mattmasc closed 3 years ago

mattmasc commented 3 years ago

I tried adding my file manually and it works. I know it's not that useful since is quite old but at least I can avoid adding it every time.

Filename: Vendor_0810_Product_0001

key 296    BUTTON_SELECT
key 297    BUTTON_START
key 290    BUTTON_A
key 289    BUTTON_B
key 291    BUTTON_X
key 288    BUTTON_Y
key 294    BUTTON_L1
key 295    BUTTON_R1
key 292    BUTTON_L2
key 293    BUTTON_R2
key 298    BUTTON_THUMBL
key 299    BUTTON_THUMBR

axis 0x00    X
axis 0x01    Y

axis 0x05    Z
axis 0x02    RZ

axis 0x10    HAT_X
axis 0x11    HAT_Y
Electric1447 commented 3 years ago

Added in v1.5.1