qmk_firmware

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

keyboard.json (2599B)


      1 {
      2     "manufacturer": "JBarberU's",
      3     "keyboard_name": "SNES Macropad",
      4     "maintainer": "jbarberu",
      5     "bootloader": "rp2040",
      6     "diode_direction": "COL2ROW",
      7     "features": {
      8         "bootmagic": false,
      9         "console": true,
     10         "extrakey": true,
     11         "mousekey": true,
     12         "nkro": true,
     13         "rgblight": true,
     14         "oled": true
     15     },
     16     "ws2812": {
     17         "pin": "GP5",
     18         "driver": "vendor"
     19     },
     20     "processor": "RP2040",
     21     "usb": {
     22         "device_version": "1.0.0",
     23         "pid": "0x0000",
     24         "vid": "0xFEED"
     25     },
     26     "layouts": {
     27         "LAYOUT": {
     28             "layout": [
     29                 {"matrix": [0, 0], "x": 0, "y": 0},
     30                 {"matrix": [0, 1], "x": 1, "y": 0},
     31                 {"matrix": [0, 2], "x": 2, "y": 0},
     32                 {"matrix": [0, 3], "x": 3, "y": 0},
     33                 {"matrix": [1, 0], "x": 0, "y": 1},
     34                 {"matrix": [1, 1], "x": 1, "y": 1},
     35                 {"matrix": [1, 2], "x": 2, "y": 1},
     36                 {"matrix": [1, 3], "x": 3, "y": 1},
     37                 {"matrix": [2, 0], "x": 0, "y": 2},
     38                 {"matrix": [2, 1], "x": 1, "y": 2},
     39                 {"matrix": [2, 2], "x": 2, "y": 2},
     40                 {"matrix": [2, 3], "x": 3, "y": 2},
     41 
     42                 {"matrix": [3, 0], "x": 5.2, "y": 0, "w": 2, "h": 0.75},
     43                 {"matrix": [3, 1], "x": 10.65, "y": 0, "w": 2, "h": 0.75},
     44                 {"matrix": [3, 2], "x": 7.9, "y": 2.5, "h": 0.75},
     45                 {"matrix": [3, 3], "x": 8.9, "y": 2.5, "h": 0.75},
     46                 {"matrix": [4, 0], "x": 6, "y": 1, "w": 0.85, "h": 0.85},
     47                 {"matrix": [4, 1], "x": 6, "y": 3, "w": 0.85, "h": 0.85},
     48                 {"matrix": [4, 2], "x": 5.2, "y": 2, "w": 0.85, "h": 0.85},
     49                 {"matrix": [4, 3], "x": 6.8, "y": 2, "w": 0.85, "h": 0.85},
     50                 {"matrix": [5, 0], "x": 11.8, "y": 2, "w": 0.85, "h": 0.85},
     51                 {"matrix": [5, 1], "x": 11, "y": 3, "w": 0.85, "h": 0.85},
     52                 {"matrix": [5, 2], "x": 11, "y": 1, "w": 0.85, "h": 0.85},
     53                 {"matrix": [5, 3], "x": 10.2, "y": 2, "w": 0.85, "h": 0.85}
     54             ]
     55         }
     56     },
     57     "rgblight": {
     58         "led_count": 12,
     59         "max_brightness": 80,
     60         "animations": {
     61             "alternating": true,
     62             "breathing": true,
     63             "christmas": true,
     64             "knight": true,
     65             "rainbow_mood": true,
     66             "rainbow_swirl": true,
     67             "rgb_test": true,
     68             "snake": true,
     69             "static_gradient": true,
     70             "twinkle": true
     71         }
     72     }
     73 }