forked from moonlight-stream/moonlight-embedded
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pstv mapping files & apply right mapping values
- Loading branch information
1 parent
d3d0933
commit b1ea2bb
Showing
2 changed files
with
59 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# 600..603 is NW, NE, SW, SE areas of back touchscreen | ||
# axis is 0,1 left 2,3 right | ||
# everything else is ordinary key codes | ||
|
||
# left stick x axis | ||
abs_x = 400000 | ||
# y axis | ||
abs_y = 400001 | ||
# right stick x axis | ||
abs_rx = 400002 | ||
# y axis | ||
abs_ry = 400003 | ||
|
||
# cross | ||
btn_south = 304000 | ||
# circle | ||
btn_east = 302000 | ||
# triangle | ||
btn_north = 301000 | ||
# square | ||
btn_west = 308000 | ||
# select | ||
btn_select = 300001 | ||
# start | ||
btn_start = 300008 | ||
# dpad | ||
btn_dpad_up = 300010 | ||
btn_dpad_down = 300040 | ||
btn_dpad_left = 300080 | ||
btn_dpad_right = 300020 | ||
# LB | ||
btn_thumbl = 300400 | ||
# RB | ||
btn_thumbr = 300800 | ||
|
||
# LT | ||
btn_tl = 400004 | ||
# RT | ||
btn_tr = 400005 | ||
# LS | ||
btn_tl2 = 300002 | ||
# RS | ||
btn_tr2 = 300004 | ||
|
||
# not used | ||
btn_mode = -1 | ||
abs_rz = -1 | ||
abs_z = -1 | ||
abs_deadzone = 0 | ||
abs_dpad_y = -1 | ||
abs_dpad_x = -1 | ||
reverse_x = false | ||
reverse_y = false | ||
reverse_rx = false | ||
reverse_ry = false | ||
reverse_dpad_y = false | ||
reverse_dpad_x = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters