forked from mirrors/qmk_firmware
ace372d90d
Co-authored-by: Nick Brassel <nick@tzarc.org>
66 lines
1.9 KiB
JSON
66 lines
1.9 KiB
JSON
{
|
|
"keyboard_name": "QooLee",
|
|
"manufacturer": "takashicompany",
|
|
"url": "https://github.com/takashicompany/qoolee",
|
|
"maintainer": "takashicompany",
|
|
"usb": {
|
|
"vid": "0x7463",
|
|
"pid": "0x0013",
|
|
"device_version": "0.0.1"
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B6", "D0", "D4", "C6", "D7"],
|
|
"rows": ["E6", "B4", "B5"]
|
|
},
|
|
"diode_direction": "COL2ROW",
|
|
"encoder": {
|
|
"rotary": [
|
|
{"pin_a": "D2", "pin_b": "D1", "resolution": 1}
|
|
]
|
|
},
|
|
"processor": "atmega32u4",
|
|
"bootloader": "caterina",
|
|
"layouts": {
|
|
"LAYOUT": {
|
|
"layout": [
|
|
{"x":0, "y":0, "w":1.5},
|
|
{"x":1.5, "y":0},
|
|
{"x":2.5, "y":0},
|
|
{"x":3.5, "y":0},
|
|
{"x":4.5, "y":0},
|
|
{"x":5.5, "y":0},
|
|
{"x":6.5, "y":0},
|
|
{"x":7.5, "y":0},
|
|
{"x":8.5, "y":0},
|
|
{"x":9.5, "y":0},
|
|
{"x":10.5, "y":0},
|
|
|
|
{"x":0, "y":1, "w":1.75},
|
|
{"x":1.75, "y":1},
|
|
{"x":2.75, "y":1},
|
|
{"x":3.75, "y":1},
|
|
{"x":4.75, "y":1},
|
|
{"x":5.75, "y":1},
|
|
{"x":6.75, "y":1},
|
|
{"x":7.75, "y":1},
|
|
{"x":8.75, "y":1},
|
|
{"x":9.75, "y":1},
|
|
{"x":10.75, "y":1},
|
|
{"x":11.75, "y":0, "w":1.25, "h":2},
|
|
|
|
{"x":0, "y":2, "w":2},
|
|
{"x":2, "y":2},
|
|
{"x":3, "y":2},
|
|
{"x":4, "y":2},
|
|
{"x":5, "y":2},
|
|
{"x":6, "y":2},
|
|
{"x":7, "y":2},
|
|
{"x":8, "y":2},
|
|
{"x":9, "y":2},
|
|
{"x":10, "y":2},
|
|
{"x":11, "y":2},
|
|
{"x":12, "y":2}
|
|
]
|
|
}
|
|
}
|
|
}
|