qmk_firmware

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

keyboard.json (1349B)


      1 {
      2     "keyboard_name": "ErgoTaco",
      3     "manufacturer": "g Heavy Industries",
      4     "url": "http://gboards.ca",
      5     "maintainer": "germ",
      6     "usb": {
      7         "vid": "0xFEED",
      8         "pid": "0x1337",
      9         "device_version": "0.0.1"
     10     },
     11     "processor": "atmega32u4",
     12     "bootloader": "atmel-dfu",
     13     "features": {
     14         "bootmagic": false,
     15         "mousekey": false,
     16         "extrakey": true,
     17         "console": true,
     18         "command": true
     19     },
     20     "qmk": {
     21         "locking": {
     22             "enabled": true,
     23             "resync": true
     24         }
     25     },
     26     "tapping": {
     27         "toggle": 1
     28     },
     29     "layouts": {
     30         "LAYOUT": {
     31             "layout": [
     32                 {"matrix": [11, 0], "x": 0, "y": 1},
     33                 {"matrix": [10, 0], "x": 1, "y": 0.5},
     34                 {"matrix": [9, 0], "x": 2, "y": 0.25},
     35                 {"matrix": [8, 0], "x": 3, "y": 0},
     36                 {"matrix": [7, 0], "x": 4, "y": 0.75},
     37                 {"matrix": [6, 0], "x": 5, "y": 1.5},
     38 
     39                 {"matrix": [0, 0], "x": 7, "y": 1.5},
     40                 {"matrix": [1, 0], "x": 8, "y": 0.75},
     41                 {"matrix": [2, 0], "x": 9, "y": 0},
     42                 {"matrix": [3, 0], "x": 10, "y": 0.25},
     43                 {"matrix": [4, 0], "x": 11, "y": 0.5},
     44                 {"matrix": [5, 0], "x": 12, "y": 1}
     45             ]
     46         }
     47     }
     48 }