qmk_firmware/keyboards/manta60/info.json
KamoNanban 9fe0c87e9a
[Keyboard] manta60 (#8068)
* manta60_update

* Update config.h

* Update config.h

* Update config.h

* Fixed info and readme

* Fixed config.h

* Fixed rules.mk

* Fixed keymap.c

* Update keyboards/manta60/rules.mk

Co-Authored-By: Drashna Jaelre <drashna@live.com>

* Fixed keymap.c

* Fixed rules.mk

* Update rules.mk

* Update keyboards/manta60/keymaps/default/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>

* Update keyboards/manta60/keymaps/default/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>

* Update keyboards/manta60/keymaps/default/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>

* Update keyboards/manta60/keymaps/default/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: fauxpark <fauxpark@gmail.com>
2020-02-05 09:14:00 -08:00

82 lines
3.2 KiB
JSON

{
"keyboard_name": "manta60",
"url": "https://github.com/KamoNanban",
"maintainer": "kamonanban",
"width": 17,
"height": 4.5,
"layouts": {
"LAYOUT": {
"layout": [
{"label":"Esc", "x":0, "y":0},
{"label":"!", "x":1, "y":0},
{"label":"@", "x":2, "y":0},
{"label":"#", "x":3, "y":0},
{"label":"$", "x":4, "y":0},
{"label":"%", "x":5, "y":0},
{"label":"=", "x":6, "y":0},
{"label":"-", "x":11, "y":0},
{"label":"^", "x":12, "y":0},
{"label":"&", "x":13, "y":0},
{"label":"*", "x":14, "y":0},
{"label":"(", "x":15, "y":0},
{"label":")", "x":16, "y":0},
{"label":"\\", "x":17, "y":0},
{"label":"-", "x":0, "y":1},
{"label":"Q", "x":1, "y":1},
{"label":"W", "x":2, "y":1},
{"label":"E", "x":3, "y":1},
{"label":"R", "x":4, "y":1},
{"label":"T", "x":5, "y":1},
{"label":"[", "x":6, "y":1},
{"label":"]", "x":11, "y":1},
{"label":"Y", "x":12, "y":1},
{"label":"U", "x":13, "y":1},
{"label":"I", "x":14, "y":1},
{"label":"O", "x":15, "y":1},
{"label":"P", "x":16, "y":1},
{"label":"@", "x":17, "y":1},
{"label":"Tab", "x":0, "y":2},
{"label":"A", "x":1, "y":2},
{"label":"S", "x":2, "y":2},
{"label":"D", "x":3, "y":2},
{"label":"F", "x":4, "y":2},
{"label":"G", "x":5, "y":2},
{"label":",", "x":6, "y":2},
{"label":".", "x":11, "y":2},
{"label":"H", "x":12, "y":2},
{"label":"J", "x":13, "y":2},
{"label":"K", "x":14, "y":2},
{"label":"L", "x":15, "y":2},
{"label":"UP", "x":16, "y":2},
{"label":";", "x":17, "y":2},
{"label":"Shft", "x":0, "y":3},
{"label":"Z", "x":1, "y":3},
{"label":"X", "x":2, "y":3},
{"label":"C", "x":3, "y":3},
{"label":"V", "x":4, "y":3},
{"label":"Alt", "x":5, "y":3},
{"label":"B", "x":12, "y":3},
{"label":"N", "x":13, "y":3},
{"label":"M", "x":14, "y":3},
{"label":"LEFT", "x":15, "y":3},
{"label":"DOWN", "x":16, "y":3},
{"label":"RIGHT", "x":17, "y":3},
{"label":"LOWER", "x":0, "y":4.5},
{"x":1, "y":4.5},
{"label":"Alt", "x":4, "y":4.5},
{"label":"Ctrl", "x":5, "y":4.5},
{"label":"SPC", "x":6, "y":4.5},
{"label":"cmd", "x":7, "y":4.5},
{"label":"Enter", "x":8, "y":4.5},
{"label":"BS", "x":11, "y":4.5},
{"label":"DEL", "x":12, "y":4.5},
{"label":"SPC", "x":13, "y":4.5},
{"label":"Ctrl", "x":14, "y":4.5},
{"label":"Alt", "x":15, "y":4.5},
{"x":16, "y":4.5},
{"label":"RAISE", "x":17, "y":4.5}
]
}
}
}