qmk_firmware

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

keyboard.json (1139B)


      1 {
      2   "keyboard_name": "NCC-1701-KB",
      3   "manufacturer": "J2L Designs",
      4   "maintainer": "jessel92",
      5   "usb": {
      6     "vid": "0xFEED",
      7     "pid": "0x1701",
      8     "device_version": "0.0.1"
      9   },
     10   "features": {
     11     "backlight": true,
     12     "bootmagic": false,
     13     "encoder": true,
     14     "extrakey": true,
     15     "mousekey": true,
     16     "nkro": true,
     17     "unicode": true
     18   },
     19   "matrix_pins": {
     20     "cols": ["B4", "B5", "B6"],
     21     "rows": ["D4", "D6", "D7"]
     22   },
     23   "diode_direction": "ROW2COL",
     24   "backlight": {
     25     "pin": "B7",
     26     "breathing": true
     27   },
     28   "encoder": {
     29     "rotary": [
     30       {"pin_a": "D0", "pin_b": "D1"}
     31     ]
     32   },
     33   "processor": "atmega32u4",
     34   "bootloader": "atmel-dfu",
     35   "layouts": {
     36     "LAYOUT": {
     37       "layout": [
     38         {"matrix": [0, 0], "x": 0, "y": 0},
     39         {"matrix": [0, 1], "x": 1, "y": 0},
     40         {"matrix": [0, 2], "x": 2, "y": 0},
     41 
     42         {"matrix": [1, 0], "x": 0, "y": 1},
     43         {"matrix": [1, 1], "x": 1, "y": 1},
     44         {"matrix": [1, 2], "x": 2, "y": 1},
     45 
     46         {"matrix": [2, 0], "x": 0, "y": 2},
     47         {"matrix": [2, 1], "x": 1, "y": 2},
     48         {"matrix": [2, 2], "x": 2, "y": 2}
     49       ]
     50     }
     51   }
     52 }