qmk_firmware

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

keyboard.json (1855B)


      1 {
      2     "keyboard_name": "nano. slider",
      3     "manufacturer": "keebwerk.",
      4     "maintainer": "qmk",
      5     "usb": {
      6         "vid": "0x03A8",
      7         "pid": "0x0000",
      8         "device_version": "0.0.1"
      9     },
     10     "matrix_pins": {
     11         "cols": ["B0", "B1", "B2", "B3"],
     12         "rows": ["F0", "F1"]
     13     },
     14     "diode_direction": "COL2ROW",
     15     "backlight": {
     16         "pin": "B7",
     17         "breathing": true
     18     },
     19     "rgblight": {
     20         "saturation_steps": 8,
     21         "brightness_steps": 8,
     22         "led_count": 4,
     23         "sleep": true,
     24         "animations": {
     25             "breathing": true,
     26             "rainbow_mood": true,
     27             "rainbow_swirl": true,
     28             "snake": true,
     29             "knight": true,
     30             "christmas": true,
     31             "static_gradient": true,
     32             "rgb_test": true,
     33             "alternating": true,
     34             "twinkle": true
     35         }
     36     },
     37     "ws2812": {
     38         "pin": "F6"
     39     },
     40     "processor": "atmega32u4",
     41     "bootloader": "atmel-dfu",
     42     "features": {
     43         "bootmagic": true,
     44         "mousekey": true,
     45         "extrakey": true,
     46         "nkro": true,
     47         "rgblight": true,
     48         "midi": true
     49     },
     50     "qmk": {
     51         "locking": {
     52             "enabled": true,
     53             "resync": true
     54         }
     55     },
     56     "build": {
     57         "lto": true
     58     },
     59     "layouts": {
     60         "LAYOUT": {
     61             "layout": [
     62                 {"matrix": [1, 1], "x": 0, "y": 0},
     63 
     64                 {"matrix": [1, 2], "x": 0, "y": 1.25},
     65                 {"matrix": [1, 0], "x": 1, "y": 1.25},
     66                 {"matrix": [0, 0], "x": 2, "y": 1.25},
     67 
     68                 {"matrix": [0, 1], "x": 0, "y": 2.25},
     69                 {"matrix": [0, 2], "x": 1, "y": 2.25},
     70                 {"matrix": [0, 3], "x": 2, "y": 2.25},
     71                 {"matrix": [1, 3], "x": 3, "y": 1.25, "h": 2}
     72             ]
     73         }
     74     }
     75 }