qmk_firmware

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

keyboard.json (1996B)


      1 {
      2     "keyboard_name": "Mixi",
      3     "manufacturer": "gregorio",
      4     "url": "https://tokopedia.com/sell-stuffs",
      5     "maintainer": "ohchiko",
      6     "usb": {
      7         "vid": "0x4752",
      8         "pid": "0x4D49",
      9         "device_version": "0.0.1"
     10     },
     11     "rgblight": {
     12         "saturation_steps": 8,
     13         "brightness_steps": 8,
     14         "led_count": 5,
     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": "B5"
     31     },
     32     "encoder": {
     33         "rotary": [
     34             {"pin_a": "D7", "pin_b": "E6"},
     35             {"pin_a": "B1", "pin_b": "B3"}
     36         ]
     37     },
     38     "development_board": "promicro",
     39     "features": {
     40         "bootmagic": false,
     41         "command": true,
     42         "console": true,
     43         "encoder": true,
     44         "extrakey": true,
     45         "mousekey": false,
     46         "nkro": false,
     47         "rgblight": true
     48     },
     49     "qmk": {
     50         "locking": {
     51             "enabled": true,
     52             "resync": true
     53         }
     54     },
     55     "matrix_pins": {
     56         "direct": [
     57             ["D1", "D4", "F4"],
     58             ["D0", "B4", "F5"],
     59             ["C6", "F7", "B6"]
     60         ]
     61     },
     62     "layouts": {
     63         "LAYOUT": {
     64             "layout": [
     65                 {"x": 0, "y": 0, "matrix": [0, 0]},
     66                 {"x": 1, "y": 0, "matrix": [0, 1]},
     67                 {"x": 2, "y": 0, "matrix": [0, 2]},
     68                 {"x": 0, "y": 1, "matrix": [1, 0]},
     69                 {"x": 1, "y": 1, "matrix": [1, 1]},
     70                 {"x": 2, "y": 1, "matrix": [1, 2]},
     71                 {"x": 0, "y": 2, "matrix": [2, 0]},
     72                 {"x": 1, "y": 2, "matrix": [2, 1]},
     73                 {"x": 2, "y": 2, "matrix": [2, 2]}
     74             ]
     75         }
     76     }
     77 }