Skip to content

Instantly share code, notes, and snippets.

@softplus
Created September 25, 2022 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save softplus/b57099438057236e351ddaf50e081eeb to your computer and use it in GitHub Desktop.
Save softplus/b57099438057236e351ddaf50e081eeb to your computer and use it in GitHub Desktop.
info.json for QMK basic keyboard
{
"manufacturer": "softplus",
"keyboard_name": "00test",
"maintainer": "softplus",
"bootloader": "caterina",
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"cols": ["C6", "D7", "E6"],
"rows": ["D4"]
},
"processor": "atmega32u4",
"url": "",
"usb": {
"device_version": "1.0.0",
"pid": "0x0000",
"vid": "0xFEED"
},
"layouts": {
"LAYOUT_ortho_1x3": {
"layout": [
{ "matrix": [0, 0], "x": 0, "y": 0 },
{ "matrix": [0, 1], "x": 1, "y": 0 },
{ "matrix": [0, 2], "x": 2, "y": 0 }
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment