qmk_firmware

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

keyboard.json (1917B)


      1 {
      2     "keyboard_name": "10bleoledhub",
      3     "manufacturer": "haierwangwei2005",
      4     "url": "https://github.com/haierwangwei2005/10BLE-OLED-HUB",
      5     "maintainer": "haierwangwei2005",
      6     "usb": {
      7         "vid": "0x7C88",
      8         "pid": "0x7C99",
      9         "device_version": "0.0.1"
     10     },
     11     "features": {
     12         "bluetooth": true,
     13         "bootmagic": true,
     14         "encoder": true,
     15         "extrakey": true,
     16         "mousekey": true,
     17         "nkro": false,
     18         "oled": true
     19     },
     20     "bluetooth": {
     21         "driver": "bluefruit_le"
     22     },
     23     "rgblight": {
     24         "led_count": 4,
     25         "animations": {
     26             "breathing": true,
     27             "rainbow_mood": true,
     28             "rainbow_swirl": true,
     29             "snake": true,
     30             "knight": true,
     31             "christmas": true,
     32             "static_gradient": true,
     33             "rgb_test": true,
     34             "alternating": true,
     35             "twinkle": true
     36         }
     37     },
     38     "ws2812": {
     39         "pin": "B7"
     40     },
     41     "matrix_pins": {
     42         "cols": ["D6", "D7", "B5"],
     43         "rows": ["F0", "F5", "F4", "F6"]
     44     },
     45     "diode_direction": "ROW2COL",
     46     "encoder": {
     47         "rotary": [
     48             {"pin_a": "C7", "pin_b": "F7"}
     49         ]
     50     },
     51     "processor": "atmega32u4",
     52     "bootloader": "caterina",
     53     "layouts": {
     54         "LAYOUT": {
     55             "layout": [
     56                 {"matrix": [0, 0], "x": 0, "y": 0, "w": 0.8, "h": 0.8},
     57 
     58                 {"matrix": [1, 0], "x": 0, "y": 1},
     59                 {"matrix": [1, 1], "x": 1, "y": 1},
     60                 {"matrix": [1, 2], "x": 2, "y": 1},
     61 
     62                 {"matrix": [2, 0], "x": 0, "y": 2},
     63                 {"matrix": [2, 1], "x": 1, "y": 2},
     64                 {"matrix": [2, 2], "x": 2, "y": 2},
     65 
     66                 {"matrix": [3, 0], "x": 0, "y": 3},
     67                 {"matrix": [3, 1], "x": 1, "y": 3},
     68                 {"matrix": [3, 2], "x": 2, "y": 3}
     69             ]
     70         }
     71     }
     72 }