From 0150a8e1a15f1dc8e5401ec3dcacfabeee2b5f28 Mon Sep 17 00:00:00 2001 From: Steve Date: Mon, 11 Apr 2016 08:45:09 +0100 Subject: [PATCH] 0 as default for unused mouse button seems safe. --- data/app/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/app/config.json b/data/app/config.json index 04b9539..5775d53 100644 --- a/data/app/config.json +++ b/data/app/config.json @@ -21,10 +21,10 @@ "mouse" : { "CONTROL_FIRE" : 1, "CONTROL_ACCELERATE" : 3, - "CONTROL_BOOST" : -1, - "CONTROL_ECM" : -1, - "CONTROL_BRAKE" : -1, - "CONTROL_TARGET" : -1, + "CONTROL_BOOST" : 0, + "CONTROL_ECM" : 0, + "CONTROL_BRAKE" : 0, + "CONTROL_TARGET" : 0, "CONTROL_MISSILE" : 2, "CONTROL_GUNS" : 4, "CONTROL_RADAR" : 5,