qmk_firmware

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

keyboard.json (1381B)


      1 {
      2     "keyboard_name": "[n]2",
      3     "manufacturer": "Neil Brian Ramirez",
      4     "maintainer": "Neil Brian Ramirez",
      5     "usb": {
      6         "vid": "0x0717",
      7         "pid": "0x0003",
      8         "device_version": "0.0.1"
      9     },
     10     "features": {
     11         "bootmagic": true,
     12         "extrakey": true,
     13         "mousekey": false,
     14         "nkro": false,
     15         "rgblight": true
     16     },
     17     "qmk": {
     18         "locking": {
     19             "enabled": true,
     20             "resync": true
     21         }
     22     },
     23     "matrix_pins": {
     24         "cols": ["F0", "C6"],
     25         "rows": ["F1", "C7"]
     26     },
     27     "diode_direction": "COL2ROW",
     28     "rgblight": {
     29         "saturation_steps": 8,
     30         "brightness_steps": 8,
     31         "led_count": 2,
     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": "D4"
     48     },
     49     "processor": "atmega32u4",
     50     "bootloader": "atmel-dfu",
     51     "layouts": {
     52         "LAYOUT": {
     53             "layout": [
     54                 {"matrix": [0, 0], "x": 0, "y": 0},
     55                 {"matrix": [1, 1], "x": 0, "y": 1}
     56             ]
     57         }
     58     }
     59 }