qmk_firmware

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

keyboard.json (1099B)


      1 {
      2     "bootloader": "rp2040",
      3     "processor": "RP2040",
      4     "features": {
      5         "bootmagic": true,
      6         "mousekey": true,
      7         "extrakey": true,
      8         "nkro": false
      9     },
     10     "qmk": {
     11         "locking": {
     12             "enabled": true,
     13             "resync": true
     14         }
     15     },
     16     "matrix_pins": {
     17         "cols": ["GP24", "GP25", "GP23", "GP21", "GP22", "GP2", "GP1", "GP0", "GP6", "GP18", "GP19", "GP20", "GP9", "GP8"],
     18         "rows": ["GP26", "GP27", "GP3", "GP4", "GP5"]
     19     },
     20     "ws2812": {
     21         "pin": "GP29",
     22         "driver": "vendor"
     23     },
     24     "rgblight": {
     25         "led_count": 22,
     26         "sleep": true,
     27         "animations": {
     28             "alternating": true,
     29             "breathing": true,
     30             "christmas": true,
     31             "knight": true,
     32             "rainbow_mood": true,
     33             "rainbow_swirl": true,
     34             "rgb_test": true,
     35             "snake": true,
     36             "static_gradient": true,
     37             "twinkle": true
     38         },
     39         "default": {
     40             "val": 0
     41         }
     42     },
     43     "indicators": {
     44         "caps_lock": "GP28"
     45     }
     46 }