qmk_firmware

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

keyboard.json (3275B)


      1 {
      2     "keyboard_name": "kt3700",
      3     "manufacturer": "keyten",
      4     "maintainer": "key10iq",
      5     "usb": {
      6         "vid": "0xEB69",
      7         "pid": "0x3700",
      8         "device_version": "0.0.1"
      9     },
     10     "features": {
     11         "bootmagic": true,
     12         "extrakey": true,
     13         "mousekey": true,
     14         "nkro": true
     15     },
     16     "matrix_pins": {
     17         "cols": ["B0", "B13", "B9", "B8"],
     18         "rows": ["B12", "B7", "B5", "B4", "B3", "A15"]
     19     },
     20     "diode_direction": "COL2ROW",
     21     "indicators": {
     22         "num_lock": "B6"
     23     },
     24     "processor": "STM32F401",
     25     "bootloader": "stm32-dfu",
     26     "layout_aliases": {
     27         "LAYOUT_all": "LAYOUT_ortho_6x4"
     28     },
     29     "community_layouts": ["numpad_6x4", "ortho_6x4"],
     30     "layouts": {
     31         "LAYOUT_numpad_6x4": {
     32             "layout": [
     33                 {"matrix": [0, 0], "x": 0, "y": 0},
     34                 {"matrix": [0, 1], "x": 1, "y": 0},
     35                 {"matrix": [0, 2], "x": 2, "y": 0},
     36                 {"matrix": [0, 3], "x": 3, "y": 0},
     37 
     38                 {"matrix": [1, 0], "x": 0, "y": 2},
     39                 {"matrix": [1, 1], "x": 1, "y": 2},
     40                 {"matrix": [1, 2], "x": 2, "y": 2},
     41                 {"matrix": [1, 3], "x": 3, "y": 2},
     42 
     43                 {"matrix": [2, 0], "x": 0, "y": 3},
     44                 {"matrix": [2, 1], "x": 1, "y": 3},
     45                 {"matrix": [2, 2], "x": 2, "y": 3},
     46 
     47                 {"matrix": [3, 0], "x": 0, "y": 4},
     48                 {"matrix": [3, 1], "x": 1, "y": 4},
     49                 {"matrix": [3, 2], "x": 2, "y": 4},
     50                 {"matrix": [3, 3], "x": 3, "y": 3, "h": 2},
     51 
     52                 {"matrix": [4, 0], "x": 0, "y": 5},
     53                 {"matrix": [4, 1], "x": 1, "y": 5},
     54                 {"matrix": [4, 2], "x": 2, "y": 5},
     55 
     56                 {"matrix": [5, 1], "x": 0, "y": 6, "w": 2},
     57                 {"matrix": [5, 2], "x": 2, "y": 6},
     58                 {"matrix": [5, 3], "x": 3, "y": 5, "h": 2}
     59             ]
     60         },
     61         "LAYOUT_ortho_6x4": {
     62             "layout": [
     63                 {"matrix": [0, 0], "x": 0, "y": 0},
     64                 {"matrix": [0, 1], "x": 1, "y": 0},
     65                 {"matrix": [0, 2], "x": 2, "y": 0},
     66                 {"matrix": [0, 3], "x": 3, "y": 0},
     67 
     68                 {"matrix": [1, 0], "x": 0, "y": 2},
     69                 {"matrix": [1, 1], "x": 1, "y": 2},
     70                 {"matrix": [1, 2], "x": 2, "y": 2},
     71                 {"matrix": [1, 3], "x": 3, "y": 2},
     72 
     73                 {"matrix": [2, 0], "x": 0, "y": 3},
     74                 {"matrix": [2, 1], "x": 1, "y": 3},
     75                 {"matrix": [2, 2], "x": 2, "y": 3},
     76                 {"matrix": [2, 3], "x": 3, "y": 3},
     77 
     78                 {"matrix": [3, 0], "x": 0, "y": 4},
     79                 {"matrix": [3, 1], "x": 1, "y": 4},
     80                 {"matrix": [3, 2], "x": 2, "y": 4},
     81                 {"matrix": [3, 3], "x": 3, "y": 4},
     82 
     83                 {"matrix": [4, 0], "x": 0, "y": 5},
     84                 {"matrix": [4, 1], "x": 1, "y": 5},
     85                 {"matrix": [4, 2], "x": 2, "y": 5},
     86                 {"matrix": [4, 3], "x": 3, "y": 5},
     87 
     88                 {"matrix": [5, 0], "x": 0, "y": 6},
     89                 {"matrix": [5, 1], "x": 1, "y": 6},
     90                 {"matrix": [5, 2], "x": 2, "y": 6},
     91                 {"matrix": [5, 3], "x": 3, "y": 6}
     92             ]
     93         }
     94     }
     95 }