|
| 1 | +{ |
| 2 | + "manufacturer": "Dennis Kruyt", |
| 3 | + "keyboard_name": "phantagom/baragon", |
| 4 | + "maintainer": "dkruyt", |
| 5 | + "bootloader": "rp2040", |
| 6 | + "diode_direction": "COL2ROW", |
| 7 | + "features": { |
| 8 | + "bootmagic": true, |
| 9 | + "command": false, |
| 10 | + "console": false, |
| 11 | + "extrakey": true, |
| 12 | + "mousekey": true, |
| 13 | + "nkro": true, |
| 14 | + "rgblight": true, |
| 15 | + "encoder": true, |
| 16 | + }, |
| 17 | + "rgblight": { |
| 18 | + "led_count": 12, |
| 19 | + "pin": "GP15", |
| 20 | + "animations": { |
| 21 | + "alternating": true, |
| 22 | + "breathing": true, |
| 23 | + "christmas": true, |
| 24 | + "knight": true, |
| 25 | + "rainbow_mood": true, |
| 26 | + "rainbow_swirl": true, |
| 27 | + "rgb_test": true, |
| 28 | + "snake": true, |
| 29 | + "static_gradient": true, |
| 30 | + "twinkle": true |
| 31 | + } |
| 32 | + }, |
| 33 | + "encoder": { |
| 34 | + "rotary": [ |
| 35 | + { "pin_a": "GP6", "pin_b": "GP7", "resolution": 2 } |
| 36 | + ] |
| 37 | + }, |
| 38 | + "matrix_pins": { |
| 39 | + "rows": [ "GP8", "GP10", "GP9" ], |
| 40 | + "cols": [ "GP11", "GP12", "GP13", "GP14" ] |
| 41 | + }, |
| 42 | + "processor": "RP2040", |
| 43 | + "url": "https://github.com/dkruyt/mk/tree/main/baragon", |
| 44 | + "usb": { |
| 45 | + "vid": "0xF8E8", |
| 46 | + "pid": "0x0004", |
| 47 | + "device_version": "0.0.3" |
| 48 | + }, |
| 49 | + "layouts": { |
| 50 | + "LAYOUT": { |
| 51 | + "layout": [ |
| 52 | + {"matrix": [0, 0], "x": 0, "y": 0}, |
| 53 | + {"matrix": [0, 1], "x": 1, "y": 0}, |
| 54 | + {"matrix": [0, 2], "x": 2, "y": 0}, |
| 55 | + {"matrix": [0, 3], "x": 3, "y": 0}, |
| 56 | + |
| 57 | + {"matrix": [1, 0], "x": 0, "y": 1}, |
| 58 | + {"matrix": [1, 1], "x": 1, "y": 1}, |
| 59 | + {"matrix": [1, 2], "x": 2, "y": 1}, |
| 60 | + |
| 61 | + {"matrix": [2, 0], "x": 0, "y": 2}, |
| 62 | + {"matrix": [2, 1], "x": 1, "y": 2}, |
| 63 | + {"matrix": [2, 2], "x": 2, "y": 2} |
| 64 | + |
| 65 | + ] |
| 66 | + } |
| 67 | + } |
| 68 | +} |
0 commit comments