qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

keyboard.json (813B)


      1 {
      2   "keyboard_name": "XD002",
      3   "manufacturer": "XIUDI",
      4   "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",
      5   "maintainer": "zvecr",
      6   "usb": {
      7     "vid": "0x7844",
      8     "pid": "0x0202",
      9     "device_version": "0.0.1"
     10   },
     11   "processor": "attiny85",
     12   "bootloader": "custom",
     13   "build": {
     14     "lto": true
     15   },
     16   "features": {
     17     "grave_esc": false,
     18     "magic": false,
     19     "space_cadet": false
     20   },
     21   "rgblight": {
     22     "led_count": 2
     23   },
     24   "ws2812": {
     25     "pin": "B2"
     26   },
     27   "matrix_pins": {
     28     "direct": [
     29       ["B0", "B1"]
     30     ]
     31   },
     32   "layouts": {
     33     "LAYOUT": {
     34       "layout": [
     35         {"x": 0, "y": 0, "matrix": [0, 0]},
     36         {"x": 1, "y": 0, "matrix": [0, 1]}
     37       ]
     38     }
     39   }
     40 }