From 3299c59aa2cc2e09810baa5cdbaa951b73d0ca43 Mon Sep 17 00:00:00 2001 From: Laurel Williams <laurel.m.williams@gmail.com> Date: Fri, 13 Apr 2018 13:01:01 -0400 Subject: [PATCH] Fix default configuration for centered keys --- configuration.json | 32 ++++++++++++++++---------------- default_configuration.json | 37 ++++++++++++++++--------------------- 2 files changed, 32 insertions(+), 37 deletions(-) diff --git a/configuration.json b/configuration.json index 6fc58da..1e4c5d7 100644 --- a/configuration.json +++ b/configuration.json @@ -51,82 +51,82 @@ ], "button11": [ "a", - "0", + "4", "30" ], "button12": [ "s", - "10", + "14", "30" ], "button13": [ "d", - "20", + "24", "30" ], "button14": [ "f", - "30", + "34", "30" ], "button15": [ "g", - "40", + "44", "30" ], "button16": [ "h", - "50", + "54", "30" ], "button17": [ "j", - "60", + "64", "30" ], "button18": [ "k", - "70", + "74", "30" ], "button19": [ "l", - "80", + "84", "30" ], "button20": [ "z", - "0", + "9", "60" ], "button21": [ "x", - "10", + "19", "60" ], "button22": [ "c", - "20", + "29", "60" ], "button23": [ "v", - "30", + "39", "60" ], "button24": [ "b", - "40", + "49", "60" ], "button25": [ "n", - "50", + "59", "60" ], "button26": [ "m", - "60", + "69", "60" ] } \ No newline at end of file diff --git a/default_configuration.json b/default_configuration.json index 37d0084..1e4c5d7 100644 --- a/default_configuration.json +++ b/default_configuration.json @@ -51,87 +51,82 @@ ], "button11": [ "a", - "0", + "4", "30" ], "button12": [ "s", - "10", + "14", "30" ], "button13": [ "d", - "20", + "24", "30" ], "button14": [ "f", - "30", + "34", "30" ], "button15": [ "g", - "40", + "44", "30" ], "button16": [ "h", - "50", + "54", "30" ], "button17": [ "j", - "60", + "64", "30" ], "button18": [ "k", - "70", + "74", "30" ], "button19": [ "l", - "80", + "84", "30" ], "button20": [ "z", - "0", + "9", "60" ], "button21": [ "x", - "10", + "19", "60" ], "button22": [ "c", - "20", + "29", "60" ], "button23": [ "v", - "30", + "39", "60" ], "button24": [ "b", - "40", + "49", "60" ], "button25": [ "n", - "50", + "59", "60" ], "button26": [ "m", - "60", - "60" - ], - "button0": [ - " ", - "70", + "69", "60" ] } \ No newline at end of file -- GitLab