diff options
author | Maarten Dekkers <maartenwut@gmail.com> | 2018-05-22 04:12:56 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-21 19:12:56 -0700 |
commit | 1e8be6b741ed2299fed1d7b5f1b05dc23530658b (patch) | |
tree | 52bbb9a245a9e0af88332c52b966dc6bb0c6d1b0 /keyboards/atom47/rev3/info.json | |
parent | 36fe0828cfce8ebf1ba261d3191b0e65d5fb15fc (diff) | |
download | firmware-1e8be6b741ed2299fed1d7b5f1b05dc23530658b.tar.gz firmware-1e8be6b741ed2299fed1d7b5f1b05dc23530658b.tar.bz2 firmware-1e8be6b741ed2299fed1d7b5f1b05dc23530658b.zip |
Fix atom47 keyboard revision naming (#3013)
* Fixed Atom47 revisions, rev1 is rev3
* Remove rev1 folder
* Added bootloader to info.json
* Renamed layout
* Change readme for atom47
* Remove bootloader line from info.json
Diffstat (limited to 'keyboards/atom47/rev3/info.json')
-rw-r--r-- | keyboards/atom47/rev3/info.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/atom47/rev3/info.json b/keyboards/atom47/rev3/info.json new file mode 100644 index 000000000..017069990 --- /dev/null +++ b/keyboards/atom47/rev3/info.json @@ -0,0 +1,12 @@ +{ + "keyboard_name": "Atom47", + "url": "https://atomkb.eu/atom47", + "maintainer": "Maarten Dekkers", + "width": 13, + "height": 4, + "layouts": { + "LAYOUT_ansi": { + "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0}, {"x":6, "y":0}, {"x":7, "y":0}, {"x":8, "y":0}, {"x":9, "y":0}, {"x":10, "y":0}, {"x":11, "y":0}, {"x":12, "y":0}, {"x":0, "y":1, "w":1.25}, {"x":1.25, "y":1}, {"x":2.25, "y":1}, {"x":3.25, "y":1}, {"x":4.25, "y":1}, {"x":5.25, "y":1}, {"x":6.25, "y":1}, {"x":7.25, "y":1}, {"x":8.25, "y":1}, {"x":9.25, "y":1}, {"x":10.25, "y":1}, {"x":11.25, "y":1, "w":1.75}, {"x":0, "y":2, "w":1.75}, {"x":1.75, "y":2}, {"x":2.75, "y":2}, {"x":3.75, "y":2}, {"x":4.75, "y":2}, {"x":5.75, "y":2}, {"x":6.75, "y":2}, {"x":7.75, "y":2}, {"x":8.75, "y":2}, {"x":9.75, "y":2}, {"x":10.75, "y":2, "w":1.25}, {"x":12, "y":2}, {"x":0, "y":3, "w":1.25}, {"x":1.25, "y":3}, {"x":2.25, "y":3}, {"x":3.25, "y":3}, {"x":4.25, "y":3, "w":1.75}, {"x":6, "y":3, "w":2.75}, {"x":8.75, "y":3}, {"x":9.75, "y":3}, {"x":10.75, "y":3}, {"x":11.75, "y":3, "w":1.25}] + } + } +} |