qmk_firmware

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

keyboard.json (2313B)


      1 {
      2     "keyboard_name": "Booster",
      3     "manufacturer": "Percent Studio",
      4     "maintainer": "qmk",
      5     "usb": {
      6         "vid": "0x5053",
      7         "pid": "0x4253",
      8         "device_version": "0.0.1"
      9     },
     10     "build": {
     11         "lto": true
     12     },
     13     "features": {
     14         "backlight": true,
     15         "bootmagic": true,
     16         "command": true,
     17         "console": true,
     18         "extrakey": true,
     19         "mousekey": true,
     20         "nkro": false,
     21         "rgblight": true
     22     },
     23     "matrix_pins": {
     24         "cols": ["C7", "D4", "D2", "D0"],
     25         "rows": ["D1", "D6", "D7", "B4", "B5"]
     26     },
     27     "diode_direction": "COL2ROW",
     28     "backlight": {
     29         "pin": "B7"
     30     },
     31     "rgblight": {
     32         "saturation_steps": 8,
     33         "brightness_steps": 8,
     34         "led_count": 10,
     35         "sleep": true,
     36         "animations": {
     37             "breathing": true,
     38             "rainbow_mood": true,
     39             "rainbow_swirl": true,
     40             "snake": true,
     41             "knight": true,
     42             "christmas": true,
     43             "static_gradient": true,
     44             "rgb_test": true,
     45             "alternating": true,
     46             "twinkle": true
     47         }
     48     },
     49     "ws2812": {
     50         "pin": "E2"
     51     },
     52     "processor": "atmega32u4",
     53     "bootloader": "atmel-dfu",
     54     "community_layouts": ["numpad_5x4"],
     55     "layouts": {
     56         "LAYOUT_numpad_5x4": {
     57             "layout": [
     58                 {"matrix": [0, 0], "x": 0, "y": 0},
     59                 {"matrix": [0, 1], "x": 1, "y": 0},
     60                 {"matrix": [0, 2], "x": 2, "y": 0},
     61                 {"matrix": [0, 3], "x": 3, "y": 0},
     62 
     63                 {"matrix": [1, 0], "x": 0, "y": 1},
     64                 {"matrix": [1, 1], "x": 1, "y": 1},
     65                 {"matrix": [1, 2], "x": 2, "y": 1},
     66 
     67                 {"matrix": [2, 0], "x": 0, "y": 2},
     68                 {"matrix": [2, 1], "x": 1, "y": 2},
     69                 {"matrix": [2, 2], "x": 2, "y": 2},
     70                 {"matrix": [2, 3], "x": 3, "y": 1, "h": 2},
     71 
     72                 {"matrix": [3, 0], "x": 0, "y": 3},
     73                 {"matrix": [3, 1], "x": 1, "y": 3},
     74                 {"matrix": [3, 2], "x": 2, "y": 3},
     75 
     76                 {"matrix": [4, 0], "x": 0, "y": 4, "w": 2},
     77                 {"matrix": [4, 2], "x": 2, "y": 4},
     78                 {"matrix": [3, 3], "x": 3, "y": 3, "h": 2}
     79             ]
     80         }
     81     }
     82 }