From: Yan-Fa Li Date: Fri, 6 Apr 2018 15:55:43 +0000 (-0700) Subject: Add 2 missing F-Row keys X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4cb7907547bb6575c2889885e6454c338cc64af2;p=qmk_firmware.git Add 2 missing F-Row keys --- diff --git a/keyboards/phantom/info.json b/keyboards/phantom/info.json index 2210f829d..6c5ef8de9 100644 --- a/keyboards/phantom/info.json +++ b/keyboards/phantom/info.json @@ -910,13 +910,17 @@ ] }, "KEYMAP_7BIT": { - "key_count": 99, + "key_count": 101, "layout": [ { "label": "Esc", "x": 0, "y": 0 }, + { + "x": 1, + "y": 0 + }, { "label": "F1", "x": 2, @@ -937,24 +941,28 @@ "x": 5, "y": 0 }, + { + "x": 6, + "y": 0 + }, { "label": "F5", - "x": 6.5, + "x": 7, "y": 0 }, { "label": "F6", - "x": 7.5, + "x": 8, "y": 0 }, { "label": "F7", - "x": 8.5, + "x": 9, "y": 0 }, { "label": "F8", - "x": 9.5, + "x": 10, "y": 0 }, {