mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-06-15 21:31:12 +00:00
Remove dot comma's from example mapping file
This commit is contained in:
+21
-21
@@ -1,25 +1,25 @@
|
|||||||
abs_x = 0;
|
abs_x = 0
|
||||||
abs_y = 1;
|
abs_y = 1
|
||||||
abs_rx = 3;
|
abs_rx = 3
|
||||||
abs_ry = 4;
|
abs_ry = 4
|
||||||
|
|
||||||
abs_throttle = 6;
|
abs_throttle = 6
|
||||||
abs_rudder = 7;
|
abs_rudder = 7
|
||||||
|
|
||||||
btn_south = 304;
|
btn_south = 304
|
||||||
btn_east = 305;
|
btn_east = 305
|
||||||
btn_north = 307;
|
btn_north = 307
|
||||||
btn_west = 308;
|
btn_west = 308
|
||||||
|
|
||||||
btn_select = 314;
|
btn_select = 314
|
||||||
btn_start = 315;
|
btn_start = 315
|
||||||
btn_mode = 316;
|
btn_mode = 316
|
||||||
btn_thumbl = 317;
|
btn_thumbl = 317
|
||||||
btn_thumbr = 318;
|
btn_thumbr = 318
|
||||||
btn_tl = 310;
|
btn_tl = 310
|
||||||
btn_tr = 311;
|
btn_tr = 311
|
||||||
|
|
||||||
btn_dpad_up = 544;
|
btn_dpad_up = 544
|
||||||
btn_dpad_down = 545;
|
btn_dpad_down = 545
|
||||||
btn_dpad_left = 546;
|
btn_dpad_left = 546
|
||||||
btn_dpad_right = 547;
|
btn_dpad_right = 547
|
||||||
Reference in New Issue
Block a user