qmk_firmware

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

keyboard.json (2068B)


      1 {
      2     "keyboard_name": "Octopad+",
      3     "manufacturer": "DeskDaily",
      4     "maintainer": "DeskDaily",
      5     "usb": {
      6         "vid": "0xD812",
      7         "pid": "0x0014",
      8         "device_version": "0.0.1"
      9     },
     10     "features": {
     11         "bootmagic": true,
     12         "encoder": true,
     13         "extrakey": true,
     14         "mousekey": true,
     15         "nkro": true,
     16         "rgblight": true
     17     },
     18     "matrix_pins": {
     19         "cols": ["E6", "F5", "C7", "D7", "F4", "D2"],
     20         "rows": ["F6", "D3"]
     21     },
     22     "diode_direction": "COL2ROW",
     23     "encoder": {
     24         "rotary": [
     25             {"pin_a": "F0", "pin_b": "F1", "resolution": 5},
     26             {"pin_a": "D1", "pin_b": "D0", "resolution": 5}
     27         ]
     28     },
     29     "qmk": {
     30         "tap_keycode_delay": 10,
     31         "locking": {
     32             "enabled": true,
     33             "resync": true
     34         }
     35     },
     36     "processor": "atmega32u4",
     37     "bootloader": "atmel-dfu",
     38         "rgblight": {
     39         "animations": {
     40             "alternating": true,
     41             "breathing": true,
     42             "christmas": true,
     43             "knight": true,
     44             "rainbow_mood": true,
     45             "rainbow_swirl": true,
     46             "rgb_test": true,
     47             "snake": true,
     48             "static_gradient": true,
     49             "twinkle": true
     50         },
     51         "brightness_steps": 8,
     52         "led_count": 8,
     53         "saturation_steps": 8,
     54         "sleep": true
     55     },
     56     "ws2812": {
     57         "pin": "F7"
     58     },
     59     "layouts": {
     60         "LAYOUT": {
     61             "layout": [
     62                 {"matrix": [0, 4], "x": 0, "y": 0},
     63                 {"matrix": [1, 5], "x": 3, "y": 0},
     64 
     65                 {"matrix": [0, 0], "x": 0, "y": 1.25},
     66                 {"matrix": [0, 1], "x": 1, "y": 1.25},
     67                 {"matrix": [0, 2], "x": 2, "y": 1.25},
     68                 {"matrix": [0, 3], "x": 3, "y": 1.25},
     69 
     70                 {"matrix": [1, 0], "x": 0, "y": 2.25},
     71                 {"matrix": [1, 1], "x": 1, "y": 2.25},
     72                 {"matrix": [1, 2], "x": 2, "y": 2.25},
     73                 {"matrix": [1, 3], "x": 3, "y": 2.25}
     74             ]
     75         }
     76     }
     77 }