qmk_firmware

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

keyboard.json (893B)


      1 {
      2     "usb": {
      3         "device_version": "0.0.1"
      4     },
      5     "matrix_pins": {
      6         "cols": ["F1", "F4", "E2", "B6", "D7", "D6"],
      7         "rows": ["F5", "F6", "C7", "F7"]
      8     },
      9     "diode_direction": "COL2ROW",
     10     "qmk": {
     11         "locking": {
     12             "enabled": true,
     13             "resync": true
     14         }
     15     },
     16     "split": {
     17         "enabled": true,
     18         "serial": {
     19             "pin": "D0"
     20         }
     21     },
     22     "rgblight": {
     23         "led_count": 16,
     24         "animations": {
     25             "breathing": true,
     26             "rainbow_mood": true,
     27             "rainbow_swirl": true,
     28             "snake": true,
     29             "knight": true,
     30             "christmas": true,
     31             "static_gradient": true,
     32             "rgb_test": true,
     33             "alternating": true,
     34             "twinkle": true
     35         }
     36     },
     37     "ws2812": {
     38         "pin": "F0"
     39     },
     40     "bootloader": "caterina"
     41 }