diff options
author | worldspawn00 <mcmancuso@gmail.com> | 2020-02-06 09:55:55 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-06 10:55:55 -0500 |
commit | fe814be287bc0591df87549ea6233eae2177e062 (patch) | |
tree | c050625f3eca0ad301544bfa4136b33faad12777 /keyboards/wsk/jerkin/info.json | |
parent | 6a0e155afe607c75bfffe3f10fb73c9337942f52 (diff) | |
download | qmk_firmware-fe814be287bc0591df87549ea6233eae2177e062.tar.gz qmk_firmware-fe814be287bc0591df87549ea6233eae2177e062.zip |
[keyboard] adding keyboard: jerkin (#7975)
* jerkin
* Update config.h
* Apply suggestions from code review
Co-Authored-By: Drashna Jaelre <drashna@live.com>
Co-Authored-By: Akaash Suresh <casa.akaash@gmail.com>
* Update rules.mk
* Apply suggestions from code review
* Missing closing parenthesis in one of the suggestions.
* Finalize collaborator suggestions
* One final tweak to standardize MANUFACTURER
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Akaash Suresh <casa.akaash@gmail.com>
Diffstat (limited to 'keyboards/wsk/jerkin/info.json')
-rw-r--r-- | keyboards/wsk/jerkin/info.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/wsk/jerkin/info.json b/keyboards/wsk/jerkin/info.json new file mode 100644 index 0000000000..551bbb0b75 --- /dev/null +++ b/keyboards/wsk/jerkin/info.json @@ -0,0 +1,12 @@ +{ + "keyboard_name": "Jerkin", + "url": "https://qmk.fm/keyboards", + "maintainer": "worldspawn00", + "width": 15.5, + "height": 6.25, + "layouts": { + "LAYOUT": { + "layout": [{"x":1, "y":0.75}, {"x":2, "y":0.75}, {"x":12, "y":0.75}, {"x":13, "y":0.75}, {"x":14, "y":0.75}, {"x":0.83, "y":1.75, "w":1.25}, {"x":2.08, "y":1.75}, {"x":12.5, "y":1.75}, {"x":13.5, "y":1.75, "w":1.75}, {"x":0.58, "y":2.75, "w":1.75}, {"x":2.33, "y":2.75}, {"x":12.25, "y":2.75}, {"x":13.25, "y":2.75}, {"x":14.25, "y":2.75, "w":1.25}, {"x":3.5, "y":0}, {"x":4.5, "y":0}, {"x":5.5, "y":0}, {"x":6.5, "y":0}, {"x":3.75, "y":1}, {"x":4.75, "y":1}, {"x":5.75, "y":1}, {"x":6.75, "y":1}, {"x":4.25, "y":2}, {"x":5.25, "y":2}, {"x":6.25, "y":2}, {"x":7.25, "y":2}, {"x":-7.0, "y":3.25}, {"x":-6, "y":3.25}, {"x":-5.0, "y":3.25}, {"x":-4, "y":3.25}, {"x":-6.75, "y":4.25}, {"x":-5.75, "y":4.25}, {"x":-4.75, "y":4.25}, {"x":-3.75, "y":4.25}, {"x":-7.25, "y":5.25}, {"x":-6.25, "y":5.25}, {"x":-5.25, "y":5.25}, {"x":-4.25, "y":5.25}] + } + } +}
\ No newline at end of file |