diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2023-07-05 18:42:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-05 18:42:12 -0700 |
commit | 63872f990b9ee1e0f9a6b480e771a2278cf90919 (patch) | |
tree | 26314006ec9c87868ac90623089fcc6a4975e0ba /keyboards/4pplet/eagle_viper_rep/rev_b/info.json | |
parent | 5fc2119385aaede2595b8ca25a7092bac2fad38c (diff) |
4pplet Eagle Viper Rev B: correct LAYOUT_all data (#21458)
Corrects the position of the Right Ctrl key.
Diffstat (limited to 'keyboards/4pplet/eagle_viper_rep/rev_b/info.json')
-rw-r--r-- | keyboards/4pplet/eagle_viper_rep/rev_b/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/4pplet/eagle_viper_rep/rev_b/info.json b/keyboards/4pplet/eagle_viper_rep/rev_b/info.json index 82d6349dc7..73a2053979 100644 --- a/keyboards/4pplet/eagle_viper_rep/rev_b/info.json +++ b/keyboards/4pplet/eagle_viper_rep/rev_b/info.json @@ -114,7 +114,7 @@ {"label": "Alt", "matrix": [9, 4], "x": 10, "y": 4, "w": 1.25}, {"label": "Alt", "matrix": [8, 5], "x": 11.25, "y": 4, "w": 1.25}, {"label": "GUI", "matrix": [9, 5], "x": 12.5, "y": 4, "w": 1.25}, - {"label": "Fn", "matrix": [8, 6], "x": 13.75, "y": 9, "w": 1.25} + {"label": "Fn", "matrix": [8, 6], "x": 13.75, "y": 4, "w": 1.25} ] }, "LAYOUT_60_ansi": { |