qmk_firmware

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

keyboard.json (1238B)


      1 {
      2     "manufacturer": "Prota Designs",
      3     "keyboard_name": "Printed Pad",
      4     "maintainer": "noahbei",
      5     "bootloader": "stm32-dfu",
      6     "diode_direction": "COL2ROW",
      7     "features": {
      8         "bootmagic": true,
      9         "extrakey": true,
     10         "mousekey": true,
     11         "nkro": true,
     12         "oled": true
     13     },
     14     "matrix_pins": {
     15         "cols": ["B2", "B1", "B0"],
     16         "rows": ["A10", "C9", "A8", "A9"]
     17     },
     18     "processor": "STM32F072",
     19     "usb": {
     20         "device_version": "1.0.0",
     21         "pid": "0x0001",
     22         "vid": "0x5064"
     23     },
     24     "layouts": {
     25         "LAYOUT": {
     26             "layout": [
     27                 { "matrix": [0, 0], "x": 0, "y": 0 },
     28                 
     29                 { "matrix": [1, 0], "x": 0, "y": 1 },
     30                 { "matrix": [1, 1], "x": 1, "y": 1 },
     31                 { "matrix": [1, 2], "x": 2, "y": 1 },
     32                 
     33                 { "matrix": [2, 0], "x": 0, "y": 2 },
     34                 { "matrix": [2, 1], "x": 1, "y": 2 },
     35                 { "matrix": [2, 2], "x": 2, "y": 2 },
     36                 
     37                 { "matrix": [3, 0], "x": 0, "y": 3 },
     38                 { "matrix": [3, 1], "x": 1, "y": 3 },
     39                 { "matrix": [3, 2], "x": 2, "y": 3 }
     40             ]
     41         }
     42     }
     43 }