qmk_firmware

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

keyboard.json (1659B)


      1 {
      2     "manufacturer": "TogKey",
      3     "keyboard_name": "Pad Plus",
      4     "maintainer": "togkey86",
      5     "development_board": "promicro_rp2040",
      6     "diode_direction": "COL2ROW",
      7     "encoder": {
      8         "rotary": [
      9             {"pin_a": "GP28", "pin_b": "GP29", "resolution": 2}
     10         ]
     11     },
     12     "features": {
     13         "bootmagic": true,
     14         "encoder": true,
     15         "extrakey": true,
     16         "mousekey": true,
     17         "oled": true,
     18         "rgblight": true
     19     },
     20     "matrix_pins": {
     21         "cols": ["GP4", "GP5", "GP6"],
     22         "rows": ["GP26", "GP22", "GP20"]
     23     },
     24 
     25     "rgblight": {
     26         "animations": {
     27             "alternating": true,
     28             "breathing": true,
     29             "christmas": true,
     30             "knight": true,
     31             "rainbow_mood": true,
     32             "rainbow_swirl": true,
     33             "snake": true,
     34             "static_gradient": true,
     35             "twinkle": true
     36         },
     37         "hue_steps": 10,
     38         "led_count": 3
     39     },
     40     "url": "https://togkey.com/products/togkey-pad-plus",
     41     "usb": {
     42         "device_version": "1.0.0",
     43         "pid": "0x8687",
     44         "vid": "0xFEED"
     45     },
     46     "ws2812": {
     47         "driver": "vendor",
     48         "pin": "GP27"
     49     },
     50     "layouts": {
     51         "LAYOUT": {
     52             "layout": [
     53                 {"matrix": [0, 2], "x": 2, "y": 0},
     54                 {"matrix": [1, 0], "x": 0, "y": 1},
     55                 {"matrix": [1, 1], "x": 1, "y": 1},
     56                 {"matrix": [1, 2], "x": 2, "y": 1},
     57                 {"matrix": [2, 0], "x": 0, "y": 2},
     58                 {"matrix": [2, 1], "x": 1, "y": 2},
     59                 {"matrix": [2, 2], "x": 2, "y": 2}
     60             ]
     61         }
     62     }
     63 }