qmk_firmware

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

keyboard.json (3459B)


      1 {
      2     "keyboard_name": "Freebird Numpad Pro",
      3     "manufacturer": "KeebsForAll",
      4     "url": "https://keebsforall.com/products/fb-numpad-pro",
      5     "maintainer": "e11i0t23",
      6     "usb": {
      7         "vid": "0x6B66",
      8         "pid": "0x1014",
      9         "device_version": "0.0.1"
     10     },
     11     "features": {
     12         "bootmagic": true,
     13         "encoder": true,
     14         "extrakey": true,
     15         "mousekey": true,
     16         "nkro": false
     17     },
     18     "qmk": {
     19         "locking": {
     20             "enabled": true,
     21             "resync": true
     22         }
     23     },
     24     "matrix_pins": {
     25         "cols": ["C7", "B2", "B1", "B0"],
     26         "rows": ["D3", "B7", "B6", "B5", "B4", "B3"]
     27     },
     28     "diode_direction": "COL2ROW",
     29     "encoder": {
     30         "rotary": [
     31             {"pin_a": "D4", "pin_b": "D5"}
     32         ]
     33     },
     34     "processor": "atmega32u2",
     35     "bootloader": "atmel-dfu",
     36     "community_layouts": ["numpad_6x4", "ortho_6x4"],
     37     "layouts": {
     38         "LAYOUT_numpad_6x4": {
     39             "layout": [
     40                 {"matrix": [0, 0], "x": 0, "y": 0},
     41                 {"matrix": [0, 1], "x": 1, "y": 0},
     42                 {"matrix": [0, 2], "x": 2, "y": 0},
     43                 {"matrix": [0, 3], "x": 3, "y": 0},
     44 
     45                 {"matrix": [1, 0], "x": 0, "y": 1},
     46                 {"matrix": [1, 1], "x": 1, "y": 1},
     47                 {"matrix": [1, 2], "x": 2, "y": 1},
     48                 {"matrix": [1, 3], "x": 3, "y": 1},
     49 
     50                 {"matrix": [2, 0], "x": 0, "y": 2},
     51                 {"matrix": [2, 1], "x": 1, "y": 2},
     52                 {"matrix": [2, 2], "x": 2, "y": 2},
     53 
     54                 {"matrix": [3, 0], "x": 0, "y": 3},
     55                 {"matrix": [3, 1], "x": 1, "y": 3},
     56                 {"matrix": [3, 2], "x": 2, "y": 3},
     57                 {"matrix": [2, 3], "x": 3, "y": 2, "h": 2},
     58 
     59                 {"matrix": [4, 0], "x": 0, "y": 4},
     60                 {"matrix": [4, 1], "x": 1, "y": 4},
     61                 {"matrix": [4, 2], "x": 2, "y": 4},
     62 
     63                 {"matrix": [5, 0], "x": 0, "y": 5, "w": 2},
     64                 {"matrix": [5, 2], "x": 2, "y": 5},
     65                 {"matrix": [4, 3], "x": 3, "y": 4, "h": 2}
     66             ]
     67         },
     68         "LAYOUT_ortho_6x4": {
     69             "layout": [
     70                 {"matrix": [0, 0], "x": 0, "y": 0},
     71                 {"matrix": [0, 1], "x": 1, "y": 0},
     72                 {"matrix": [0, 2], "x": 2, "y": 0},
     73                 {"matrix": [0, 3], "x": 3, "y": 0},
     74 
     75                 {"matrix": [1, 0], "x": 0, "y": 1},
     76                 {"matrix": [1, 1], "x": 1, "y": 1},
     77                 {"matrix": [1, 2], "x": 2, "y": 1},
     78                 {"matrix": [1, 3], "x": 3, "y": 1},
     79 
     80                 {"matrix": [2, 0], "x": 0, "y": 2},
     81                 {"matrix": [2, 1], "x": 1, "y": 2},
     82                 {"matrix": [2, 2], "x": 2, "y": 2},
     83                 {"matrix": [2, 3], "x": 3, "y": 2},
     84 
     85                 {"matrix": [3, 0], "x": 0, "y": 3},
     86                 {"matrix": [3, 1], "x": 1, "y": 3},
     87                 {"matrix": [3, 2], "x": 2, "y": 3},
     88                 {"matrix": [3, 3], "x": 3, "y": 3},
     89 
     90                 {"matrix": [4, 0], "x": 0, "y": 4},
     91                 {"matrix": [4, 1], "x": 1, "y": 4},
     92                 {"matrix": [4, 2], "x": 2, "y": 4},
     93                 {"matrix": [4, 3], "x": 3, "y": 4},
     94 
     95                 {"matrix": [5, 0], "x": 0, "y": 5},
     96                 {"matrix": [5, 1], "x": 1, "y": 5},
     97                 {"matrix": [5, 2], "x": 2, "y": 5},
     98                 {"matrix": [5, 3], "x": 3, "y": 5}
     99             ]
    100         }
    101     }
    102 }