qmk_firmware

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

keyboard.json (1273B)


      1 {
      2     "keyboard_name": "XD004",
      3     "manufacturer": "XIUDI",
      4     "maintainer": "qmk",
      5     "usb": {
      6         "vid": "0x7844",
      7         "pid": "0x0404",
      8         "device_version": "0.0.1"
      9     },
     10     "build": {
     11         "lto": true
     12     },
     13     "features": {
     14         "bootmagic": true,
     15         "extrakey": true,
     16         "mousekey": false,
     17         "nkro": false,
     18         "space_cadet": false
     19     },
     20     "backlight": {
     21         "pin": "D5",
     22         "levels": 6
     23     },
     24     "rgblight": {
     25         "hue_steps": 10,
     26         "led_count": 2,
     27         "animations": {
     28             "rainbow_swirl": true,
     29             "static_gradient": true
     30         }
     31     },
     32     "ws2812": {
     33         "pin": "C6"
     34     },
     35     "processor": "atmega16u2",
     36     "bootloader": "atmel-dfu",
     37     "matrix_pins": {
     38         "direct": [
     39             ["D3", "D0", "C4", "B4"]
     40         ]
     41     },
     42     "layout_aliases": {
     43         "LAYOUT_all": "LAYOUT_ortho_1x4"
     44     },
     45     "layouts": {
     46         "LAYOUT_ortho_1x4": {
     47             "layout": [
     48                 {"label": "L", "matrix": [0, 0], "x": 0, "y": 0},
     49                 {"label": "O", "matrix": [0, 1], "x": 1, "y": 0},
     50                 {"label": "V", "matrix": [0, 2], "x": 2, "y": 0},
     51                 {"label": "E", "matrix": [0, 3], "x": 3, "y": 0}
     52             ]
     53         }
     54     }
     55 }