qmk_firmware

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

keyboard.json (1120B)


      1 {
      2     "keyboard_name": "lemonpad",
      3     "manufacturer": "dari-studios",
      4     "maintainer": "dari-studios",
      5     "usb": {
      6         "vid": "0x6473",
      7         "pid": "0x4C50",
      8         "device_version": "0.0.1"
      9     },
     10     "processor": "atmega32u4",
     11     "bootloader": "caterina",
     12     "build": {
     13         "lto": true
     14     },
     15     "features": {
     16         "bootmagic": true,
     17         "command": true,
     18         "console": true,
     19         "extrakey": true,
     20         "mousekey": true,
     21         "nkro": true
     22     },
     23     "qmk": {
     24         "locking": {
     25             "enabled": true,
     26             "resync": true
     27         }
     28     },
     29     "matrix_pins": {
     30         "direct": [
     31             ["E6", "D7", "C6"],
     32             ["B4", "B5", "D4"]
     33         ]
     34     },
     35     "layouts": {
     36         "LAYOUT": {
     37             "layout": [
     38                 {"x": 0, "y": 0, "matrix": [0, 0]},
     39                 {"x": 1, "y": 0, "matrix": [0, 1]},
     40                 {"x": 2, "y": 0, "matrix": [0, 2]},
     41 
     42                 {"x": 0, "y": 1, "matrix": [1, 0]},
     43                 {"x": 1, "y": 1, "matrix": [1, 1]},
     44                 {"x": 2, "y": 1, "matrix": [1, 2]}
     45             ]
     46         }
     47     }
     48 }