qmk_firmware

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

keyboard.json (2059B)


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