[Keyboard] Add bigsmoothknob (#21265)
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: jack <0x6a73@protonmail.com>
This commit is contained in:
44
keyboards/nacly/bigsmoothknob/info.json
Normal file
44
keyboards/nacly/bigsmoothknob/info.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"keyboard_name": "bigsmoothknob",
|
||||
"name":"bigsmoothknob",
|
||||
"url": "https://nacly.net",
|
||||
"maintainer": "na-cly",
|
||||
"manufacturer": "na-cly",
|
||||
"usb": {
|
||||
"pid": "0x6273",
|
||||
"vid": "0x6B70",
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{ "pin_a": "GP26", "pin_b": "GP27" }
|
||||
]
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols":["GP18","GP15","GP14","GP13"],
|
||||
"rows":["GP12","GP11"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"processor": "RP2040",
|
||||
"bootloader": "rp2040",
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"encoder": true
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
{"label": "1", "x": 0, "y": 0, "matrix": [0, 0]},
|
||||
{"label": "2", "x": 1, "y": 0, "matrix": [0, 1]},
|
||||
{"label": "3", "x": 2, "y": 0, "matrix": [0, 2]},
|
||||
{"label": "4", "x": 3, "y": 0, "matrix": [0, 3]},
|
||||
{"label": "5", "x": 0, "y": 1, "matrix": [1, 0]},
|
||||
{"label": "6", "x": 1, "y": 1, "matrix": [1, 1]},
|
||||
{"label": "7", "x": 2, "y": 1, "matrix": [1, 2]},
|
||||
{"label": "8", "x": 3, "y": 1, "matrix": [1, 3]}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user