qmk_firmware

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

keyboard.json (514B)


      1 {
      2     "processor": "RP2040",
      3     "bootloader": "rp2040",
      4     "usb": {
      5         "device_version": "1.0.0"
      6     },
      7     "diode_direction": "COL2ROW",
      8     "matrix_pins": {
      9         "direct": [
     10             ["GP15", "GP21", "GP23", "GP17", "GP19"]
     11         ]
     12     },
     13     "rgblight": {
     14         "led_count": 1,
     15         "max_brightness": 40,
     16         "animations": {
     17             "breathing": true,
     18             "rainbow_mood": true,
     19             "rainbow_swirl": true
     20         }
     21     },
     22     "ws2812": {
     23         "pin": "GP12"
     24     }
     25 }