Files
qmk_firmware/keyboards/sixkeyboard/keyboard.json
2025-07-10 10:41:58 +01:00

44 lines
867 B
JSON

{
"keyboard_name": "SixKeyBoard",
"manufacturer": "TechKeys",
"maintainer": "qmk",
"usb": {
"vid": "0x746B",
"pid": "0x736B",
"device_version": "0.0.1"
},
"host": {
"default": {
"nkro": true
}
},
"features": {
"bootmagic": false,
"extrakey": false,
"mousekey": false,
"nkro": false
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"processor": "atmega16u2",
"bootloader": "atmel-dfu",
"community_layouts": ["ortho_2x3"],
"layouts": {
"LAYOUT_ortho_2x3": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 1, "y": 0},
{"matrix": [0, 2], "x": 2, "y": 0},
{"matrix": [1, 0], "x": 0, "y": 1},
{"matrix": [1, 1], "x": 1, "y": 1},
{"matrix": [1, 2], "x": 2, "y": 1}
]
}
}
}