qmk_firmware

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

keyboard.json (706B)


      1 {
      2   "keyboard_name": "Drink Me",
      3   "manufacturer": "Yatara",
      4   "url": "https://github.com/yatara-cc",
      5   "maintainer": "yatara-cc",
      6   "usb": {
      7     "vid": "0x5961",
      8     "pid": "0x1470",
      9     "device_version": "0.0.1"
     10   },
     11   "processor": "atmega32u2",
     12   "bootloader": "atmel-dfu",
     13   "features": {
     14     "bootmagic": true,
     15     "extrakey": false,
     16     "mousekey": false,
     17     "nkro": false
     18   },
     19   "matrix_pins": {
     20     "direct": [
     21       ["B4", "B5", "B6", "B7"]
     22     ]
     23   },
     24   "layouts": {
     25     "LAYOUT": {
     26       "layout": [
     27         {"x": 0, "y": 0, "matrix": [0, 0]},
     28         {"x": 1, "y": 0, "matrix": [0, 1]},
     29         {"x": 2, "y": 0, "matrix": [0, 2]},
     30         {"x": 3, "y": 0, "matrix": [0, 3]}
     31       ]
     32     }
     33   }
     34 }