qmk_firmware

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

keyboard.json (1624B)


      1 {
      2     "keyboard_name": "Retropad",
      3     "manufacturer": "Swiftrax",
      4     "url": "https://github.com/swiftrax",
      5     "maintainer": "swiftrax",
      6     "usb": {
      7         "vid": "0x04D8",
      8         "pid": "0xEB0C",
      9         "device_version": "0.0.1"
     10     },
     11     "features": {
     12         "bootmagic": true,
     13         "encoder": true,
     14         "extrakey": true,
     15         "mousekey": false,
     16         "nkro": false,
     17         "rgblight": true
     18     },
     19     "matrix_pins": {
     20         "cols": ["B4", "D2"],
     21         "rows": ["C7", "C6", "B5"]
     22     },
     23     "diode_direction": "COL2ROW",
     24     "encoder": {
     25         "rotary": [
     26             {"pin_a": "D0", "pin_b": "D1"}
     27         ]
     28     },
     29     "bootmagic": {
     30         "matrix": [1, 0]
     31     },
     32     "rgblight": {
     33         "saturation_steps": 8,
     34         "brightness_steps": 8,
     35         "led_count": 6,
     36         "animations": {
     37             "breathing": true,
     38             "rainbow_mood": true,
     39             "rainbow_swirl": true,
     40             "snake": true,
     41             "knight": true,
     42             "christmas": true,
     43             "static_gradient": true,
     44             "rgb_test": true,
     45             "alternating": true,
     46             "twinkle": true
     47         }
     48     },
     49     "ws2812": {
     50         "pin": "B7"
     51     },
     52     "processor": "atmega32u2",
     53     "bootloader": "atmel-dfu",
     54     "layouts": {
     55         "LAYOUT": {
     56             "layout": [
     57                 {"matrix": [0, 1], "x": 0.5, "y": 0},
     58 
     59                 {"matrix": [1, 0], "x": 0, "y": 1.5},
     60                 {"matrix": [1, 1], "x": 1, "y": 1.5},
     61 
     62                 {"matrix": [2, 0], "x": 0, "y": 2.5},
     63                 {"matrix": [2, 1], "x": 1, "y": 2.5}
     64             ]
     65         }
     66     }
     67 }