qmk_firmware

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

keyboard.json (1116B)


      1 {
      2   "keyboard_name": "Creator Pro",
      3   "manufacturer": "SergioPoverony",
      4   "url": "https://github.com/sergiopoverony",
      5   "maintainer": "SergioPoverony",
      6   "usb": {
      7     "vid": "0x8B1E",
      8     "pid": "0x0C00",
      9     "device_version": "0.0.1"
     10   },
     11   "encoder": {
     12     "rotary": [
     13       {"pin_a": "D2", "pin_b": "D3", "resolution": 1}
     14     ]
     15   },
     16   "development_board": "promicro",
     17   "features": {
     18     "bootmagic": false,
     19     "command": true,
     20     "console": true,
     21     "encoder": true,
     22     "extrakey": true,
     23     "mousekey": true,
     24     "nkro": false
     25   },
     26   "matrix_pins": {
     27     "direct": [
     28       ["D1", "D4", "C6", "D7", "E6", "B2", "B3", "B1", "F7"]
     29     ]
     30   },
     31   "layouts": {
     32     "LAYOUT": {
     33       "layout": [
     34         {"x": 0, "y": 0, "matrix": [0, 0]},
     35         {"x": 1, "y": 0, "matrix": [0, 1]},
     36         {"x": 2, "y": 0, "matrix": [0, 2]},
     37         {"x": 3, "y": 0, "matrix": [0, 3]},
     38         {"x": 4.5, "y": 0.5, "matrix": [0, 4]},
     39         {"x": 0, "y": 1, "matrix": [0, 5]},
     40         {"x": 1, "y": 1, "matrix": [0, 6]},
     41         {"x": 2, "y": 1, "matrix": [0, 7]},
     42         {"x": 3, "y": 1, "matrix": [0, 8]}
     43       ]
     44     }
     45   }
     46 }