diff options
author | Ryan <fauxpark@gmail.com> | 2020-06-28 20:56:50 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 11:56:50 +0100 |
commit | c85e010d45616e119b8a2cfe97760384f661755e (patch) | |
tree | 23ed820cf0d523caa7547f94440a1fcdf5d43ccf /keyboards/zfrontier | |
parent | 097df6afdbacf70ee10d84639b3975e6fc0b37ec (diff) | |
download | qmk_firmware-c85e010d45616e119b8a2cfe97760384f661755e.tar.gz qmk_firmware-c85e010d45616e119b8a2cfe97760384f661755e.zip |
Add missing info.jsons for a few boards (#9549)
Diffstat (limited to 'keyboards/zfrontier')
-rw-r--r-- | keyboards/zfrontier/big_switch/info.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/zfrontier/big_switch/info.json b/keyboards/zfrontier/big_switch/info.json new file mode 100644 index 0000000000..92aedd3579 --- /dev/null +++ b/keyboards/zfrontier/big_switch/info.json @@ -0,0 +1,14 @@ +{ + "keyboard_name": "Red Comet Big Switch", + "url": "https://en.zfrontier.com/products/redcomet-bigswitch-combo", + "maintainer": "carlxia", + "width": 4, + "height": 4, + "layouts": { + "LAYOUT": { + "layout": [ + {"x": 0, "y": 0, "w": 4, "h": 4} + ] + } + } +} |