diff options
author | Gabriel Harel <gabrielj.harel@gmail.com> | 2022-01-28 19:34:38 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-28 17:34:38 -0800 |
commit | dcff1a34c7eabce20bb751313867579941222acf (patch) | |
tree | ffd1ed353bd073a7b6289090e0ad6f2f4755005e /keyboards/ez_maker/directpins/teensy_32/info.json | |
parent | bd8e257f842e40f01041706a217be2cf85ae7f92 (diff) |
Remove missing and trailing commas in info.json files. (#16088)
Diffstat (limited to 'keyboards/ez_maker/directpins/teensy_32/info.json')
-rw-r--r-- | keyboards/ez_maker/directpins/teensy_32/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ez_maker/directpins/teensy_32/info.json b/keyboards/ez_maker/directpins/teensy_32/info.json index e0c024ec94..207bc4fd0b 100644 --- a/keyboards/ez_maker/directpins/teensy_32/info.json +++ b/keyboards/ez_maker/directpins/teensy_32/info.json @@ -23,7 +23,7 @@ ["LINE_PIN9", null, "LINE_PIN16"], ["LINE_PIN10", null, "LINE_PIN15"], ["LINE_PIN11", null, "LINE_PIN14"], - ["LINE_PIN12", "E30", "LINE_PIN13"], + ["LINE_PIN12", "E30", "LINE_PIN13"] ] }, "usb": { |