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 | |
| parent | 25b1d0215709aa0f2f75de88e9c3ff4b2c6bf6c5 (diff) | |
| download | qmk_firmware-4cb7907547bb6575c2889885e6454c338cc64af2.tar.gz qmk_firmware-4cb7907547bb6575c2889885e6454c338cc64af2.zip | |
Add 2 missing F-Row keys
| -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 @@ | |||
| 910 | ] | 910 | ] |
| 911 | }, | 911 | }, |
| 912 | "KEYMAP_7BIT": { | 912 | "KEYMAP_7BIT": { |
| 913 | "key_count": 99, | 913 | "key_count": 101, |
| 914 | "layout": [ | 914 | "layout": [ |
| 915 | { | 915 | { |
| 916 | "label": "Esc", | 916 | "label": "Esc", |
| @@ -918,6 +918,10 @@ | |||
| 918 | "y": 0 | 918 | "y": 0 |
| 919 | }, | 919 | }, |
| 920 | { | 920 | { |
| 921 | "x": 1, | ||
| 922 | "y": 0 | ||
| 923 | }, | ||
| 924 | { | ||
| 921 | "label": "F1", | 925 | "label": "F1", |
| 922 | "x": 2, | 926 | "x": 2, |
| 923 | "y": 0 | 927 | "y": 0 |
| @@ -938,23 +942,27 @@ | |||
| 938 | "y": 0 | 942 | "y": 0 |
| 939 | }, | 943 | }, |
| 940 | { | 944 | { |
| 945 | "x": 6, | ||
| 946 | "y": 0 | ||
| 947 | }, | ||
| 948 | { | ||
| 941 | "label": "F5", | 949 | "label": "F5", |
| 942 | "x": 6.5, | 950 | "x": 7, |
| 943 | "y": 0 | 951 | "y": 0 |
| 944 | }, | 952 | }, |
| 945 | { | 953 | { |
| 946 | "label": "F6", | 954 | "label": "F6", |
| 947 | "x": 7.5, | 955 | "x": 8, |
| 948 | "y": 0 | 956 | "y": 0 |
| 949 | }, | 957 | }, |
| 950 | { | 958 | { |
| 951 | "label": "F7", | 959 | "label": "F7", |
| 952 | "x": 8.5, | 960 | "x": 9, |
| 953 | "y": 0 | 961 | "y": 0 |
| 954 | }, | 962 | }, |
| 955 | { | 963 | { |
| 956 | "label": "F8", | 964 | "label": "F8", |
| 957 | "x": 9.5, | 965 | "x": 10, |
| 958 | "y": 0 | 966 | "y": 0 |
| 959 | }, | 967 | }, |
| 960 | { | 968 | { |
