diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-05-29 03:53:03 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-29 03:53:03 -0700 |
commit | eb8388b31e5c0101c1e99e3babb72a47546df156 (patch) | |
tree | bda7362149b12db1e801d297b1825d7ffc6e8a4d /keyboards/bigseries/info.json | |
parent | edb149fb5a58aea5a8c62f41e3ae90bb7bfed21c (diff) | |
download | qmk_firmware-eb8388b31e5c0101c1e99e3babb72a47546df156.tar.gz |
Refactor and Configurator updates for Woodkeys/NovelKeys Big Series (#3073)
* Refactor for Woodkeys Big Series
* Configurator update for Woodkeys Big Series
Diffstat (limited to 'keyboards/bigseries/info.json')
-rw-r--r-- | keyboards/bigseries/info.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/bigseries/info.json b/keyboards/bigseries/info.json new file mode 100644 index 000000000..ff2fd54c5 --- /dev/null +++ b/keyboards/bigseries/info.json @@ -0,0 +1,12 @@ +{ + "keyboard_name": "Big Series 1-Key", + "url": "", + "maintainer": "qmk", + "width": 4, + "height": 4, + "layouts": { + "LAYOUT": { + "layout": [{"x":0, "y":0, "w":4, "h":4}] + } + } +} |