qmk_sweep_skeletyl/keyboards/reviung/reviung34/info.json
Ryan ace372d90d
Move matrix config to info.json, part 3 (#19991)
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-03-11 00:34:34 +11:00

101 lines
3.8 KiB
JSON
Executable file

{
"keyboard_name": "reviung34",
"manufacturer": "gtips",
"url": "",
"maintainer": "gtips",
"usb": {
"vid": "0x6774",
"pid": "0x4E03",
"device_version": "0.0.1"
},
"matrix_pins": {
"cols": ["D4", "C6", "D7", "E6", "B4", "B1", "B3", "B2", "B6"],
"rows": ["F4", "F5", "F6", "F7"]
},
"diode_direction": "COL2ROW",
"processor": "atmega32u4",
"bootloader": "caterina",
"community_layouts": [
"split_3x5_2"
],
"layout_aliases": {
"LAYOUT_split_3x5_2": "LAYOUT_reviung34"
},
"layouts": {
"LAYOUT_reviung34": {
"layout": [
{"label":"K00", "x":0, "y":0},
{"label":"K01", "x":1, "y":0},
{"label":"K02", "x":2, "y":0},
{"label":"K03", "x":3, "y":0},
{"label":"K04", "x":4, "y":0},
{"label":"K05", "x":6, "y":0},
{"label":"K06", "x":7, "y":0},
{"label":"K07", "x":8, "y":0},
{"label":"K08", "x":9, "y":0},
{"label":"K35", "x":10, "y":0},
{"label":"K10", "x":0, "y":1},
{"label":"K11", "x":1, "y":1},
{"label":"K12", "x":2, "y":1},
{"label":"K13", "x":3, "y":1},
{"label":"K14", "x":4, "y":1},
{"label":"K15", "x":6, "y":1},
{"label":"K16", "x":7, "y":1},
{"label":"K17", "x":8, "y":1},
{"label":"K18", "x":9, "y":1},
{"label":"K36", "x":10, "y":1},
{"label":"K20", "x":0, "y":2},
{"label":"K21", "x":1, "y":2},
{"label":"K22", "x":2, "y":2},
{"label":"K23", "x":3, "y":2},
{"label":"K24", "x":4, "y":2},
{"label":"K25", "x":6, "y":2},
{"label":"K26", "x":7, "y":2},
{"label":"K27", "x":8, "y":2},
{"label":"K28", "x":9, "y":2},
{"label":"K37", "x":10, "y":2},
{"label":"K32", "x":2, "y":3},
{"label":"K33", "x":3, "y":3},
{"label":"K34", "x":4, "y":3},
{"label":"K38", "x":6, "y":3, "w":2}
]
},
"LAYOUT_reviung34_2u": {
"layout": [
{"label":"K00", "x":0, "y":0},
{"label":"K01", "x":1, "y":0},
{"label":"K02", "x":2, "y":0},
{"label":"K03", "x":3, "y":0},
{"label":"K04", "x":4, "y":0},
{"label":"K05", "x":6, "y":0},
{"label":"K06", "x":7, "y":0},
{"label":"K07", "x":8, "y":0},
{"label":"K08", "x":9, "y":0},
{"label":"K35", "x":10, "y":0},
{"label":"K10", "x":0, "y":1},
{"label":"K11", "x":1, "y":1},
{"label":"K12", "x":2, "y":1},
{"label":"K13", "x":3, "y":1},
{"label":"K14", "x":4, "y":1},
{"label":"K15", "x":6, "y":1},
{"label":"K16", "x":7, "y":1},
{"label":"K17", "x":8, "y":1},
{"label":"K18", "x":9, "y":1},
{"label":"K36", "x":10, "y":1},
{"label":"K20", "x":0, "y":2},
{"label":"K21", "x":1, "y":2},
{"label":"K22", "x":2, "y":2},
{"label":"K23", "x":3, "y":2},
{"label":"K24", "x":4, "y":2},
{"label":"K25", "x":6, "y":2},
{"label":"K26", "x":7, "y":2},
{"label":"K27", "x":8, "y":2},
{"label":"K28", "x":9, "y":2},
{"label":"K37", "x":10, "y":2},
{"label":"K32", "x":2, "y":3},
{"label":"K34", "x":3, "y":3, "w":2},
{"label":"K38", "x":6, "y":3, "w":2}
]
}
}
}