qmk_firmware

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

keyboard.json (1022B)


      1 {
      2   "keyboard_name": "9Key",
      3   "manufacturer": "Bishop Keyboards",
      4   "maintainer": "qmk",
      5   "usb": {
      6     "vid": "0xFEED",
      7     "pid": "0x0007",
      8     "device_version": "0.0.1"
      9   },
     10   "rgblight": {
     11     "led_count": 1
     12   },
     13   "ws2812": {
     14     "pin": "F7"
     15   },
     16   "features": {
     17     "bootmagic": false,
     18     "extrakey": true,
     19     "mousekey": true,
     20     "nkro": true,
     21     "unicode": true
     22   },
     23   "matrix_pins": {
     24     "cols": ["F4", "F5", "F6"],
     25     "rows": ["D1", "D0", "D4"]
     26   },
     27   "diode_direction": "COL2ROW",
     28   "processor": "atmega32u4",
     29   "bootloader": "caterina",
     30   "layouts": {
     31     "LAYOUT": {
     32       "layout": [
     33         {"matrix": [0, 0], "x": 0, "y": 0},
     34         {"matrix": [0, 1], "x": 1, "y": 0},
     35         {"matrix": [0, 2], "x": 2, "y": 0},
     36 
     37         {"matrix": [1, 0], "x": 0, "y": 1},
     38         {"matrix": [1, 1], "x": 1, "y": 1},
     39         {"matrix": [1, 2], "x": 2, "y": 1},
     40 
     41         {"matrix": [2, 0], "x": 0, "y": 2},
     42         {"matrix": [2, 1], "x": 1, "y": 2},
     43         {"matrix": [2, 2], "x": 2, "y": 2}
     44       ]
     45     }
     46   }
     47 }