qmk_firmware

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

keyboard.json (2339B)


      1 {
      2     "keyboard_name": "RART4X4",
      3     "manufacturer": "Alabahuy",
      4     "maintainer": "Alabahuy",
      5     "usb": {
      6         "vid": "0x414C",
      7         "pid": "0x0004",
      8         "device_version": "0.0.1"
      9     },
     10     "ws2812": {
     11         "pin": "D3"
     12     },
     13     "rgblight": {
     14         "saturation_steps": 8,
     15         "brightness_steps": 8,
     16         "led_count": 7,
     17         "max_brightness": 240,
     18         "sleep": true,
     19         "animations": {
     20             "breathing": true,
     21             "rainbow_mood": true,
     22             "rainbow_swirl": true,
     23             "snake": true,
     24             "knight": true,
     25             "christmas": true,
     26             "static_gradient": true,
     27             "rgb_test": true,
     28             "alternating": true,
     29             "twinkle": true
     30         }
     31     },
     32     "features": {
     33         "bootmagic": true,
     34         "encoder": true,
     35         "extrakey": true,
     36         "mousekey": true,
     37         "nkro": true,
     38         "rgblight": true
     39     },
     40     "qmk": {
     41         "locking": {
     42             "enabled": true,
     43             "resync": true
     44         }
     45     },
     46     "matrix_pins": {
     47         "cols": ["F7", "B2", "B5", "B4"],
     48         "rows": ["F4", "B6", "B3", "B1"]
     49     },
     50     "diode_direction": "COL2ROW",
     51     "encoder": {
     52         "rotary": [
     53             {"pin_a": "F6", "pin_b": "F5"},
     54             {"pin_a": "D7", "pin_b": "E6"}
     55         ]
     56     },
     57     "development_board": "promicro",
     58     "community_layouts": ["ortho_4x4"],
     59     "layouts": {
     60         "LAYOUT_ortho_4x4": {
     61             "layout": [
     62                 {"matrix": [0, 0], "x": 0, "y": 0},
     63                 {"matrix": [0, 1], "x": 1, "y": 0},
     64                 {"matrix": [0, 2], "x": 2, "y": 0},
     65                 {"matrix": [0, 3], "x": 3, "y": 0},
     66 
     67                 {"matrix": [1, 0], "x": 0, "y": 1},
     68                 {"matrix": [1, 1], "x": 1, "y": 1},
     69                 {"matrix": [1, 2], "x": 2, "y": 1},
     70                 {"matrix": [1, 3], "x": 3, "y": 1},
     71 
     72                 {"matrix": [2, 0], "x": 0, "y": 2},
     73                 {"matrix": [2, 1], "x": 1, "y": 2},
     74                 {"matrix": [2, 2], "x": 2, "y": 2},
     75                 {"matrix": [2, 3], "x": 3, "y": 2},
     76 
     77                 {"matrix": [3, 0], "x": 0, "y": 3},
     78                 {"matrix": [3, 1], "x": 1, "y": 3},
     79                 {"matrix": [3, 2], "x": 2, "y": 3},
     80                 {"matrix": [3, 3], "x": 3, "y": 3}
     81             ]
     82         }
     83     }
     84 }