Merge remote-tracking branch 'upstream/master' into develop

This commit is contained in:
fauxpark 2022-02-19 04:27:09 +11:00
commit 5b688a09ec
14 changed files with 25 additions and 19 deletions

View file

@ -0,0 +1,42 @@
{
"keyboard_name": "Frooastboard Nano",
"url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/frooastboard/nano",
"maintainer": "frooastside",
"debounce": 5,
"diode_direction": "COL2ROW",
"layouts": {
"LAYOUT": {
"layout": [
{
"label": "Z",
"x": 0,
"y": 0
},
{
"label": "X",
"x": 1,
"y": 0
},
{
"label": "Esc",
"x": 0,
"y": 1
},
{
"label": "~",
"x": 1,
"y": 1
}
]
}
},
"matrix_pins": {
"rows": ["B0", "B1"],
"cols": ["B2", "B3"]
},
"usb": {
"vid": "0x4642",
"pid": "0x6F21",
"device_version": "0.0.1"
}
}