diff options
author | ai03 <sarcaphx510@gmail.com> | 2019-08-02 02:03:07 +0900 |
---|---|---|
committer | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-08-01 10:03:07 -0700 |
commit | d68d5104731fc70d63c0769e3093bedfbaf7b694 (patch) | |
tree | 98f9799a474a2ba942e7e73a4ccbb7ae42353f54 /keyboards/illuminati/is0/info.json | |
parent | ac20e7e3f2dd60f2f7c3823362f0b1ba985a63b0 (diff) |
Add iS0 Keypad (#6456)
* Start progress
* Build firmware
* Prepare for pullreq
* Add a keymap
* Update keyboards/illuminati/is0/rules.mk
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/illuminati/is0/info.json
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/illuminati/is0/info.json')
-rw-r--r-- | keyboards/illuminati/is0/info.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/illuminati/is0/info.json b/keyboards/illuminati/is0/info.json new file mode 100644 index 0000000000..0f3bb64eca --- /dev/null +++ b/keyboards/illuminati/is0/info.json @@ -0,0 +1,12 @@ +{ + "keyboard_name": "iS0", + "url": "", + "maintainer": "ai03", + "width": 1.5, + "height": 2, + "layouts": { + "LAYOUT": { + "layout": [{"x":0.25, "y":0, "w":1.25, "h":2}] + } + } +} |