67e92a7ef1
* Adding Mario Keyboard Signed-off-by: Yuting Wang <ykie.wyt@gmail.com> * Adding Mario Keyboard Signed-off-by: Yuting Wang <ykie.wyt@gmail.com> * Modify the uid Signed-off-by: Yuting Wang <ykie.wyt@gmail.com> * Adding default keymap for mario * Stripping the firmware * Updating images Signed-off-by: Yuting Wang <ykie.wyt@gmail.com> --------- Signed-off-by: Yuting Wang <ykie.wyt@gmail.com>
101 lines
3.2 KiB
JSON
101 lines
3.2 KiB
JSON
{
|
|
"keyboard_name": "mario",
|
|
"maintainer": "yuting wang",
|
|
"processor": "atmega32u4",
|
|
"bootloader": "atmel-dfu",
|
|
"rgb_matrix": {
|
|
"driver": "ws2812"
|
|
},
|
|
"features": {
|
|
"bootmagic": true,
|
|
"extrakey": true,
|
|
"mousekey": true,
|
|
"nkro": true,
|
|
"oled": false
|
|
},
|
|
"build": {
|
|
"lto": true
|
|
},
|
|
"matrix_pins": {
|
|
"cols": [ "F6", "F7", "B1", "B3", "B2", "B6" ],
|
|
"rows": [ "D4", "C6", "D7", "E6" ]
|
|
},
|
|
"diode_direction": "COL2ROW",
|
|
"split": {
|
|
"enabled": true
|
|
},
|
|
"url": "",
|
|
"usb": {
|
|
"vid": "0x4653",
|
|
"pid": "0x0001",
|
|
"device_version": "0.0.1"
|
|
},
|
|
"matrix_size": {
|
|
"cols": 6,
|
|
"rows": 8
|
|
},
|
|
|
|
"rgblight": {
|
|
"led_count": 42,
|
|
"split_count": [21, 21]
|
|
},
|
|
|
|
"community_layouts": ["split_3x6_3"],
|
|
"layouts": {
|
|
"LAYOUT_split_3x6_3": {
|
|
"layout": [
|
|
{"matrix": [0, 0], "x": 0, "y": 0.3},
|
|
{"matrix": [0, 1], "x": 1, "y": 0.3},
|
|
{"matrix": [0, 2], "x": 2, "y": 0.1},
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
{"matrix": [0, 4], "x": 4, "y": 0.1},
|
|
{"matrix": [0, 5], "x": 5, "y": 0.2},
|
|
|
|
{"matrix": [4, 5], "x": 9, "y": 0.2},
|
|
{"matrix": [4, 4], "x": 10, "y": 0.1},
|
|
{"matrix": [4, 3], "x": 11, "y": 0},
|
|
{"matrix": [4, 2], "x": 12, "y": 0.1},
|
|
{"matrix": [4, 1], "x": 13, "y": 0.3},
|
|
{"matrix": [4, 0], "x": 14, "y": 0.3},
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1.3},
|
|
{"matrix": [1, 1], "x": 1, "y": 1.3},
|
|
{"matrix": [1, 2], "x": 2, "y": 1.1},
|
|
{"matrix": [1, 3], "x": 3, "y": 1},
|
|
{"matrix": [1, 4], "x": 4, "y": 1.1},
|
|
{"matrix": [1, 5], "x": 5, "y": 1.2},
|
|
|
|
{"matrix": [5, 5], "x": 9, "y": 1.2},
|
|
{"matrix": [5, 4], "x": 10, "y": 1.1},
|
|
{"matrix": [5, 3], "x": 11, "y": 1},
|
|
{"matrix": [5, 2], "x": 12, "y": 1.1},
|
|
{"matrix": [5, 1], "x": 13, "y": 1.3},
|
|
{"matrix": [5, 0], "x": 14, "y": 1.3},
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2.3},
|
|
{"matrix": [2, 1], "x": 1, "y": 2.3},
|
|
{"matrix": [2, 2], "x": 2, "y": 2.1},
|
|
{"matrix": [2, 3], "x": 3, "y": 2},
|
|
{"matrix": [2, 4], "x": 4, "y": 2.1},
|
|
{"matrix": [2, 5], "x": 5, "y": 2.2},
|
|
|
|
{"matrix": [6, 5], "x": 9, "y": 2.2},
|
|
{"matrix": [6, 4], "x": 10, "y": 2.1},
|
|
{"matrix": [6, 3], "x": 11, "y": 2},
|
|
{"matrix": [6, 2], "x": 12, "y": 2.1},
|
|
{"matrix": [6, 1], "x": 13, "y": 2.3},
|
|
{"matrix": [6, 0], "x": 14, "y": 2.3},
|
|
|
|
{"matrix": [3, 3], "x": 4, "y": 3.7},
|
|
{"matrix": [3, 4], "x": 5, "y": 3.7},
|
|
{"matrix": [3, 5], "x": 6, "y": 3.2, "h": 1.5},
|
|
|
|
{"matrix": [7, 5], "x": 8, "y": 3.2, "h": 1.5},
|
|
{"matrix": [7, 4], "x": 9, "y": 3.7},
|
|
{"matrix": [7, 3], "x": 10, "y": 3.7}
|
|
]
|
|
}
|
|
}
|
|
|
|
}
|