1a8fff7512
* Add BigBAE Still need photo * Add photo to readme
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"manufacturer": "Kiser Designs",
|
|
"keyboard_name": "BigBAE",
|
|
"maintiner": "qmk",
|
|
"bootloader": "stm32-dfu",
|
|
"features": {
|
|
"bootmagic": true,
|
|
"command": false,
|
|
"console": false,
|
|
"extrakey": true,
|
|
"mousekey": true,
|
|
"nkro": true
|
|
},
|
|
"encoder": {
|
|
"enabled": true,
|
|
"rotary": [
|
|
{"pin_a": "B10", "pin_b": "B2"}
|
|
]
|
|
},
|
|
"matrix_pins": {
|
|
"direct": [
|
|
[ "A5", "B0", "B4" ],
|
|
[ "B11", "B3", "B5" ],
|
|
[ "A4", "B9", "B8" ]
|
|
]
|
|
},
|
|
"processor": "STM32F072",
|
|
"usb": {
|
|
"device_version": "0.0.1",
|
|
"pid": "0xBBAE",
|
|
"vid": "0x4B44"
|
|
},
|
|
"layouts": {
|
|
"LAYOUT": {
|
|
"layout": [
|
|
{ "matrix": [1, 0], "x": 1.5, "y": 0 },
|
|
{ "matrix": [1, 1], "x": 2.5, "y": 0 },
|
|
{ "matrix": [1, 2], "x": 3.5, "y": 0 },
|
|
|
|
{ "matrix": [0, 2], "w": 1.5, "x": 3, "y": 1 },
|
|
|
|
|
|
{ "matrix": [0, 0], "w": 1.75, "x": 0, "y": 2 },
|
|
{ "h": 2, "matrix": [0, 1], "w": 1.25, "x": 1.75, "y": 1 },
|
|
{ "matrix": [2, 1], "w": 1.5, "x": 3, "y": 2 },
|
|
|
|
{ "matrix": [2, 0], "w": 2.25, "x": 0, "y": 3 },
|
|
{ "matrix": [2, 2], "w": 2.25, "x": 2.25, "y": 3 }
|
|
]
|
|
}
|
|
}
|
|
} |