qmk_firmware

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

keyboard.json (1444B)


      1 {
      2     "manufacturer": "ShandonCodes",
      3     "keyboard_name": "RiotPad",
      4     "maintainer": "ShandonCodes",
      5     "bootloader": "stm32-dfu",
      6     "diode_direction": "COL2ROW",
      7     "features": {
      8         "bootmagic": true,
      9         "nkro": true,
     10         "rgblight": true,
     11         "extrakey": true
     12     },
     13     "matrix_pins": {
     14         "cols": ["B14", "A8", "A9"],
     15         "rows": ["B13", "B15"]
     16     },
     17     "processor": "STM32F072",
     18     "rgblight": {
     19         "animations": {
     20             "alternating": true,
     21             "breathing": true,
     22             "christmas": true,
     23             "knight": true,
     24             "rainbow_mood": true,
     25             "rainbow_swirl": true,
     26             "rgb_test": true,
     27             "snake": true,
     28             "static_gradient": true,
     29             "twinkle": true
     30         },
     31         "led_count": 12
     32     },
     33     "usb": {
     34         "device_version": "1.0.0",
     35         "pid": "0x1000",
     36         "vid": "0x7877"
     37     },
     38     "ws2812": {
     39         "driver": "spi",
     40         "pin": "A7"
     41     },
     42     "community_layouts": ["ortho_2x3"],
     43     "layouts": {
     44         "LAYOUT_ortho_2x3": {
     45             "layout": [
     46                 {"matrix": [0, 0], "x": 0, "y": 0},
     47                 {"matrix": [0, 1], "x": 1, "y": 0},
     48                 {"matrix": [0, 2], "x": 2, "y": 0},
     49                 {"matrix": [1, 0], "x": 0, "y": 1},
     50                 {"matrix": [1, 1], "x": 1, "y": 1},
     51                 {"matrix": [1, 2], "x": 2, "y": 1}
     52             ]
     53         }
     54     }
     55 }