Merge remote-tracking branch 'upstream/master' into develop
This commit is contained in:
commit
5b688a09ec
14 changed files with 25 additions and 19 deletions
42
keyboards/frooastboard/nano/info.json
Normal file
42
keyboards/frooastboard/nano/info.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue