diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-05-02 08:02:35 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-02 08:02:35 -0700 |
commit | 0495bf44911032f027e2f7846892637dcd56c013 (patch) | |
tree | 88d36ffca9a9646fc43877fd54281d1518a854a0 /keyboards/amjpad/info.json | |
parent | b51ad39047aec2538063a3ca9d35e2fe77e80a45 (diff) | |
download | qmk_firmware-0495bf44911032f027e2f7846892637dcd56c013.tar.gz qmk_firmware-0495bf44911032f027e2f7846892637dcd56c013.zip |
QMK Configurator updates for Alpha 28-key, AMJ40 and AMJ Pad (#2873)
* QMK Configurator update for Alpha 28-key
* QMK Configurator update for AMJ40
* QMK Configurator update for AMJ Pad
* QMK Configurator update for Atom47
* QMK Configurator update for OLKB Atomic
Diffstat (limited to 'keyboards/amjpad/info.json')
-rw-r--r-- | keyboards/amjpad/info.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/amjpad/info.json b/keyboards/amjpad/info.json new file mode 100644 index 0000000000..3873d548f0 --- /dev/null +++ b/keyboards/amjpad/info.json @@ -0,0 +1,13 @@ +{ + "keyboard_name": "AMJ Pad", + "url": "", + "maintainer": "qmk", + "bootloader": "", + "width": 4, + "height": 6, + "layouts": { + "LAYOUT": { + "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1}, {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":3, "y":2, "h":2}, {"x":0, "y":3}, {"x":1, "y":3}, {"x":2, "y":3}, {"x":0, "y":4}, {"x":1, "y":4}, {"x":2, "y":4}, {"x":3, "y":4, "h":2}, {"x":0, "y":5, "w":2}, {"x":2, "y":5}] + } + } +} |