| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "manufacturer": "v3lmx",
- "keyboard_name": "cornifi",
- "maintainer": "v3lmx",
- "bootloader": "rp2040",
- "diode_direction": "COL2ROW",
- "features": {
- "bootmagic": true,
- "extrakey": true,
- "mousekey": true,
- "nkro": true
- },
- "matrix_pins": {
- "direct": [
- ["GP21", "GP25", "GP26", "GP28", "GP29", "GP5"],
- ["GP20", "GP22", "GP27", "GP2", "GP3", "GP8"],
- ["GP19", "GP23", "GP1", "GP0", "GP4", null],
- [null, null, "GP16", "GP17", "GP18", null]
- ]
- },
- "processor": "RP2040",
- "split": {
- "bootmagic": {
- "matrix": [4, 0]
- },
- "enabled": true,
- "matrix_pins": {
- "right": {
- "direct": [
- ["GP9", "GP8", "GP4", "GP3", "GP2", "GP25"],
- ["GP10", "GP6", "GP1", "GP28", "GP27", "GP21"],
- ["GP11", "GP5", "GP0", "GP29", "GP26", null],
- [null, null, "GP16", "GP17", "GP18", null]
- ]
- }
- },
- "serial": {
- "driver": "vendor"
- }
- },
- "url": "https://github.com/v3lmx/cornifi",
- "usb": {
- "device_version": "1.0.0",
- "pid": "0x0000",
- "vid": "0xFEED"
- },
- "layout_aliases": {
- "LAYOUT": "LAYOUT_split_3x5_3_ex2"
- },
- "layouts": {
- "LAYOUT_split_3x5_3_ex2": {
- "layout": [
- {"matrix": [0, 0], "x": 0, "y": 0.9},
- {"matrix": [0, 1], "x": 1, "y": 0.3},
- {"matrix": [0, 2], "x": 2, "y": 0},
- {"matrix": [0, 3], "x": 3, "y": 0.35},
- {"matrix": [0, 4], "x": 4, "y": 0.45},
- {"matrix": [0, 5], "x": 5, "y": 0.7},
- {"matrix": [4, 5], "x": 8, "y": 0.7},
- {"matrix": [4, 4], "x": 9, "y": 0.45},
- {"matrix": [4, 3], "x": 10, "y": 0.35},
- {"matrix": [4, 2], "x": 11, "y": 0},
- {"matrix": [4, 1], "x": 12, "y": 0.3},
- {"matrix": [4, 0], "x": 13, "y": 0.9},
- {"matrix": [1, 0], "x": 0, "y": 1.9},
- {"matrix": [1, 1], "x": 1, "y": 1.3},
- {"matrix": [1, 2], "x": 2, "y": 1},
- {"matrix": [1, 3], "x": 3, "y": 1.35},
- {"matrix": [1, 4], "x": 4, "y": 1.45},
- {"matrix": [1, 5], "x": 5, "y": 1.7},
- {"matrix": [5, 5], "x": 8, "y": 1.7},
- {"matrix": [5, 4], "x": 9, "y": 1.45},
- {"matrix": [5, 3], "x": 10, "y": 1.35},
- {"matrix": [5, 2], "x": 11, "y": 1},
- {"matrix": [5, 1], "x": 12, "y": 1.3},
- {"matrix": [5, 0], "x": 13, "y": 1.9},
- {"matrix": [2, 0], "x": 0, "y": 2.9},
- {"matrix": [2, 1], "x": 1, "y": 2.3},
- {"matrix": [2, 2], "x": 2, "y": 2},
- {"matrix": [2, 3], "x": 3, "y": 2.35},
- {"matrix": [2, 4], "x": 4, "y": 2.45},
- {"matrix": [6, 4], "x": 9, "y": 2.45},
- {"matrix": [6, 3], "x": 10, "y": 2.35},
- {"matrix": [6, 2], "x": 11, "y": 2},
- {"matrix": [6, 1], "x": 12, "y": 2.3},
- {"matrix": [6, 0], "x": 13, "y": 2.9},
- {"matrix": [3, 2], "x": 3, "y": 3.7},
- {"matrix": [3, 3], "x": 4, "y": 3.7},
- {"matrix": [3, 4], "x": 5, "y": 3.2, "h": 1.5},
- {"matrix": [7, 4], "x": 8, "y": 3.2, "h": 1.5},
- {"matrix": [7, 3], "x": 9, "y": 3.7},
- {"matrix": [7, 2], "x": 10, "y": 3.7}
- ]
- }
- }
- }
|