diff options
author | Jeremy Bernhardt <jeremythegeek@gmail.com> | 2019-03-29 11:39:28 -0600 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-03-29 10:39:28 -0700 |
commit | 8fa9f67256772984110a6e21f19d6fb8594b804d (patch) | |
tree | 53c5ac04dd72031800e3aaba707ce66d5748cd3d /keyboards/ergotaco/info.json | |
parent | 3f4d706c98fc3a7f5fcec6ed0b62291b4159f097 (diff) |
[Keyboard] ErgoTaco Support (#5504)
* ErgoTaco support
* Update keyboards/ergotaco/ergotaco.h
Co-Authored-By: germ <jeremythegeek@gmail.com>
* Update keyboards/ergotaco/keymaps/default/keymap.c
Co-Authored-By: germ <jeremythegeek@gmail.com>
* Update keyboards/ergotaco/keymaps/default/keymap.c
Co-Authored-By: germ <jeremythegeek@gmail.com>
* Update keyboards/ergotaco/readme.md
Co-Authored-By: germ <jeremythegeek@gmail.com>
* Update keyboards/ergotaco/readme.md
Co-Authored-By: germ <jeremythegeek@gmail.com>
* Update keyboards/ergotaco/rules.mk
Co-Authored-By: germ <jeremythegeek@gmail.com>
* juggling rules.mk
* Update keyboards/ergotaco/rules.mk
Co-Authored-By: germ <jeremythegeek@gmail.com>
* updating IS_COMMAND
* learning2english
Meme-tastic --Drashna
Diffstat (limited to 'keyboards/ergotaco/info.json')
-rw-r--r-- | keyboards/ergotaco/info.json | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/keyboards/ergotaco/info.json b/keyboards/ergotaco/info.json new file mode 100644 index 0000000000..cf6b810fec --- /dev/null +++ b/keyboards/ergotaco/info.json @@ -0,0 +1,61 @@ +{ + "keyboard_name": "ErgoTaco", + "url": "http://gboards.ca", + "maintainer": "germ", + "width": 13, + "height": 2.75, + "layouts": { + "LAYOUT": { + "layout": [ + { + "x": 0, + "y": 1.25 + }, + { + "x": 1, + "y": 0.75 + }, + { + "x": 2, + "y": 0.5 + }, + { + "x": 3, + "y": 0.25 + }, + { + "x": 4, + "y": 1 + }, + { + "x": 5, + "y": 1.75 + }, + { + "x": 7, + "y": 1.75 + }, + { + "x": 8, + "y": 1 + }, + { + "x": 9, + "y": 0.25 + }, + { + "x": 10, + "y": 0.5 + }, + { + "x": 11, + "y": 0.75 + }, + { + "x": 12, + "y": 1.25 + } + ] + } + } +} |