qmk_firmware

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

keyboard.json (5089B)


      1 {
      2     "keyboard_name": "7skb",
      3     "manufacturer": "Salicylic_Acid",
      4     "url": "https://salicylic-acid3.hatenablog.com/",
      5     "maintainer": "Salicylic_acid3",
      6     "usb": {
      7         "vid": "0x04D8",
      8         "pid": "0xEB5F",
      9         "device_version": "0.0.7"
     10     },
     11     "features": {
     12         "bootmagic": false,
     13         "command": true,
     14         "extrakey": true,
     15         "mousekey": true,
     16         "nkro": false,
     17         "rgblight": true
     18     },
     19     "qmk": {
     20         "locking": {
     21             "enabled": true,
     22             "resync": true
     23         }
     24     },
     25     "matrix_pins": {
     26         "cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B5"],
     27         "rows": ["D4", "C6", "D7", "E6", "B4"]
     28     },
     29     "diode_direction": "COL2ROW",
     30     "split": {
     31         "enabled": true,
     32         "handedness": {
     33             "pin": "B6"
     34         },
     35         "serial": {
     36             "pin": "D2"
     37         }
     38     },
     39     "rgblight": {
     40         "hue_steps": 10,
     41         "led_count": 12,
     42         "split_count": [6, 6],
     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": "D3"
     58     },
     59     "build": {
     60         "lto": true
     61     },
     62     "development_board": "promicro",
     63     "layouts": {
     64         "LAYOUT": {
     65             "layout": [
     66                 {"matrix": [0, 0], "x": 0, "y": 0},
     67                 {"matrix": [0, 1], "x": 1, "y": 0},
     68                 {"matrix": [0, 2], "x": 2, "y": 0},
     69                 {"matrix": [0, 3], "x": 3, "y": 0},
     70                 {"matrix": [0, 4], "x": 4, "y": 0},
     71                 {"matrix": [0, 5], "x": 5, "y": 0},
     72 
     73                 {"matrix": [5, 0], "x": 7, "y": 0},
     74                 {"matrix": [5, 1], "x": 8, "y": 0},
     75                 {"matrix": [5, 2], "x": 9, "y": 0},
     76                 {"matrix": [5, 3], "x": 10, "y": 0},
     77                 {"matrix": [5, 4], "x": 11, "y": 0},
     78                 {"matrix": [5, 5], "x": 12, "y": 0},
     79                 {"matrix": [5, 6], "x": 13, "y": 0},
     80                 {"matrix": [5, 7], "x": 14, "y": 0},
     81                 {"matrix": [6, 7], "x": 15, "y": 0},
     82 
     83                 {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
     84                 {"matrix": [1, 1], "x": 1.5, "y": 1},
     85                 {"matrix": [1, 2], "x": 2.5, "y": 1},
     86                 {"matrix": [1, 3], "x": 3.5, "y": 1},
     87                 {"matrix": [1, 4], "x": 4.5, "y": 1},
     88                 {"matrix": [1, 5], "x": 5.5, "y": 1},
     89 
     90                 {"matrix": [6, 0], "x": 7.5, "y": 1},
     91                 {"matrix": [6, 1], "x": 8.5, "y": 1},
     92                 {"matrix": [6, 2], "x": 9.5, "y": 1},
     93                 {"matrix": [6, 3], "x": 10.5, "y": 1},
     94                 {"matrix": [6, 4], "x": 11.5, "y": 1},
     95                 {"matrix": [6, 5], "x": 12.5, "y": 1},
     96                 {"matrix": [6, 6], "x": 13.5, "y": 1},
     97                 {"matrix": [7, 7], "x": 14.5, "y": 1, "w": 1.5},
     98 
     99                 {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
    100                 {"matrix": [2, 1], "x": 1.75, "y": 2},
    101                 {"matrix": [2, 2], "x": 2.75, "y": 2},
    102                 {"matrix": [2, 3], "x": 3.75, "y": 2},
    103                 {"matrix": [2, 4], "x": 4.75, "y": 2},
    104                 {"matrix": [2, 5], "x": 5.75, "y": 2},
    105 
    106                 {"matrix": [7, 0], "x": 7.75, "y": 2},
    107                 {"matrix": [7, 1], "x": 8.75, "y": 2},
    108                 {"matrix": [7, 2], "x": 9.75, "y": 2},
    109                 {"matrix": [7, 3], "x": 10.75, "y": 2},
    110                 {"matrix": [7, 4], "x": 11.75, "y": 2},
    111                 {"matrix": [7, 5], "x": 12.75, "y": 2},
    112                 {"matrix": [7, 6], "x": 13.75, "y": 2, "w": 2.25},
    113 
    114                 {"matrix": [3, 0], "x": 0, "y": 3, "w": 2.25},
    115                 {"matrix": [3, 1], "x": 2.25, "y": 3},
    116                 {"matrix": [3, 2], "x": 3.25, "y": 3},
    117                 {"matrix": [3, 3], "x": 4.25, "y": 3},
    118                 {"matrix": [3, 4], "x": 5.25, "y": 3},
    119                 {"matrix": [3, 5], "x": 6.25, "y": 3},
    120 
    121                 {"matrix": [8, 0], "x": 8.25, "y": 3},
    122                 {"matrix": [8, 1], "x": 9.25, "y": 3},
    123                 {"matrix": [8, 2], "x": 10.25, "y": 3},
    124                 {"matrix": [8, 3], "x": 11.25, "y": 3},
    125                 {"matrix": [8, 4], "x": 12.25, "y": 3},
    126                 {"matrix": [8, 5], "x": 13.25, "y": 3, "w": 1.75},
    127                 {"matrix": [8, 6], "x": 15, "y": 3},
    128 
    129                 {"matrix": [4, 1], "x": 1.5, "y": 4},
    130                 {"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.5},
    131                 {"matrix": [4, 3], "x": 4, "y": 4, "w": 1.5},
    132                 {"matrix": [4, 4], "x": 5.5, "y": 4, "w": 1.25},
    133 
    134                 {"matrix": [9, 0], "x": 7.75, "y": 4, "w": 1.25},
    135                 {"matrix": [9, 1], "x": 9, "y": 4, "w": 2},
    136                 {"matrix": [9, 3], "x": 11, "y": 4, "w": 1.5},
    137                 {"matrix": [9, 4], "x": 12.5, "y": 4}
    138             ]
    139         }
    140     }
    141 }