qmk_firmware

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

keyboard.json (1822B)


      1 {
      2     "keyboard_name": "Macro Pad 10",
      3     "manufacturer": "ANAVI",
      4     "url": "https://github.com/AnaviTechnology/anavi-macro-pad-10",
      5     "maintainer": "leon-anavi",
      6     "processor": "RP2040",
      7     "bootloader": "rp2040",
      8     "diode_direction": "COL2ROW",
      9     "matrix_pins": {
     10         "cols": ["GP6", "GP7", "GP0"],
     11         "rows": ["GP29", "GP28", "GP27"]
     12     },
     13     "features": {
     14         "bootmagic": false,
     15         "extrakey": true,
     16         "mousekey": false,
     17         "nkro": true,
     18         "rgblight": true
     19     },
     20     "rgblight": {
     21         "led_count": 4,
     22         "hue_steps": 10,
     23         "animations": {
     24             "alternating": true,
     25             "breathing": true,
     26             "christmas": true,
     27             "knight": true,
     28             "rainbow_mood": true,
     29             "rainbow_swirl": true,
     30             "rgb_test": true,
     31             "snake": true,
     32             "static_gradient": true,
     33             "twinkle": true
     34         }
     35     },
     36     "ws2812": {
     37         "pin": "GP3",
     38         "driver": "vendor"
     39     },
     40     "encoder": {
     41         "enabled": true,
     42         "rotary": [
     43             {"pin_a": "GP1", "pin_b": "GP2", "resolution": 2}
     44         ]
     45     },
     46     "layouts": {
     47         "LAYOUT_mp10": {
     48             "layout": [
     49                 {"matrix": [0, 0], "x": 0, "y": 0},
     50                 {"matrix": [0, 1], "x": 1, "y": 0},
     51                 {"matrix": [0, 2], "x": 2, "y": 0},
     52                 {"matrix": [1, 0], "x": 0, "y": 1},
     53                 {"matrix": [1, 1], "x": 1, "y": 1},
     54                 {"matrix": [1, 2], "x": 2, "y": 1},
     55                 {"matrix": [2, 0], "x": 0, "y": 2},
     56                 {"matrix": [2, 1], "x": 1, "y": 2},
     57                 {"matrix": [2, 2], "x": 2, "y": 2}
     58             ]
     59         }
     60     },
     61     "usb": {
     62         "device_version": "1.0.0",
     63         "pid": "0x9A25",
     64         "vid": "0xFEED"
     65     }
     66 }