qmk_firmware

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

keyboard.json (1306B)


      1 {
      2   "keyboard_name": "Nano",
      3   "manufacturer": "di0ib",
      4   "maintainer": "qmk",
      5   "usb": {
      6     "vid": "0x4025",
      7     "pid": "0x0007",
      8     "device_version": "0.0.1"
      9   },
     10   "rgblight": {
     11     "led_count": 6,
     12     "animations": {
     13       "breathing": true,
     14       "rainbow_mood": true,
     15       "rainbow_swirl": true,
     16       "snake": true,
     17       "knight": true,
     18       "christmas": true,
     19       "static_gradient": true,
     20       "rgb_test": true,
     21       "alternating": true,
     22       "twinkle": true
     23     }
     24   },
     25   "ws2812": {
     26     "pin": "D3"
     27   },
     28   "development_board": "promicro",
     29   "features": {
     30     "bootmagic": false,
     31     "extrakey": true,
     32     "mousekey": true,
     33     "nkro": true,
     34     "rgblight": true,
     35     "unicode": true
     36   },
     37   "matrix_pins": {
     38     "direct": [
     39       ["F4", "F5", "F6", "F7"],
     40       ["D1", "D0", "D4", "C6"]
     41     ]
     42   },
     43   "layout_aliases": {
     44     "LAYOUT": "LAYOUT_ortho_2x4"
     45   },
     46   "layouts": {
     47     "LAYOUT_ortho_2x4": {
     48       "layout": [
     49         {"x": 0, "y": 0, "matrix": [0, 0]},
     50         {"x": 1, "y": 0, "matrix": [0, 1]},
     51         {"x": 2, "y": 0, "matrix": [0, 2]},
     52         {"x": 3, "y": 0, "matrix": [0, 3]},
     53         {"x": 0, "y": 1, "matrix": [1, 0]},
     54         {"x": 1, "y": 1, "matrix": [1, 1]},
     55         {"x": 2, "y": 1, "matrix": [1, 2]},
     56         {"x": 3, "y": 1, "matrix": [1, 3]}
     57       ]
     58     }
     59   }
     60 }