|
| 1 | +{ |
| 2 | + "manufacturer": "Matt Petiteau", |
| 3 | + "keyboard_name": "smallcat", |
| 4 | + "url": "https://github.com/smallwat3r/smallcat", |
| 5 | + "maintainer": "smallwat3r", |
| 6 | + "usb": { |
| 7 | + "vid": "0xFEED", |
| 8 | + "pid": "0x0000", |
| 9 | + "device_version": "1.0.0" |
| 10 | + }, |
| 11 | + "board": "GENERIC_RP_RP2040", |
| 12 | + "bootloader": "rp2040", |
| 13 | + "processor": "RP2040", |
| 14 | + "features": { |
| 15 | + "extrakey": true, |
| 16 | + "mousekey": true, |
| 17 | + "unicode": true |
| 18 | + }, |
| 19 | + "matrix_pins": { |
| 20 | + "direct": [ |
| 21 | + [null, "GP26", "GP27", "GP28", null], |
| 22 | + ["GP15", "GP14", "GP13", "GP12", "GP0"], |
| 23 | + [null, "GP5", "GP6", "GP7", null], |
| 24 | + ["GP10", "GP11", null, null, null] |
| 25 | + ] |
| 26 | + }, |
| 27 | + "split": { |
| 28 | + "enabled": true, |
| 29 | + "matrix_pins": { |
| 30 | + "right": { |
| 31 | + "direct": [ |
| 32 | + [null, "GP28", "GP27", "GP26", null], |
| 33 | + ["GP0", "GP12", "GP13", "GP14", "GP15"], |
| 34 | + [null, "GP7", "GP6", "GP5", null], |
| 35 | + ["GP11", "GP10", null, null, null] |
| 36 | + ] |
| 37 | + } |
| 38 | + }, |
| 39 | + "serial": { |
| 40 | + "pin": "GP1", |
| 41 | + "driver": "vendor" |
| 42 | + } |
| 43 | + }, |
| 44 | + "community_layouts": ["split_3x5_2"], |
| 45 | + "layout_aliases": { |
| 46 | + "LAYOUT": "LAYOUT_split_3x5_2" |
| 47 | + }, |
| 48 | + "layouts": { |
| 49 | + "LAYOUT_split_3x5_2": { |
| 50 | + "layout": |
| 51 | + [ |
| 52 | + {"x": 1, "y": 0.31, "matrix": [0, 1]}, |
| 53 | + {"x": 2, "y": 0, "matrix": [0, 2]}, |
| 54 | + {"x": 3, "y": 0.28, "matrix": [0, 3]}, |
| 55 | + |
| 56 | + {"x": 8, "y": 0.28, "matrix": [4, 1]}, |
| 57 | + {"x": 9, "y": 0, "matrix": [4, 2]}, |
| 58 | + {"x": 10, "y": 0.31, "matrix": [4, 3]}, |
| 59 | + |
| 60 | + {"x": 0, "y": 1.93, "matrix": [1, 0]}, |
| 61 | + {"x": 1, "y": 1.31, "matrix": [1, 1]}, |
| 62 | + {"x": 2, "y": 1, "matrix": [1, 2]}, |
| 63 | + {"x": 3, "y": 1.28, "matrix": [1, 3]}, |
| 64 | + {"x": 4, "y": 1.42, "matrix": [1, 4]}, |
| 65 | + |
| 66 | + {"x": 7, "y": 1.42, "matrix": [5, 0]}, |
| 67 | + {"x": 8, "y": 1.28, "matrix": [5, 1]}, |
| 68 | + {"x": 9, "y": 1, "matrix": [5, 2]}, |
| 69 | + {"x": 10, "y": 1.31, "matrix": [5, 3]}, |
| 70 | + {"x": 11, "y": 1.93, "matrix": [5, 4]}, |
| 71 | + |
| 72 | + {"x": 1, "y": 2.31, "matrix": [2, 1]}, |
| 73 | + {"x": 2, "y": 2, "matrix": [2, 2]}, |
| 74 | + {"x": 3, "y": 2.28, "matrix": [2, 3]}, |
| 75 | + |
| 76 | + {"x": 8, "y": 2.28, "matrix": [6, 1]}, |
| 77 | + {"x": 9, "y": 2, "matrix": [6, 2]}, |
| 78 | + {"x": 10, "y": 2.31, "matrix": [6, 3]}, |
| 79 | + |
| 80 | + {"x": 3.5, "y": 3.75, "matrix": [3, 0]}, |
| 81 | + {"x": 4.5, "y": 4, "matrix": [3, 1]}, |
| 82 | + |
| 83 | + {"x": 6.5, "y": 4, "matrix": [7, 0]}, |
| 84 | + {"x": 7.5, "y": 3.75, "matrix": [7, 1]} |
| 85 | + ] |
| 86 | + } |
| 87 | + } |
| 88 | +} |
0 commit comments