qmk_firmware

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

keyboard.json (1841B)


      1 {
      2     "usb": {
      3         "pid": "0x6362",
      4         "device_version": "0.0.1"
      5     },
      6     "features": {
      7         "bootmagic": true,
      8         "mousekey": true,
      9         "extrakey": true,
     10         "nkro": true,
     11         "rgblight": true,
     12         "encoder": true
     13     },
     14     "qmk": {
     15         "locking": {
     16             "enabled": true,
     17             "resync": true
     18         }
     19     },
     20     "matrix_pins": {
     21         "cols": ["B14", "A10", "A15", "B3", "B4", "B5"],
     22         "rows": ["B0", "A6", "A7", "B1", "A5"]
     23     },
     24     "diode_direction": "COL2ROW",
     25     "encoder": {
     26         "rotary": [
     27             {"pin_a": "A0", "pin_b": "B8"}
     28         ]
     29     },
     30     "indicators": {
     31         "caps_lock": "C13",
     32         "num_lock": "B12",
     33         "scroll_lock": "B13"
     34     },
     35     "rgblight": {
     36         "led_count": 16,
     37         "split_count": [8, 8],
     38         "animations": {
     39             "breathing": true,
     40             "rainbow_mood": true,
     41             "rainbow_swirl": true,
     42             "snake": true,
     43             "knight": true,
     44             "christmas": true,
     45             "static_gradient": true,
     46             "rgb_test": true,
     47             "alternating": true,
     48             "twinkle": true
     49         }
     50     },
     51     "ws2812": {
     52         "pin": "B15"
     53     },
     54     "split": {
     55         "enabled": true,
     56         "bootmagic": {
     57             "matrix": [5, 0]
     58         },
     59         "handedness": {
     60             "pin": "B9"
     61         },
     62         "matrix_pins": {
     63             "right": {
     64                 "cols": ["B0", "A3", "A2", "A1", "B7", "B5"],
     65                 "rows": ["B1", "A4", "A5", "A6", "A7"]
     66             }
     67         },
     68         "serial": {
     69             "driver": "usart",
     70             "pin": "B6"
     71         },
     72         "transport": {
     73             "sync": {
     74                 "indicators": true,
     75                 "layer_state": true
     76             }
     77         }
     78     },
     79     "development_board": "blackpill_f411"
     80 }