forked from forks/qmk_firmware
e0f91f37c4
* Added 4by3 keyboard * Added DEVICE_VER and DESCRIPTION * Removed F_CPU, F_USB, ARCH, and OPT_DEFS * Add 3 new LAYOUT macros for orientations and fixes * Apply suggestions from code review Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Added comments to 4by3 and changed info.json * Update keyboards/4by3/4by3.h Co-Authored-By: fauxpark <fauxpark@gmail.com>
42 lines
1.5 KiB
JSON
42 lines
1.5 KiB
JSON
{
|
|
"keyboard_name": "4by3",
|
|
"url": "https://github.com/eliassjogreen/4by3",
|
|
"maintainer": "eliassjogreen",
|
|
"width": 4,
|
|
"height": 3,
|
|
"layouts": {
|
|
"LAYOUT_horizontal": {
|
|
"key_count": 12,
|
|
"width": 4,
|
|
"height": 3,
|
|
"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 }
|
|
]
|
|
},
|
|
"LAYOUT_vertical_right": {
|
|
"key_count": 12,
|
|
"width": 3,
|
|
"height": 4,
|
|
"layout": [
|
|
{ "x": 0, "y": 0 }, { "x": 1, "y": 0 }, { "x": 2, "y": 0 },
|
|
{ "x": 0, "y": 1 }, { "x": 1, "y": 1 }, { "x": 2, "y": 1 },
|
|
{ "x": 0, "y": 2 }, { "x": 1, "y": 2 }, { "x": 2, "y": 2 },
|
|
{ "x": 0, "y": 3 }, { "x": 1, "y": 3 }, { "x": 2, "y": 3 }
|
|
]
|
|
},
|
|
"LAYOUT_vertical_left": {
|
|
"key_count": 12,
|
|
"width": 3,
|
|
"height": 4,
|
|
"layout": [
|
|
{ "x": 0, "y": 0 }, { "x": 1, "y": 0 }, { "x": 2, "y": 0 },
|
|
{ "x": 0, "y": 1 }, { "x": 1, "y": 1 }, { "x": 2, "y": 1 },
|
|
{ "x": 0, "y": 2 }, { "x": 1, "y": 2 }, { "x": 2, "y": 2 },
|
|
{ "x": 0, "y": 3 }, { "x": 1, "y": 3 }, { "x": 2, "y": 3 }
|
|
]
|
|
}
|
|
}
|
|
}
|