qmk_firmware

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

keyboard.json (668B)


      1 {
      2     "matrix_pins": {
      3         "cols": ["D4", "C6", "D7", "E6", "B4", "B5"],
      4         "rows": ["F5", "F6", "F7", "B1", "B3", "B2", "B6"]
      5     },
      6     "diode_direction": "COL2ROW",
      7     "split": {
      8         "enabled": true,
      9         "serial": {
     10             "pin": "D0"
     11         }
     12     },
     13     "rgblight": {
     14         "led_count": 12
     15     },
     16     "ws2812": {
     17         "pin": "D3"
     18     },
     19     "processor": "atmega32u4",
     20     "bootloader": "caterina",
     21     "features": {
     22         "bootmagic": false,
     23         "mousekey": true,
     24         "extrakey": true,
     25         "command": true
     26     },
     27     "qmk": {
     28         "locking": {
     29             "enabled": true,
     30             "resync": true
     31         }
     32     }
     33 }