diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-08-03 10:03:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 10:03:25 -0700 |
commit | e9a3e20813a2b13fc2fac9c90d999f8dfb1ce680 (patch) | |
tree | 4481e43fd234f9638b9726ff1789a2ddb4dee7bd /keyboards/4pplet | |
parent | 853344235a1cc1329000af2887de50ed4ce964a2 (diff) |
4pplet/eagle_viper_rep/rev_a: fix missing key object (#13867)
Adds a key object for the KC_NUHS key to the info.json data.
Diffstat (limited to 'keyboards/4pplet')
-rw-r--r-- | keyboards/4pplet/eagle_viper_rep/info.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/4pplet/eagle_viper_rep/info.json b/keyboards/4pplet/eagle_viper_rep/info.json index dced671bca..b69bcb87d9 100644 --- a/keyboards/4pplet/eagle_viper_rep/info.json +++ b/keyboards/4pplet/eagle_viper_rep/info.json @@ -48,7 +48,8 @@ { "label": "L", "x": 9.75, "y": 2 }, { "label": ":", "x": 10.75, "y": 2 }, { "label": "\"", "x": 11.75, "y": 2 }, - { "label": "Enter", "x": 12.75, "y": 2, "w": 2.25 }, + { "label": "~", "x": 12.75, "y": 2}, + { "label": "Enter", "x": 13.75, "y": 2, "w": 1.25 }, { "label": "Shift", "x": 0, "y": 3, "w": 1.25 }, { "label": "|", "x": 1.25, "y": 3 }, { "label": "Z", "x": 2.25, "y": 3 }, |