diff options
author | Ryan Skidmore <github@ryanskidmore.co.uk> | 2022-06-02 17:50:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-02 17:50:08 +0100 |
commit | 9a587275cfb3028e2d773134d6bcf1f1d1d8fed1 (patch) | |
tree | 1d3a11431d85760f14fc0edb272b04d1ad6a04bd /keyboards/cybergear/macro25 | |
parent | 7c3cb9916465c69655343e0e4294741588658140 (diff) |
keyboards: fix malformed info.json files (#17292)
Diffstat (limited to 'keyboards/cybergear/macro25')
-rw-r--r-- | keyboards/cybergear/macro25/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/cybergear/macro25/info.json b/keyboards/cybergear/macro25/info.json index 75078962bf..951468fddf 100644 --- a/keyboards/cybergear/macro25/info.json +++ b/keyboards/cybergear/macro25/info.json @@ -5,7 +5,7 @@ "usb": { "vid": "0x1209", "pid": "0x69A1", - "device_version": "0.0.1", + "device_version": "0.0.1" }, "diode_direction": "COL2ROW", "layouts": { |