qmk_firmware

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

keyboard.json (3114B)


      1 {
      2     "manufacturer": "Yiancar-Designs",
      3     "keyboard_name": "Skelett 40",
      4     "maintainer": "Yiancar-Designs",
      5     "bootloader": "stm32-dfu",
      6     "diode_direction": "COL2ROW",
      7     "features": {
      8         "bootmagic": true,
      9         "extrakey": true,
     10         "mousekey": true,
     11         "nkro": true
     12     },
     13     "matrix_pins": {
     14         "cols": ["A1", "B1", "B0", "A7", "A6", "A5", "A4", "A3", "B2", "B10", "B11", "B12"],
     15         "rows": ["A2", "B9", "B8", "B5"]
     16     },
     17     "processor": "STM32F072",
     18     "url": "https://yiancar-designs.com",
     19     "usb": {
     20         "device_version": "0.0.1",
     21         "pid": "0x7337",
     22         "vid": "0x8968"
     23     },
     24     "layouts": {
     25         "LAYOUT": {
     26             "layout": [
     27                 {"matrix": [0, 0], "x": 0, "y": 0},
     28                 {"matrix": [0, 1], "x": 1, "y": 0},
     29                 {"matrix": [0, 2], "x": 2, "y": 0},
     30                 {"matrix": [0, 3], "x": 3, "y": 0},
     31                 {"matrix": [0, 4], "x": 4, "y": 0},
     32                 {"matrix": [0, 5], "x": 5, "y": 0},
     33                 {"matrix": [0, 6], "x": 6, "y": 0},
     34                 {"matrix": [0, 7], "x": 7, "y": 0},
     35                 {"matrix": [0, 8], "x": 8, "y": 0},
     36                 {"matrix": [0, 9], "x": 9, "y": 0},
     37                 {"matrix": [0, 10], "x": 10, "y": 0},
     38                 {"matrix": [0, 11], "x": 11, "y": 0},
     39                 {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.25},
     40                 {"matrix": [1, 1], "x": 1.25, "y": 1},
     41                 {"matrix": [1, 2], "x": 2.25, "y": 1},
     42                 {"matrix": [1, 3], "x": 3.25, "y": 1},
     43                 {"matrix": [1, 4], "x": 4.25, "y": 1},
     44                 {"matrix": [1, 5], "x": 5.25, "y": 1},
     45                 {"matrix": [1, 6], "x": 6.25, "y": 1},
     46                 {"matrix": [1, 7], "x": 7.25, "y": 1},
     47                 {"matrix": [1, 8], "x": 8.25, "y": 1},
     48                 {"matrix": [1, 9], "x": 9.25, "y": 1},
     49                 {"matrix": [1, 11], "x": 10.25, "y": 1, "w": 1.75},
     50                 {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
     51                 {"matrix": [2, 1], "x": 1.75, "y": 2},
     52                 {"matrix": [2, 2], "x": 2.75, "y": 2},
     53                 {"matrix": [2, 3], "x": 3.75, "y": 2},
     54                 {"matrix": [2, 4], "x": 4.75, "y": 2},
     55                 {"matrix": [2, 5], "x": 5.75, "y": 2},
     56                 {"matrix": [2, 6], "x": 6.75, "y": 2},
     57                 {"matrix": [2, 7], "x": 7.75, "y": 2},
     58                 {"matrix": [2, 8], "x": 8.75, "y": 2},
     59                 {"matrix": [2, 9], "x": 9.75, "y": 2, "w": 1.25},
     60                 {"matrix": [2, 11], "x": 11, "y": 2},
     61                 {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25},
     62                 {"matrix": [3, 1], "x": 1.25, "y": 3},
     63                 {"matrix": [3, 2], "x": 2.25, "y": 3, "w": 1.25},
     64                 {"matrix": [3, 3], "x": 3.5, "y": 3, "w": 2.25},
     65                 {"matrix": [3, 6], "x": 5.75, "y": 3, "w": 2.75},
     66                 {"matrix": [3, 9], "x": 8.5, "y": 3, "w": 1.25},
     67                 {"matrix": [3, 10], "x": 9.75, "y": 3},
     68                 {"matrix": [3, 11], "x": 10.75, "y": 3, "w": 1.25}
     69             ]
     70         }
     71     }
     72 }