aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-08-03 10:03:25 -0700
committerGitHub <noreply@github.com>2021-08-03 10:03:25 -0700
commite9a3e20813a2b13fc2fac9c90d999f8dfb1ce680 (patch)
tree4481e43fd234f9638b9726ff1789a2ddb4dee7bd
parent853344235a1cc1329000af2887de50ed4ce964a2 (diff)
downloadqmk_firmware-e9a3e20813a2b13fc2fac9c90d999f8dfb1ce680.tar.gz
qmk_firmware-e9a3e20813a2b13fc2fac9c90d999f8dfb1ce680.zip
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.
-rw-r--r--keyboards/4pplet/eagle_viper_rep/info.json3
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 dced671bc..b69bcb87d 100644
--- a/keyboards/4pplet/eagle_viper_rep/info.json
+++ b/keyboards/4pplet/eagle_viper_rep/info.json
@@ -48,7 +48,8 @@
48 { "label": "L", "x": 9.75, "y": 2 }, 48 { "label": "L", "x": 9.75, "y": 2 },
49 { "label": ":", "x": 10.75, "y": 2 }, 49 { "label": ":", "x": 10.75, "y": 2 },
50 { "label": "\"", "x": 11.75, "y": 2 }, 50 { "label": "\"", "x": 11.75, "y": 2 },
51 { "label": "Enter", "x": 12.75, "y": 2, "w": 2.25 }, 51 { "label": "~", "x": 12.75, "y": 2},
52 { "label": "Enter", "x": 13.75, "y": 2, "w": 1.25 },
52 { "label": "Shift", "x": 0, "y": 3, "w": 1.25 }, 53 { "label": "Shift", "x": 0, "y": 3, "w": 1.25 },
53 { "label": "|", "x": 1.25, "y": 3 }, 54 { "label": "|", "x": 1.25, "y": 3 },
54 { "label": "Z", "x": 2.25, "y": 3 }, 55 { "label": "Z", "x": 2.25, "y": 3 },