qmk_firmware

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

keyboard.json (1830B)


      1 {
      2     "manufacturer": "RarePotato8DE",
      3     "keyboard_name": "3x3macropad",
      4     "maintainer": "RarePotato8DE",
      5     "development_board": "promicro",
      6     "build": {
      7         "lto": true
      8     },
      9     "diode_direction": "COL2ROW",
     10     "encoder": {
     11         "rotary": [
     12             {"pin_a": "F4", "pin_b": "B1"}
     13         ]
     14     },
     15     "features": {
     16         "bootmagic": true,
     17         "encoder": true,
     18         "extrakey": true,
     19         "nkro": true,
     20         "oled": true,
     21         "rgblight": true
     22     },
     23     "matrix_pins": {
     24         "cols": ["D7", "B3", "B2"],
     25         "rows": ["F7", "B5", "B6"]
     26     },
     27     "rgblight": {
     28         "animations": {
     29             "alternating": true,
     30             "breathing": true,
     31             "rainbow_mood": true,
     32             "rainbow_swirl": true,
     33             "snake": true,
     34             "static_gradient": true
     35         },
     36         "led_count": 6
     37     },
     38     "url": "https://github.com/rarepotato8de/3x3macropad",
     39     "usb": {
     40         "device_version": "0.0.1",
     41         "pid": "0x0001",
     42         "vid": "0x5353"
     43     },
     44     "ws2812": {
     45         "pin": "E6"
     46     },
     47     "community_layouts": ["ortho_3x3"],
     48     "layouts": {
     49         "LAYOUT_ortho_3x3": {
     50             "layout": [
     51                 {"label": "k00", "matrix": [0, 0], "x": 0, "y": 0},
     52                 {"label": "k01", "matrix": [0, 1], "x": 1, "y": 0},
     53                 {"label": "k02", "matrix": [0, 2], "x": 2, "y": 0},
     54                 {"label": "k10", "matrix": [1, 0], "x": 0, "y": 1},
     55                 {"label": "k11", "matrix": [1, 1], "x": 1, "y": 1},
     56                 {"label": "k12", "matrix": [1, 2], "x": 2, "y": 1},
     57                 {"label": "k20", "matrix": [2, 0], "x": 0, "y": 2},
     58                 {"label": "k21", "matrix": [2, 1], "x": 1, "y": 2},
     59                 {"label": "k22", "matrix": [2, 2], "x": 2, "y": 2}
     60             ]
     61         }
     62     }
     63 }