qmk_firmware

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

keyboard.json (1733B)


      1 {
      2     "keyboard_name": "[n]9",
      3     "manufacturer": "Neil Brian Ramirez",
      4     "maintainer": "Neil Brian Ramirez",
      5     "usb": {
      6         "vid": "0xD812",
      7         "pid": "0x0012",
      8         "device_version": "0.0.1"
      9     },
     10     "features": {
     11         "bootmagic": true,
     12         "extrakey": true,
     13         "mousekey": true,
     14         "nkro": false,
     15         "rgblight": true
     16     },
     17     "qmk": {
     18         "locking": {
     19             "enabled": true,
     20             "resync": true
     21         }
     22     },
     23     "matrix_pins": {
     24         "cols": ["F6", "F7", "D4"],
     25         "rows": ["F4", "B1", "B3"]
     26     },
     27     "diode_direction": "COL2ROW",
     28     "rgblight": {
     29         "saturation_steps": 8,
     30         "brightness_steps": 8,
     31         "led_count": 8,
     32         "sleep": true,
     33         "animations": {
     34             "breathing": true,
     35             "rainbow_mood": true,
     36             "rainbow_swirl": true,
     37             "snake": true,
     38             "knight": true,
     39             "christmas": true,
     40             "static_gradient": true,
     41             "rgb_test": true,
     42             "alternating": true,
     43             "twinkle": true
     44         }
     45     },
     46     "ws2812": {
     47         "pin": "F5"
     48     },
     49     "development_board": "promicro",
     50     "layouts": {
     51         "LAYOUT": {
     52             "layout": [
     53                 {"matrix": [0, 0], "x": 0, "y": 0},
     54                 {"matrix": [0, 1], "x": 1, "y": 0},
     55                 {"matrix": [0, 2], "x": 2, "y": 0},
     56 
     57                 {"matrix": [1, 0], "x": 0, "y": 1},
     58                 {"matrix": [1, 1], "x": 1, "y": 1},
     59                 {"matrix": [1, 2], "x": 2, "y": 1},
     60 
     61                 {"matrix": [2, 0], "x": 0, "y": 2},
     62                 {"matrix": [2, 1], "x": 1, "y": 2},
     63                 {"matrix": [2, 2], "x": 2, "y": 2}
     64             ]
     65         }
     66     }
     67 }