qmk_firmware

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

keyboard.json (2276B)


      1 {
      2     "keyboard_name": "Catch22 Hotswap Macropad",
      3     "manufacturer": "rockydbull",
      4     "usb": {
      5         "vid": "0xFEED",
      6         "pid": "0xCA22",
      7         "device_version": "0.0.1"
      8     },
      9     "rgblight": {
     10         "led_count": 6,
     11         "animations": {
     12             "breathing": true,
     13             "rainbow_mood": true,
     14             "rainbow_swirl": true,
     15             "snake": true,
     16             "knight": true,
     17             "christmas": true,
     18             "static_gradient": true,
     19             "rgb_test": true,
     20             "alternating": true,
     21             "twinkle": true
     22         }
     23     },
     24     "ws2812": {
     25         "pin": "F6"
     26     },
     27     "features": {
     28         "bootmagic": false,
     29         "command": true,
     30         "console": true,
     31         "extrakey": false,
     32         "mousekey": false,
     33         "nkro": false,
     34         "rgblight": true
     35     },
     36     "matrix_pins": {
     37         "cols": ["B5", "B4", "E6", "D7", "C6"],
     38         "rows": ["B6", "B2", "B3", "B1", "F7"]
     39     },
     40     "diode_direction": "COL2ROW",
     41     "development_board": "promicro",
     42     "layouts": {
     43         "LAYOUT": {
     44             "layout": [
     45                 {"matrix": [0, 1], "x": 1, "y": 0},
     46                 {"matrix": [0, 2], "x": 2, "y": 0},
     47                 {"matrix": [0, 3], "x": 3, "y": 0},
     48                 {"matrix": [0, 4], "x": 4, "y": 0},
     49 
     50                 {"matrix": [1, 1], "x": 1, "y": 1},
     51                 {"matrix": [1, 2], "x": 2, "y": 1},
     52                 {"matrix": [1, 3], "x": 3, "y": 1},
     53                 {"matrix": [1, 4], "x": 4, "y": 1},
     54 
     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                 {"matrix": [2, 3], "x": 3, "y": 2},
     59                 {"matrix": [2, 4], "x": 4, "y": 2},
     60 
     61                 {"matrix": [3, 0], "x": 0, "y": 3, "h": 2},
     62                 {"matrix": [3, 1], "x": 1, "y": 3},
     63                 {"matrix": [3, 2], "x": 2, "y": 3},
     64                 {"matrix": [3, 3], "x": 3, "y": 3},
     65                 {"matrix": [3, 4], "x": 4, "y": 3},
     66 
     67                 {"matrix": [4, 1], "x": 1, "y": 4},
     68                 {"matrix": [4, 2], "x": 2, "y": 4},
     69                 {"matrix": [4, 3], "x": 3, "y": 4},
     70                 {"matrix": [4, 4], "x": 4, "y": 4}
     71             ]
     72         }
     73     }
     74 }