From: Nicholas Shaff Date: Mon, 4 Feb 2019 14:15:32 +0000 (-0600) Subject: Fixed the key_count attribute name and numpad_5x4 layout in the info.json. (#5049) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d26e73756ff47cf6025c474917a41581494141c7;p=qmk_firmware.git Fixed the key_count attribute name and numpad_5x4 layout in the info.json. (#5049) --- diff --git a/keyboards/sentraq/number_pad/info.json b/keyboards/sentraq/number_pad/info.json index 1c6e3f53c..3e17835d5 100644 --- a/keyboards/sentraq/number_pad/info.json +++ b/keyboards/sentraq/number_pad/info.json @@ -6,17 +6,17 @@ "height": 5, "layouts": { "LAYOUT_numpad_5x4": { - "keycount": 17, + "key_count": 17, "layout": [ {"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, - {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1, "h":2}, - {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, - {"x":0, "y":3}, {"x":1, "y":3}, {"x":2, "y":3}, {"x":3, "y":3, "h":2}, - {"x":0, "y":4, "w":2}, {"x":2, "y":4} + {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, + {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":3, "y":1, "h":2}, + {"x":0, "y":3}, {"x":1, "y":3}, {"x":2, "y":3}, + {"x":0, "y":4, "w":2}, {"x":2, "y":4}, {"x":3, "y":3, "h":2} ] }, "LAYOUT_ortho_5x4": { - "keycount": 20, + "key_count": 20, "layout": [ {"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1},