qmk_firmware

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

keyboard.json (4647B)


      1 {
      2     "keyboard_name": "S20 revA",
      3     "manufacturer": "polycarbdiet",
      4     "maintainer": "polycarbdiet",
      5     "usb": {
      6         "vid": "0x5040",
      7         "pid": "0x7320",
      8         "device_version": "0.0.1"
      9     },
     10     "host": {
     11         "default": {
     12             "nkro": true
     13         }
     14     },
     15     "features": {
     16         "backlight": true,
     17         "bootmagic": true,
     18         "extrakey": true,
     19         "mousekey": true,
     20         "nkro": true,
     21         "rgblight": true
     22     },
     23     "qmk": {
     24         "locking": {
     25             "enabled": true,
     26             "resync": true
     27         }
     28     },
     29     "matrix_pins": {
     30         "cols": ["C6", "C7", "D4", "D6"],
     31         "rows": ["B7", "E6", "D0", "D1", "D5"]
     32     },
     33     "diode_direction": "ROW2COL",
     34     "backlight": {
     35         "pin": "B6",
     36         "breathing": true
     37     },
     38     "rgblight": {
     39         "saturation_steps": 8,
     40         "brightness_steps": 8,
     41         "led_count": 4,
     42         "sleep": true,
     43         "animations": {
     44             "breathing": true,
     45             "rainbow_mood": true,
     46             "rainbow_swirl": true,
     47             "snake": true,
     48             "knight": true,
     49             "christmas": true,
     50             "static_gradient": true,
     51             "rgb_test": true,
     52             "alternating": true,
     53             "twinkle": true
     54         }
     55     },
     56     "ws2812": {
     57         "pin": "B3"
     58     },
     59     "processor": "atmega32u4",
     60     "bootloader": "atmel-dfu",
     61     "community_layouts": ["ortho_5x4", "numpad_5x4"],
     62     "layouts": {
     63         "LAYOUT_ortho_5x4": {
     64             "layout": [
     65                 {"matrix": [0, 0], "x": 0, "y": 0},
     66                 {"matrix": [0, 1], "x": 1, "y": 0},
     67                 {"matrix": [0, 2], "x": 2, "y": 0},
     68                 {"matrix": [0, 3], "x": 3, "y": 0},
     69 
     70                 {"matrix": [1, 0], "x": 0, "y": 1},
     71                 {"matrix": [1, 1], "x": 1, "y": 1},
     72                 {"matrix": [1, 2], "x": 2, "y": 1},
     73                 {"matrix": [1, 3], "x": 3, "y": 1},
     74 
     75                 {"matrix": [2, 0], "x": 0, "y": 2},
     76                 {"matrix": [2, 1], "x": 1, "y": 2},
     77                 {"matrix": [2, 2], "x": 2, "y": 2},
     78                 {"matrix": [2, 3], "x": 3, "y": 2},
     79 
     80                 {"matrix": [3, 0], "x": 0, "y": 3},
     81                 {"matrix": [3, 1], "x": 1, "y": 3},
     82                 {"matrix": [3, 2], "x": 2, "y": 3},
     83                 {"matrix": [3, 3], "x": 3, "y": 3},
     84 
     85                 {"matrix": [4, 0], "x": 0, "y": 4},
     86                 {"matrix": [4, 1], "x": 1, "y": 4},
     87                 {"matrix": [4, 2], "x": 2, "y": 4},
     88                 {"matrix": [4, 3], "x": 3, "y": 4}
     89             ]
     90         },
     91         "LAYOUT_numpad_5x4": {
     92             "layout": [
     93                 {"matrix": [0, 0], "x": 0, "y": 0},
     94                 {"matrix": [0, 1], "x": 1, "y": 0},
     95                 {"matrix": [0, 2], "x": 2, "y": 0},
     96                 {"matrix": [0, 3], "x": 3, "y": 0},
     97 
     98                 {"matrix": [1, 0], "x": 0, "y": 1},
     99                 {"matrix": [1, 1], "x": 1, "y": 1},
    100                 {"matrix": [1, 2], "x": 2, "y": 1},
    101 
    102                 {"matrix": [2, 0], "x": 0, "y": 2},
    103                 {"matrix": [2, 1], "x": 1, "y": 2},
    104                 {"matrix": [2, 2], "x": 2, "y": 2},
    105                 {"matrix": [1, 3], "x": 3, "y": 1, "h": 2},
    106 
    107                 {"matrix": [3, 0], "x": 0, "y": 3},
    108                 {"matrix": [3, 1], "x": 1, "y": 3},
    109                 {"matrix": [3, 2], "x": 2, "y": 3},
    110 
    111                 {"matrix": [4, 0], "x": 0, "y": 4, "w": 2},
    112                 {"matrix": [4, 2], "x": 2, "y": 4},
    113                 {"matrix": [3, 3], "x": 3, "y": 3, "h": 2}
    114             ]
    115         },
    116         "LAYOUT_enter": {
    117             "layout": [
    118                 {"matrix": [0, 0], "x": 0, "y": 0},
    119                 {"matrix": [0, 1], "x": 1, "y": 0},
    120                 {"matrix": [0, 2], "x": 2, "y": 0},
    121                 {"matrix": [0, 3], "x": 3, "y": 0},
    122 
    123                 {"matrix": [1, 0], "x": 0, "y": 1},
    124                 {"matrix": [1, 1], "x": 1, "y": 1},
    125                 {"matrix": [1, 2], "x": 2, "y": 1},
    126                 {"matrix": [1, 3], "x": 3, "y": 1},
    127 
    128                 {"matrix": [2, 0], "x": 0, "y": 2},
    129                 {"matrix": [2, 1], "x": 1, "y": 2},
    130                 {"matrix": [2, 2], "x": 2, "y": 2},
    131                 {"matrix": [2, 3], "x": 3, "y": 2},
    132 
    133                 {"matrix": [3, 0], "x": 0, "y": 3},
    134                 {"matrix": [3, 1], "x": 1, "y": 3},
    135                 {"matrix": [3, 2], "x": 2, "y": 3},
    136                 {"matrix": [3, 3], "x": 3, "y": 3, "h": 2},
    137 
    138                 {"matrix": [4, 0], "x": 0, "y": 4},
    139                 {"matrix": [4, 1], "x": 1, "y": 4},
    140                 {"matrix": [4, 2], "x": 2, "y": 4}
    141             ]
    142         }
    143     }
    144 }