qmk_firmware

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

keyboard.json (3716B)


      1 {
      2     "manufacturer": "1upkeyboards",
      3     "keyboard_name": "1upslider8",
      4     "maintainer": "ziptyze",
      5     "processor": "RP2040",
      6     "bootloader": "rp2040",
      7     "usb": {
      8         "device_version": "1.0.0",
      9         "pid": "0x5611",
     10         "vid": "0x6F75"
     11     },
     12     "dynamic_keymap": {
     13         "layer_count": 10
     14     },
     15     "features": {
     16         "bootmagic": true,
     17         "extrakey": true,
     18         "mousekey": true,
     19         "nkro": false,
     20         "oled": true,
     21         "midi":true,
     22         "rgb_matrix": true,
     23         "encoder": true
     24     },
     25     "encoder": {
     26         "rotary": [
     27             {
     28                 "pin_a": "GP21",
     29                 "pin_b": "GP22"
     30             }
     31         ]
     32     },
     33     "matrix_pins": {
     34         "direct": [
     35             ["GP27", "GP17", "GP18", "GP19", "GP20", "GP15", "GP14", "GP13", "GP16"]
     36         ]
     37     },
     38     "bootmagic": {
     39         "matrix": [0, 1]
     40     },
     41     "ws2812": {
     42         "pin": "GP26",
     43         "driver": "vendor"
     44     },
     45     "rgb_matrix": {
     46         "animations": {
     47             "gradient_up_down": true,
     48             "gradient_left_right": true,
     49             "breathing": true,
     50             "band_sat": true,
     51             "band_val": true,
     52             "band_pinwheel_sat": true,
     53             "band_pinwheel_val": true,
     54             "band_spiral_sat": true,
     55             "band_spiral_val": true,
     56             "cycle_all": true,
     57             "cycle_left_right": true,
     58             "cycle_up_down": true,
     59             "rainbow_moving_chevron":true,
     60             "cycle_out_in": true,
     61             "cycle_out_in_dual": true,
     62             "cycle_pinwheel": true,
     63             "cycle_spiral": true,
     64             "dual_beacon": true,
     65             "rainbow_beacon": true,
     66             "rainbow_pinwheels": true,
     67             "raindrops": true,
     68             "jellybean_raindrops": true,
     69 	        "hue_breathing": true,
     70             "hue_pendulum": true,
     71             "hue_wave": true,
     72             "typing_heatmap": true,
     73             "solid_reactive_simple": true,
     74 	        "solid_reactive": true,
     75             "solid_reactive_wide": true,
     76             "solid_reactive_multiwide": true,
     77             "solid_reactive_cross": true,
     78             "solid_reactive_multicross": true,
     79             "solid_reactive_nexus": true,
     80             "solid_reactive_multinexus": true,
     81             "splash": true,
     82             "multisplash": true,
     83             "solid_splash": true,
     84             "solid_multisplash": true
     85         },
     86         "driver": "ws2812",
     87         "layout": [
     88             { "flags": 4, "matrix": [0, 1], "x": 28, "y": 16 },
     89             { "flags": 4, "matrix": [0, 2], "x": 84, "y": 16 },
     90             { "flags": 4, "matrix": [0, 3], "x": 140, "y": 16 },
     91             { "flags": 4, "matrix": [0, 4], "x": 196, "y": 16 },
     92             { "flags": 4, "matrix": [0, 5], "x": 28, "y": 48 },
     93             { "flags": 4, "matrix": [0, 6], "x": 84, "y": 48 },
     94             { "flags": 4, "matrix": [0, 7], "x": 140, "y": 48 },
     95             { "flags": 4, "matrix": [0, 8], "x": 196, "y": 48 }
     96         ],
     97         "sleep": true
     98     },
     99     "layouts": {
    100         "LAYOUT": {
    101             "layout": [
    102                 { "label": "enc", "matrix": [0, 0], "x": 3, "y": 0 },
    103                 { "label": "1", "matrix": [0, 1], "x": 0, "y": 1 },
    104                 { "label": "2", "matrix": [0, 2], "x": 1, "y": 1 },
    105                 { "label": "3", "matrix": [0, 3], "x": 2, "y": 1 },
    106                 { "label": "4", "matrix": [0, 4], "x": 3, "y": 1 },
    107                 { "label": "5", "matrix": [0, 5], "x": 0, "y": 2 },
    108                 { "label": "6", "matrix": [0, 6], "x": 1, "y": 2 },
    109                 { "label": "7", "matrix": [0, 7], "x": 2, "y": 2 },
    110                 { "label": "8", "matrix": [0, 8], "x": 3, "y": 2 }
    111             ]
    112         }
    113     }
    114 }