keyboard.json (813B)
- {
- "keyboard_name": "XD002",
- "manufacturer": "XIUDI",
- "url": "https://kprepublic.com/products/xd002-xiudi-2-custom-mechanical-keyboard-2-keys-underglow-and-switch-rgb-pcb-programmed-hot-swappable-macro-key-aluminum-case",
- "maintainer": "zvecr",
- "usb": {
- "vid": "0x7844",
- "pid": "0x0202",
- "device_version": "0.0.1"
- },
- "processor": "attiny85",
- "bootloader": "custom",
- "build": {
- "lto": true
- },
- "features": {
- "grave_esc": false,
- "magic": false,
- "space_cadet": false
- },
- "rgblight": {
- "led_count": 2
- },
- "ws2812": {
- "pin": "B2"
- },
- "matrix_pins": {
- "direct": [
- ["B0", "B1"]
- ]
- },
- "layouts": {
- "LAYOUT": {
- "layout": [
- {"x": 0, "y": 0, "matrix": [0, 0]},
- {"x": 1, "y": 0, "matrix": [0, 1]}
- ]
- }
- }
- }