qmk_firmware/keyboards/reviung/reviung5/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

37 lines
919 B
JSON

{
"keyboard_name": "reviung5",
"manufacturer": "gtips",
"url": "",
"maintainer": "gtips",
"usb": {
"vid": "0x5C06",
"pid": "0x4F0D",
"device_version": "0.0.1"
},
"matrix_pins": {
"cols": ["D4", "C6", "D7", "E6", "B4"],
"rows": ["F4"]
},
"diode_direction": "COL2ROW",
"encoder": {
"rotary": [
{"pin_a": "D0", "pin_b": "D1"}
]
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layout_aliases": {
"LAYOUT_reviung5": "LAYOUT"
},
"layouts": {
"LAYOUT": {
"layout": [
{"label": "k00", "x": 0, "y": 0},
{"label": "k01", "x": 1, "y": 0.25},
{"label": "k02", "x": 2, "y": 0.25},
{"label": "k03", "x": 3, "y": 0.25},
{"label": "k04", "x": 4, "y": 0}
]
}
}
}