diff options
author | Zach White <skullydazed@gmail.com> | 2021-01-13 14:23:14 -0800 |
---|---|---|
committer | Zach White <skullydazed@drpepper.org> | 2021-01-13 16:03:52 -0800 |
commit | f4cf0d2f282dbf19ea3e0427a146d90c88e1904c (patch) | |
tree | 5c10c69ba99b4efc252651e3f1ccee95fba6f0a0 /keyboards/handwired | |
parent | 3c8da5eba8f3e3f3d36fc2a531dd63998272f8ca (diff) |
remove duplicate manufacturer
Diffstat (limited to 'keyboards/handwired')
-rw-r--r-- | keyboards/handwired/evk/info.json | 1 | ||||
-rw-r--r-- | keyboards/handwired/freoduo/info.json | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/handwired/evk/info.json b/keyboards/handwired/evk/info.json index b7593cdd15..37902078ea 100644 --- a/keyboards/handwired/evk/info.json +++ b/keyboards/handwired/evk/info.json @@ -1,4 +1,3 @@ { - "manufacturer": "YangPiCui", "maintainer": "YangPiCui" } diff --git a/keyboards/handwired/freoduo/info.json b/keyboards/handwired/freoduo/info.json index 5c2d7e1739..f977f3e602 100644 --- a/keyboards/handwired/freoduo/info.json +++ b/keyboards/handwired/freoduo/info.json @@ -1,6 +1,5 @@ { "keyboard_name": "Freoduo", -"manufacturer": "Filip Paryz", "url": "https://github.com/FilipParyz", "maintainer": "https://github.com/FilipParyz", "width": 12, @@ -69,4 +68,4 @@ ] } } -}
\ No newline at end of file +} |