chrippa / ds4drv

A Sony DualShock 4 userspace driver for Linux
MIT License
1.05k stars 213 forks source link

Allow hats in custom mappings #128

Open sonicdes opened 7 years ago

sonicdes commented 7 years ago

This allows definition of hat mappings, which generally require multiple values, in ds4drv config. Example:

ABS_HAT0X = dpad_left,dpad_right                                                                                                                                                                                                          
ABS_HAT0Y = dpad_up,dpad_down
ShireGrin commented 4 years ago

Awesomee