diff options
author | Derek <dschmell91@gmail.com> | 2023-06-20 11:35:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-20 09:35:23 -0600 |
commit | 0abe3129f18ebc5eec00f2cca231ea283c345ba4 (patch) | |
tree | 314a94fc4186187f7ab033863271ced5bc676a61 /keyboards/nacly/bigsmoothknob/info.json | |
parent | 7bd1d18427dd3a4fd5f72c8a88a022beeb53273b (diff) |
[Keyboard] Add bigsmoothknob (#21265)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Diffstat (limited to 'keyboards/nacly/bigsmoothknob/info.json')
-rw-r--r-- | keyboards/nacly/bigsmoothknob/info.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/keyboards/nacly/bigsmoothknob/info.json b/keyboards/nacly/bigsmoothknob/info.json new file mode 100644 index 0000000000..85f1431b29 --- /dev/null +++ b/keyboards/nacly/bigsmoothknob/info.json @@ -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]} + ] + } + } +} |