keyboard.json (688B)
- {
- "keyboard_name": "2% Milk",
- "manufacturer": "Spaceman",
- "maintainer": "Spaceman",
- "usb": {
- "vid": "0x5342",
- "pid": "0x3225",
- "device_version": "0.0.1"
- },
- "rgblight": {
- "led_count": 1
- },
- "ws2812": {
- "pin": "B6"
- },
- "development_board": "promicro",
- "features": {
- "bootmagic": false,
- "command": true,
- "console": true,
- "extrakey": true,
- "mousekey": false,
- "nkro": true,
- "rgblight": true
- },
- "matrix_pins": {
- "direct": [
- ["D4"],
- ["C6"]
- ]
- },
- "layouts": {
- "LAYOUT": {
- "layout": [
- {"x": 0, "y": 0, "matrix": [0, 0]},
- {"x": 0, "y": 1, "matrix": [1, 0]}
- ]
- }
- }
- }