qmk_firmware

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

keyboard.json (2578B)


      1 {
      2     "keyboard_name": "DecadePad",
      3     "manufacturer": "ReverseStudio",
      4     "maintainer": "huajijam",
      5     "usb": {
      6         "vid": "0x5253",
      7         "pid": "0x4450",
      8         "device_version": "0.0.1"
      9     },
     10     "rgblight": {
     11         "saturation_steps": 8,
     12         "brightness_steps": 8,
     13         "led_count": 20,
     14         "animations": {
     15             "breathing": true,
     16             "rainbow_mood": true,
     17             "rainbow_swirl": true,
     18             "snake": true,
     19             "knight": true,
     20             "christmas": true,
     21             "static_gradient": true,
     22             "rgb_test": true,
     23             "alternating": true,
     24             "twinkle": true
     25         }
     26     },
     27     "ws2812": {
     28         "pin": "D5"
     29     },
     30     "features": {
     31         "bootmagic": true,
     32         "console": true,
     33         "extrakey": true,
     34         "mousekey": false,
     35         "nkro": true,
     36         "rgblight": true,
     37         "unicode": true
     38     },
     39     "qmk": {
     40         "locking": {
     41             "enabled": true,
     42             "resync": true
     43         }
     44     },
     45     "matrix_pins": {
     46         "cols": ["D0", "D1", "D2", "D3"],
     47         "rows": ["F0", "F1", "F4", "F5", "F6", "F7"]
     48     },
     49     "diode_direction": "COL2ROW",
     50     "indicators": {
     51         "num_lock": "D4",
     52         "on_state": 0
     53     },
     54     "processor": "atmega32u4",
     55     "bootloader": "atmel-dfu",
     56     "community_layouts": ["numpad_6x4"],
     57     "layouts": {
     58         "LAYOUT_numpad_6x4": {
     59             "layout": [
     60                 {"matrix": [0, 0], "x": 0, "y": 0},
     61                 {"matrix": [0, 1], "x": 1, "y": 0},
     62                 {"matrix": [0, 2], "x": 2, "y": 0},
     63                 {"matrix": [0, 3], "x": 3, "y": 0},
     64 
     65                 {"matrix": [1, 0], "x": 0, "y": 1},
     66                 {"matrix": [1, 1], "x": 1, "y": 1},
     67                 {"matrix": [1, 2], "x": 2, "y": 1},
     68                 {"matrix": [1, 3], "x": 3, "y": 1},
     69 
     70                 {"matrix": [2, 0], "x": 0, "y": 2},
     71                 {"matrix": [2, 1], "x": 1, "y": 2},
     72                 {"matrix": [2, 2], "x": 2, "y": 2},
     73 
     74                 {"matrix": [3, 0], "x": 0, "y": 3},
     75                 {"matrix": [3, 1], "x": 1, "y": 3},
     76                 {"matrix": [3, 2], "x": 2, "y": 3},
     77                 {"matrix": [3, 3], "x": 3, "y": 2, "h": 2},
     78 
     79                 {"matrix": [4, 0], "x": 0, "y": 4},
     80                 {"matrix": [4, 1], "x": 1, "y": 4},
     81                 {"matrix": [4, 2], "x": 2, "y": 4},
     82 
     83                 {"matrix": [5, 0], "x": 0, "y": 5, "w": 2},
     84                 {"matrix": [5, 2], "x": 2, "y": 5},
     85                 {"matrix": [5, 3], "x": 3, "y": 4, "h": 2}
     86             ]
     87         }
     88     }
     89 }