From c1426e7f28efd32e4a7905ade8095e644c92d5ae Mon Sep 17 00:00:00 2001 From: Iwan Timmer Date: Mon, 27 Jan 2014 15:13:25 +0100 Subject: [PATCH] Remove dot comma's from example mapping file --- mappings/default.conf | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/mappings/default.conf b/mappings/default.conf index 82cf578..96b1014 100644 --- a/mappings/default.conf +++ b/mappings/default.conf @@ -1,25 +1,25 @@ -abs_x = 0; -abs_y = 1; -abs_rx = 3; -abs_ry = 4; +abs_x = 0 +abs_y = 1 +abs_rx = 3 +abs_ry = 4 -abs_throttle = 6; -abs_rudder = 7; +abs_throttle = 6 +abs_rudder = 7 -btn_south = 304; -btn_east = 305; -btn_north = 307; -btn_west = 308; +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_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; \ No newline at end of file +btn_dpad_up = 544 +btn_dpad_down = 545 +btn_dpad_left = 546 +btn_dpad_right = 547 \ No newline at end of file