diff options
author | ridingqwerty <george.g.koenig@gmail.com> | 2020-10-01 18:58:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 23:58:13 +0100 |
commit | 726499553c3ab0324274a66df63571a5a355d5df (patch) | |
tree | e5c80d36aafafb28e97b125c8841a9658a632b8a /keyboards/wsk/g4m3ralpha/info.json | |
parent | 1d7e57ab853c3ee70ea287298b8e0f32ffe54072 (diff) | |
download | qmk_firmware-726499553c3ab0324274a66df63571a5a355d5df.tar.gz |
New keyboard: wsk/g4m3ralpha (#10431)
* adding alpha variants
* adding cajal layouts
* adding V2 PCB support
adding additional layouts for new PCB version, and correecting incorrect image in info file
* Cleanup master -- remove alpha9
* Cleanup master -- remove g4m3ralpha
* Cleanup master -- remove cajal & sl40
* Master cleanup -- re-add sl40
* Master cleanup -- correct SL40 image
* Add new keyboard: wsk/g4m3ralpha
* Added license attribution to .{c,h} files
* Update keyboards/wsk/g4m3ralpha/config.h
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/wsk/g4m3ralpha/rules.mk
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/wsk/g4m3ralpha/g4m3ralpha.c
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/wsk/g4m3ralpha/keymaps/default/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/wsk/g4m3ralpha/config.h
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/wsk/g4m3ralpha/info.json
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/wsk/g4m3ralpha/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: worldspawn00 <mcmancuso@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/wsk/g4m3ralpha/info.json')
-rw-r--r-- | keyboards/wsk/g4m3ralpha/info.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/wsk/g4m3ralpha/info.json b/keyboards/wsk/g4m3ralpha/info.json new file mode 100644 index 000000000..c55bc0226 --- /dev/null +++ b/keyboards/wsk/g4m3ralpha/info.json @@ -0,0 +1,12 @@ +{ + "keyboard_name": "G4M3R Alpha", + "url": "", + "maintainer": "Worldspawn00", + "width": 10, + "height": 4, + "layouts": { + "LAYOUT": { + "layout": [{"label":"!", "x":0.5, "y":0}, {"label":"@", "x":1.5, "y":0}, {"label":"#", "x":2.5, "y":0}, {"label":"$", "x":3.5, "y":0}, {"label":"%", "x":4.5, "y":0}, {"label":"Q", "x":0, "y":1}, {"label":"W", "x":1, "y":1}, {"label":"E", "x":2, "y":1}, {"label":"R", "x":3, "y":1}, {"label":"T", "x":4, "y":1}, {"label":"Y", "x":5, "y":1}, {"label":"U", "x":6, "y":1}, {"label":"I", "x":7, "y":1}, {"label":"O", "x":8, "y":1}, {"label":"P", "x":9, "y":1}, {"label":"A", "x":0, "y":2}, {"label":"S", "x":1, "y":2}, {"label":"D", "x":2, "y":2}, {"label":"F", "x":3, "y":2}, {"label":"G", "x":4, "y":2}, {"label":"H", "x":5, "y":2}, {"label":"J", "x":6, "y":2}, {"label":"K", "x":7, "y":2}, {"label":"L", "x":8, "y":2}, {"label":"Enter", "x":9, "y":2}, {"label":"Z", "x":0.5, "y":3}, {"label":"X", "x":1.5, "y":3}, {"label":"C", "x":2.5, "y":3}, {"label":"V", "x":3.5, "y":3}, {"x":4.5, "y":3, "w":2}, {"label":"B", "x":6.5, "y":3}, {"label":"N", "x":7.5, "y":3}, {"label":"M", "x":8.5, "y":3}] + } + } +} |