diff options
author | Yan-Fa Li <yanfali@gmail.com> | 2018-04-06 08:55:43 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-04-06 12:22:03 -0400 |
commit | 4cb7907547bb6575c2889885e6454c338cc64af2 (patch) | |
tree | 3953fc4b54b1c6f72f2557a6ab9c068ce69e412f /keyboards/phantom | |
parent | 25b1d0215709aa0f2f75de88e9c3ff4b2c6bf6c5 (diff) | |
download | firmware-4cb7907547bb6575c2889885e6454c338cc64af2.tar.gz firmware-4cb7907547bb6575c2889885e6454c338cc64af2.tar.bz2 firmware-4cb7907547bb6575c2889885e6454c338cc64af2.zip |
Add 2 missing F-Row keys
Diffstat (limited to 'keyboards/phantom')
-rw-r--r-- | keyboards/phantom/info.json | 18 |
1 files changed, 13 insertions, 5 deletions
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,7 +910,7 @@ ] }, "KEYMAP_7BIT": { - "key_count": 99, + "key_count": 101, "layout": [ { "label": "Esc", @@ -918,6 +918,10 @@ "y": 0 }, { + "x": 1, + "y": 0 + }, + { "label": "F1", "x": 2, "y": 0 @@ -938,23 +942,27 @@ "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 }, { |