qmk_firmware

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

info.json (873B)


      1 {
      2     "keyboard_name": "Split Tester",
      3     "manufacturer": "Keebio",
      4     "maintainer": "nooges",
      5     "usb": {
      6         "vid": "0xCB10",
      7         "pid": "0x1111",
      8         "device_version": "1.0.0"
      9     },
     10     "split": {
     11         "enabled": true
     12     },
     13     "rgblight": {
     14         "led_count": 12,
     15         "split_count": [6, 6],
     16         "animations": {
     17             "breathing": true,
     18             "rainbow_mood": true,
     19             "rainbow_swirl": true,
     20             "snake": true,
     21             "knight": true,
     22             "christmas": true,
     23             "static_gradient": true,
     24             "rgb_test": true,
     25             "alternating": true,
     26             "twinkle": true
     27         }
     28     },
     29     "layouts": {
     30         "LAYOUT": {
     31             "layout": [
     32                 {"matrix": [0, 0], "x": 0, "y": 0},
     33 
     34                 {"matrix": [1, 0], "x": 1, "y": 0}
     35             ]
     36         }
     37     }
     38 }