mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 02:20:42 +00:00
Add example gamepad mapping
This commit is contained in:
25
mappings/default.conf
Normal file
25
mappings/default.conf
Normal file
@@ -0,0 +1,25 @@
|
||||
abs_x = 0;
|
||||
abs_y = 1;
|
||||
abs_rx = 3;
|
||||
abs_ry = 4;
|
||||
|
||||
abs_throttle = 6;
|
||||
abs_rudder = 7;
|
||||
|
||||
btn_south = 304;
|
||||
btn_east = 305;
|
||||
btn_north = 307;
|
||||
btn_west = 308;
|
||||
|
||||
btn_select = 314;
|
||||
btn_start = 315;
|
||||
btn_mode = 316;
|
||||
btn_thumbl = 317;
|
||||
btn_thumbr = 318;
|
||||
btn_tl = 310;
|
||||
btn_tr = 311;
|
||||
|
||||
btn_dpad_up = 544;
|
||||
btn_dpad_down = 545;
|
||||
btn_dpad_left = 546;
|
||||
btn_dpad_right = 547;
|
||||
Reference in New Issue
Block a user