qmk_firmware

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

keyboard.json (3592B)


      1 {
      2     "manufacturer": "Hazel",
      3     "keyboard_name": "Bad Wings v2",
      4     "maintainer": "jasonhazel",
      5     "bootloader": "stm32-dfu",
      6     "diode_direction": "COL2ROW",
      7     "features": {
      8         "bootmagic": true,
      9         "extrakey": true,
     10         "mousekey": true,
     11         "pointing_device": true
     12     },
     13     "matrix_pins": {
     14         "cols": ["F1", "F0", "C15", "C14", "C13"],
     15         "rows": ["B11", "B10", "B2", "B1", "B3", "B4", "B5", "B6"]
     16     },
     17     "processor": "STM32F072",
     18     "url": "https://github.com/hazels-garage/bad-wings/tree/master/v2",
     19     "usb": {
     20         "device_version": "1.0.0",
     21         "pid": "0x4258",
     22         "vid": "0x4A48"
     23     },
     24     "community_layouts": ["split_3x5_3"],
     25     "layouts": {
     26         "LAYOUT_split_3x5_3": {
     27             "layout": [
     28                 {"label": "00", "matrix": [0, 0], "x": 0, "y": 0.75, "w": 1},
     29                 {"label": "01", "matrix": [0, 1], "x": 1, "y": 0.5, "w": 1},
     30                 {"label": "02", "matrix": [0, 2], "x": 2, "y": 0, "w": 1},
     31                 {"label": "03", "matrix": [0, 3], "x": 3, "y": 0.25, "w": 1},
     32                 {"label": "04", "matrix": [0, 4], "x": 4, "y": 0.36, "w": 1},
     33                 {"label": "44", "matrix": [4, 4], "x": 8, "y": 0.36, "w": 1},
     34                 {"label": "43", "matrix": [4, 3], "x": 9, "y": 0.25, "w": 1},
     35                 {"label": "42", "matrix": [4, 2], "x": 10, "y": 0, "w": 1},
     36                 {"label": "41", "matrix": [4, 1], "x": 11, "y": 0.5, "w": 1},
     37                 {"label": "40", "matrix": [4, 0], "x": 12, "y": 0.75, "w": 1},
     38                 {"label": "10", "matrix": [1, 0], "x": 0, "y": 1.75, "w": 1},
     39                 {"label": "11", "matrix": [1, 1], "x": 1, "y": 1.5, "w": 1},
     40                 {"label": "12", "matrix": [1, 2], "x": 2, "y": 1, "w": 1},
     41                 {"label": "13", "matrix": [1, 3], "x": 3, "y": 1.25, "w": 1},
     42                 {"label": "14", "matrix": [1, 4], "x": 4, "y": 1.36, "w": 1},
     43                 {"label": "54", "matrix": [5, 4], "x": 8, "y": 1.36, "w": 1},
     44                 {"label": "53", "matrix": [5, 3], "x": 9, "y": 1.25, "w": 1},
     45                 {"label": "52", "matrix": [5, 2], "x": 10, "y": 1, "w": 1},
     46                 {"label": "51", "matrix": [5, 1], "x": 11, "y": 1.5, "w": 1},
     47                 {"label": "50", "matrix": [5, 0], "x": 12, "y": 1.75, "w": 1},
     48                 {"label": "20", "matrix": [2, 0], "x": 0, "y": 2.75, "w": 1},
     49                 {"label": "21", "matrix": [2, 1], "x": 1, "y": 2.5, "w": 1},
     50                 {"label": "22", "matrix": [2, 2], "x": 2, "y": 2, "w": 1},
     51                 {"label": "23", "matrix": [2, 3], "x": 3, "y": 2.25, "w": 1},
     52                 {"label": "24", "matrix": [2, 4], "x": 4, "y": 2.36, "w": 1},
     53                 {"label": "64", "matrix": [6, 4], "x": 8, "y": 2.36, "w": 1},
     54                 {"label": "63", "matrix": [6, 3], "x": 9, "y": 2.25, "w": 1},
     55                 {"label": "62", "matrix": [6, 2], "x": 10, "y": 2, "w": 1},
     56                 {"label": "61", "matrix": [6, 1], "x": 11, "y": 2.5, "w": 1},
     57                 {"label": "60", "matrix": [6, 0], "x": 12, "y": 2.75, "w": 1},
     58                 {"label": "32", "matrix": [3, 2], "x": 3, "y": 3.25, "w": 1},
     59                 {"label": "33", "matrix": [3, 3], "x": 4, "y": 3.36, "w": 1},
     60                 {"label": "34", "matrix": [3, 4], "x": 5, "y": 3.47, "w": 1},
     61                 {"label": "74", "matrix": [7, 4], "x": 7, "y": 3.47, "w": 1},
     62                 {"label": "73", "matrix": [7, 3], "x": 8, "y": 3.36, "w": 1},
     63                 {"label": "72", "matrix": [7, 2], "x": 9, "y": 3.25, "w": 1}
     64             ]
     65         }
     66     }
     67 }