qmk_firmware

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

keyboard.json (2525B)


      1 {
      2     "usb": {
      3         "device_version": "1.0.0"
      4     },
      5     "rgblight": {
      6         "saturation_steps": 8,
      7         "brightness_steps": 8,
      8         "led_count": 7,
      9         "animations": {
     10             "breathing": true,
     11             "rainbow_mood": true,
     12             "rainbow_swirl": true,
     13             "snake": true,
     14             "knight": true,
     15             "christmas": true,
     16             "static_gradient": true,
     17             "rgb_test": true,
     18             "alternating": true,
     19             "twinkle": true
     20         }
     21     },
     22     "ws2812": {
     23         "pin": "D3"
     24     },
     25     "matrix_pins": {
     26         "cols": ["F5", "F6", "F7", "B1", "B3", "B2", "B6"],
     27         "rows": ["D4", "D7", "E6", "B4", "B5"]
     28     },
     29     "diode_direction": "COL2ROW",
     30     "features": {
     31         "bootmagic": false,
     32         "command": true,
     33         "extrakey": true,
     34         "mousekey": true,
     35         "nkro": false
     36     },
     37     "qmk": {
     38         "locking": {
     39             "enabled": true,
     40             "resync": true
     41         }
     42     },
     43     "layouts": {
     44         "LAYOUT": {
     45             "layout": [
     46                 {"matrix": [0, 0], "x": 0, "y": 0},
     47 
     48                 {"matrix": [0, 1], "x": 1.5, "y": 0},
     49                 {"matrix": [0, 2], "x": 2.5, "y": 0},
     50                 {"matrix": [0, 3], "x": 3.5, "y": 0},
     51                 {"matrix": [0, 4], "x": 4.5, "y": 0},
     52                 {"matrix": [0, 5], "x": 5.5, "y": 0},
     53 
     54                 {"matrix": [1, 1], "x": 1.75, "y": 1},
     55                 {"matrix": [1, 2], "x": 2.75, "y": 1},
     56                 {"matrix": [1, 3], "x": 3.75, "y": 1},
     57                 {"matrix": [1, 4], "x": 4.75, "y": 1},
     58                 {"matrix": [1, 5], "x": 5.75, "y": 1},
     59 
     60                 {"matrix": [2, 0], "x": 0, "y": 2},
     61                 {"matrix": [2, 1], "x": 1, "y": 2},
     62                 {"matrix": [2, 2], "x": 2, "y": 2},
     63                 {"matrix": [2, 3], "x": 3, "y": 2},
     64                 {"matrix": [2, 4], "x": 4, "y": 2},
     65                 {"matrix": [2, 5], "x": 5.25, "y": 2},
     66                 {"matrix": [2, 6], "x": 6.25, "y": 2},
     67 
     68                 {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.5},
     69                 {"matrix": [3, 1], "x": 1.5, "y": 3},
     70                 {"matrix": [3, 4], "x": 3.75, "y": 3},
     71                 {"matrix": [3, 5], "x": 4.75, "y": 3},
     72                 {"matrix": [3, 6], "x": 5.75, "y": 3},
     73 
     74                 {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.5},
     75                 {"matrix": [4, 5], "x": 5.5, "y": 4.25, "h": 1.5},
     76                 {"matrix": [4, 6], "x": 6.5, "y": 4.75, "h": 2}
     77             ]
     78         }
     79     }
     80 }