qmk_firmware

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

keyboard.json (1770B)


      1 {
      2     "keyboard_name": "quick7",
      3     "manufacturer": "yushakobo",
      4     "maintainer": "yushakobo",
      5     "usb": {
      6         "vid": "0x3265",
      7         "pid": "0x0002",
      8         "device_version": "0.0.1"
      9     },
     10     "encoder": {
     11         "rotary": [
     12             {"pin_a": "D1", "pin_b": "D0"},
     13             {"pin_a": "F5", "pin_b": "F6"}
     14         ]
     15     },
     16     "rgblight": {
     17         "saturation_steps": 8,
     18         "brightness_steps": 8,
     19         "led_count": 13,
     20         "sleep": true,
     21         "animations": {
     22             "rainbow_mood": true,
     23             "christmas": true,
     24             "static_gradient": true,
     25             "rgb_test": true
     26         }
     27     },
     28     "ws2812": {
     29         "pin": "D3"
     30     },
     31     "development_board": "promicro",
     32     "features": {
     33         "bootmagic": true,
     34         "command": true,
     35         "console": true,
     36         "encoder": true,
     37         "extrakey": true,
     38         "mousekey": false,
     39         "nkro": false,
     40         "rgblight": true
     41     },
     42     "qmk": {
     43         "locking": {
     44             "enabled": true,
     45             "resync": true
     46         }
     47     },
     48     "matrix_pins": {
     49         "direct": [
     50             ["D2", "D4", "F4"],
     51             ["D7", "B1", "B3"],
     52             ["E6", "B4", "B2"]
     53         ]
     54     },
     55     "layouts": {
     56         "LAYOUT": {
     57             "layout": [
     58                 {"x": 0, "y": 0, "matrix": [0, 0]},
     59                 {"x": 1, "y": 0, "matrix": [0, 1]},
     60                 {"x": 2, "y": 0, "matrix": [0, 2]},
     61                 {"x": 0, "y": 1, "matrix": [1, 0]},
     62                 {"x": 1, "y": 1, "matrix": [1, 1]},
     63                 {"x": 2, "y": 1, "matrix": [1, 2]},
     64                 {"x": 0, "y": 2, "matrix": [2, 0]},
     65                 {"x": 1, "y": 2, "matrix": [2, 1]},
     66                 {"x": 2, "y": 2, "matrix": [2, 2]}
     67             ]
     68         }
     69     }
     70 }