qmk_firmware

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

info.json (2772B)


      1 {
      2     "keyboard_name": "pi50",
      3     "manufacturer": "1upkeyboards",
      4     "maintainer": "ziptyze",
      5     "processor": "RP2040",
      6     "bootloader": "rp2040",
      7     "board": "GENERIC_RP_RP2040",
      8     "usb": {
      9         "vid": "0x6F75",
     10         "pid": "0x5606",
     11         "device_version": "1.0.0"
     12     },
     13     "diode_direction": "COL2ROW",
     14     "dynamic_keymap": {
     15         "layer_count": 10
     16     },
     17     "features": {
     18         "bootmagic": true,
     19         "extrakey": true,
     20         "mousekey": true,
     21         "nkro": false,
     22         "rgb_matrix": true,
     23         "oled": true
     24     },
     25     "qmk": {
     26         "locking": {
     27             "enabled": true,
     28             "resync": true
     29         }
     30     },
     31     "matrix_pins": {
     32         "rows": ["GP20", "GP15", "GP19", "GP14", "GP18", "GP13", "GP17", "GP12", "GP16", "GP21"],
     33         "cols": ["GP1",  "GP2",  "GP3",  "GP4",  "GP5",  "GP6",  "GP9"]
     34     },
     35     "encoder": {
     36         "enabled": true,
     37         "rotary": [
     38             {"pin_a": "GP8", "pin_b": "GP7"}
     39         ]
     40     },
     41     "rgb_matrix": {
     42         "driver": "ws2812",
     43         "max_brightness": 150,
     44         "animations": {
     45             "alphas_mods": true,
     46             "gradient_up_down": true,
     47             "gradient_left_right": true,
     48             "breathing": true,
     49             "band_sat": true,
     50             "band_val": true,
     51             "band_pinwheel_sat": true,
     52             "band_pinwheel_val": true,
     53             "band_spiral_sat": true,
     54             "band_spiral_val": true,
     55             "cycle_all": true,
     56             "cycle_left_right": true,
     57             "cycle_up_down": true,
     58             "cycle_out_in": true,
     59             "cycle_out_in_dual": true,
     60             "rainbow_moving_chevron": true,
     61             "cycle_pinwheel": true,
     62             "cycle_spiral": true,
     63             "dual_beacon": true,
     64             "rainbow_beacon": true,
     65             "rainbow_pinwheels": true,
     66             "raindrops": true,
     67             "jellybean_raindrops": true,
     68             "hue_breathing": true,
     69             "hue_pendulum": true,
     70             "hue_wave": true,
     71             "pixel_fractal": true,
     72             "pixel_flow": true,
     73             "pixel_rain": true,
     74             "typing_heatmap": true,
     75             "digital_rain": true,
     76             "solid_reactive_simple": true,
     77             "solid_reactive": true,
     78             "solid_reactive_wide": true,
     79             "solid_reactive_multiwide": true,
     80             "solid_reactive_cross": true,
     81             "solid_reactive_multicross": true,
     82             "solid_reactive_nexus": true,
     83             "solid_reactive_multinexus": true,
     84             "splash": true,
     85             "multisplash": true,
     86             "solid_splash": true,
     87             "solid_multisplash": true
     88         },
     89         "sleep": true
     90     },
     91     "ws2812": {
     92         "pin": "GP0",
     93         "driver": "vendor"
     94     }
     95 }