qmk_firmware

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

keyboard.json (7523B)


      1 {
      2     "keyboard_name": "Buff75",
      3     "processor": "STM32F103",
      4     "bootloader": "stm32duino",
      5     "manufacturer": "HereVoLand",
      6     "maintainer": "Here VoLand @Vem",
      7     "usb": {
      8         "vid": "0xB727",
      9         "pid": "0xB727",
     10         "device_version": "0.0.1"
     11     },
     12     "features": {
     13         "bootmagic": true,
     14         "mousekey": true,
     15         "extrakey": true,
     16         "nkro": true,
     17         "rgblight": true
     18     },
     19     "rgblight": {
     20         "led_count": 1,
     21         "brightness_steps": 8,
     22         "saturation_steps": 8,
     23         "sleep": true,
     24         "animations": {
     25             "breathing": true,
     26             "rainbow_mood": true,
     27             "rainbow_swirl": true,
     28             "snake": true,
     29             "knight": true,
     30             "christmas": true,
     31             "static_gradient": true,
     32             "alternating": true,
     33             "twinkle": true
     34         }
     35     }, 
     36     "ws2812": {
     37         "pin": "B2"
     38     },
     39     "diode_direction": "COL2ROW",
     40     "matrix_pins": {
     41         "cols": ["B9", "B8", "B7", "B6", "B5", "B4", "B3", "A15", "A8", "B15", "B14", "B13", "B12", "A3", "A4" ],
     42         "rows": ["A5", "B10", "B1", "B0", "A7", "A6"]
     43     },
     44     "layouts": {
     45         "LAYOUT": { 
     46             "layout": [
     47                         {"label":"Esc", "matrix": [0,0], "x":0, "y":0},
     48                         {"label":"F1", "matrix": [0,1], "x":1.5, "y":0},
     49                         {"label":"F2", "matrix": [0,2], "x":2.5, "y":0},
     50                         {"label":"F3", "matrix": [0,3], "x":3.5, "y":0},
     51                         {"label":"F4", "matrix": [0,4], "x":4.5, "y":0},
     52                         {"label":"F5", "matrix": [0,6], "x":6, "y":0},
     53                         {"label":"F6", "matrix": [0,7], "x":7, "y":0},
     54                         {"label":"F7", "matrix": [0,8], "x":8, "y":0},
     55                         {"label":"F8", "matrix": [0,9], "x":9, "y":0},
     56                         {"label":"F9", "matrix": [0,10], "x":10.5, "y":0},
     57                         {"label":"F10", "matrix": [0,11], "x":11.5, "y":0},
     58                         {"label":"F11", "matrix": [0,12], "x":12.5, "y":0},
     59                         {"label":"F12", "matrix": [0,13], "x":13.5, "y":0},
     60                         {"label":"Home", "matrix": [0,14], "x":15, "y":0},
     61 
     62                         {"label":"`~", "matrix": [1,0], "x":0, "y":1.25},
     63                         {"label":"1!", "matrix": [1,1], "x":1, "y":1.25},
     64                         {"label":"2@", "matrix": [1,2], "x":2, "y":1.25},
     65                         {"label":"3#", "matrix": [1,3], "x":3, "y":1.25},
     66                         {"label":"4$", "matrix": [1,4], "x":4, "y":1.25},
     67                         {"label":"5%", "matrix": [1,5], "x":5, "y":1.25},
     68                         {"label":"6^", "matrix": [1,6], "x":6, "y":1.25},
     69                         {"label":"7&", "matrix": [1,7], "x":7, "y":1.25},
     70                         {"label":"8*", "matrix": [1,8], "x":8, "y":1.25},
     71                         {"label":"9(", "matrix": [1,9], "x":9, "y":1.25},
     72                         {"label":"0)", "matrix": [1,10], "x":10, "y":1.25},
     73                         {"label":"-_", "matrix": [1,11], "x":11, "y":1.25},
     74                         {"label":"=+", "matrix": [1,12], "x":12, "y":1.25},
     75                         {"label":"Backspace", "matrix": [1,13], "x":13, "y":1.25},
     76                         {"label":"Page Up", "matrix": [1,14], "x":15, "y":1.25},
     77 
     78                         {"label":"Tab", "matrix": [2,0], "x":0, "y":2.25, "w":1.5},
     79                         {"label":"Q", "matrix": [2,1], "x":1.5, "y":2.25},
     80                         {"label":"W", "matrix": [2,2], "x":2.5, "y":2.25},
     81                         {"label":"E", "matrix": [2,3], "x":3.5, "y":2.25},
     82                         {"label":"R", "matrix": [2,4], "x":4.5, "y":2.25}, 
     83                         {"label":"T", "matrix": [2,5], "x":5.5, "y":2.25},
     84                         {"label":"Y", "matrix": [2,6], "x":6.5, "y":2.25},
     85                         {"label":"U", "matrix": [2,7], "x":7.5, "y":2.25},
     86                         {"label":"I", "matrix": [2,8], "x":8.5, "y":2.25},
     87                         {"label":"O", "matrix": [2,9], "x":9.5, "y":2.25},
     88                         {"label":"P", "matrix": [2,10], "x":10.5, "y":2.25},
     89                         {"label":"[", "matrix": [2,11], "x":11.5, "y":2.25},
     90                         {"label":"]", "matrix": [2,12], "x":12.5, "y":2.25},
     91                         {"label":"\\", "matrix": [2,13], "x":13.5, "y":2.25, "w":1.5},
     92                         {"label":"Page Down", "matrix": [2,14], "x":15, "y":2.25},
     93 
     94                         {"label":"Caps Lock", "matrix": [3,0], "x":0, "y":3.25, "w":1.75},
     95                         {"label":"A", "matrix": [3,1], "x":1.75, "y":3.25},
     96                         {"label":"S", "matrix": [3,2], "x":2.75, "y":3.25},
     97                         {"label":"D", "matrix": [3,3], "x":3.75, "y":3.25},
     98                         {"label":"F", "matrix": [3,4], "x":4.75, "y":3.25},
     99                         {"label":"G", "matrix": [3,5], "x":5.75, "y":3.25},
    100                         {"label":"H", "matrix": [3,6], "x":6.75, "y":3.25},
    101                         {"label":"J", "matrix": [3,7], "x":7.75, "y":3.25},
    102                         {"label":"K", "matrix": [3,8], "x":8.75, "y":3.25},
    103                         {"label":"L", "matrix": [3,9], "x":9.75, "y":3.25},
    104                         {"label":";", "matrix": [3,10], "x":10.75, "y":3.25},
    105                         {"label":"'", "matrix": [3,11], "x":11.75, "y":3.25},
    106                         {"label":"Enter", "matrix": [3,13], "x":12.75, "y":3.25, "w":2.25},
    107                         {"label":"End", "matrix": [3,14], "x":15, "y":3.25},
    108 
    109                         {"label":"Shift", "matrix": [4,0], "x":0, "y":4.25, "w":2.25},
    110                         {"label":"Z", "matrix": [4,2], "x":2.25, "y":4.25},
    111                         {"label":"X", "matrix": [4,3], "x":3.25, "y":4.25},
    112                         {"label":"C", "matrix": [4,4], "x":4.25, "y":4.25},
    113                         {"label":"V", "matrix": [4,5], "x":5.25, "y":4.25},
    114                         {"label":"B", "matrix": [4,6], "x":6.25, "y":4.25},
    115                         {"label":"N", "matrix": [4,7], "x":7.25, "y":4.25},
    116                         {"label":"M", "matrix": [4,8], "x":8.25, "y":4.25},
    117                         {"label":",", "matrix": [4,9], "x":9.25, "y":4.25},
    118                         {"label":".", "matrix": [4,10], "x":10.25, "y":4.25},
    119                         {"label":"/", "matrix": [4,11], "x":11.25, "y":4.25},
    120                         {"label":"Shift", "matrix": [4,12], "x":12.25, "y":4.25, "w":1.75},
    121                         {"label":"Up", "matrix": [4,13], "x":14, "y":4.25},
    122                         {"label":"End", "matrix": [4,14], "x":15, "y":4.25},
    123 
    124                         {"label":"Ctrl", "matrix": [5,0], "x":0, "y":5.25, "w":1.25},
    125                         {"label":"Win", "matrix": [5,1], "x":1.25, "y":5.25, "w":1.25},
    126                         {"label":"Alt", "matrix": [5,2], "x":2.5, "y":5.25, "w":1.25},
    127                         {"label":"Space", "matrix": [5,6], "x":3.75, "y":5.25, "w":6.25},
    128                         {"label":"Alt", "matrix": [5,10], "x":10, "y":5.25, "w":1.25},
    129                         {"label":"Fn", "matrix": [5,11], "x":11.25, "y":5.25, "w":1.25},
    130                         {"label":"Left", "matrix": [5,12], "x":13, "y":5.25},
    131                         {"label":"Down", "matrix": [5,13], "x":14, "y":5.25},
    132                         {"label":"Right", "matrix": [5,14], "x":15, "y":5.25}
    133             ]
    134         }
    135     }
    136 }