| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "keyboard_name": "2key2",
- "manufacturer": "3-Key-Ecosystem",
- "url": "https://github.com/softplus/3keyecosystem/tree/main/2key2",
- "maintainer": "softplus",
- "usb": {
- "vid": "0x1209",
- "pid": "0x3304",
- "device_version": "0.0.1"
- },
- "rgb_matrix": {
- "driver": "ws2812"
- },
- "matrix_pins": {
- "cols": ["F4", "D7"],
- "rows": ["F6"]
- },
- "diode_direction": "COL2ROW",
- "indicators": {
- "caps_lock": "B7"
- },
- "ws2812": {
- "pin": "B2"
- },
- "processor": "atmega32u4",
- "bootloader": "caterina",
- "layouts": {
- "LAYOUT": {
- "layout": [
- {"matrix": [0, 0], "x": 0, "y": 0},
- {"matrix": [0, 1], "x": 1, "y": 0}
- ]
- }
- }
- }
|