qmk_firmware

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

keyboard.json (1249B)


      1 {
      2     "keyboard_name": "NK1",
      3     "manufacturer": "Yiancar-Designs",
      4     "url": "www.yiancar-designs.com",
      5     "maintainer": "yiancar",
      6     "usb": {
      7         "vid": "0x8968",
      8         "pid": "0x4E4D",
      9         "device_version": "0.0.1"
     10     },
     11     "rgblight": {
     12         "saturation_steps": 8,
     13         "brightness_steps": 8,
     14         "led_count": 9,
     15         "sleep": true,
     16         "animations": {
     17             "breathing": true,
     18             "rainbow_mood": true,
     19             "rainbow_swirl": true,
     20             "snake": true,
     21             "knight": true,
     22             "christmas": true,
     23             "static_gradient": true,
     24             "rgb_test": true,
     25             "alternating": true,
     26             "twinkle": true
     27         }
     28     },
     29     "ws2812": {
     30         "pin": "F0"
     31     },
     32     "processor": "atmega32u4",
     33     "bootloader": "atmel-dfu",
     34     "features": {
     35         "bootmagic": true,
     36         "extrakey": true,
     37         "mousekey": true,
     38         "nkro": true,
     39         "rgblight": true
     40     },
     41     "matrix_pins": {
     42         "direct": [
     43             ["D4"]
     44         ]
     45     },
     46     "community_layouts": ["ortho_1x1"],
     47     "layouts": {
     48         "LAYOUT_ortho_1x1": {
     49             "layout": [
     50                 {"x": 0, "y": 0, "matrix": [0, 0]}
     51             ]
     52         }
     53     }
     54 }