qmk_firmware

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

keyboard.json (4258B)


      1 {
      2     "manufacturer": "1upkeyboards",
      3     "keyboard_name": "1upocarina",
      4     "maintainer": "ziptyze",
      5     "processor": "RP2040",
      6     "bootloader": "rp2040",
      7     "board": "GENERIC_RP_RP2040",
      8     "usb": {
      9         "device_version": "1.0.0",
     10         "pid": "0x5607",
     11         "vid": "0x6F75"
     12     },
     13     "dynamic_keymap": {
     14         "layer_count": 10
     15     },
     16     "features": {
     17         "bootmagic": true,
     18         "encoder": true,
     19         "extrakey": true,
     20         "mousekey": true,
     21         "nkro": false,
     22         "rgb_matrix": true
     23     },
     24     "encoder": {
     25         "enabled": true,
     26         "rotary": [
     27             {
     28                 "pin_a": "GP25", "pin_b": "GP26"
     29             }
     30         ]
     31     },
     32     "matrix_pins": {
     33         "direct": [
     34             ["GP28", "GP29", "GP27", "GP1", "GP2"]
     35         ]
     36     },
     37     "ws2812": {
     38         "driver": "vendor",
     39         "pin": "GP24"
     40     },
     41     "rgb_matrix": {
     42         "animations": {
     43             "gradient_left_right": true,
     44             "breathing": true,
     45             "band_sat": true,
     46             "band_val": true,
     47             "band_pinwheel_sat": true,
     48             "band_pinwheel_val": true,
     49             "band_spiral_sat": true,
     50             "band_spiral_val": true,
     51             "cycle_all": true,
     52             "cycle_left_right": true,
     53             "cycle_up_down": true,
     54             "rainbow_moving_chevron": true,
     55             "cycle_out_in": true,
     56             "cycle_out_in_dual": true,
     57             "cycle_pinwheel": true,
     58             "cycle_spiral": true,
     59             "dual_beacon": true,
     60             "rainbow_beacon": true,
     61             "rainbow_pinwheels": true,
     62             "raindrops": true,
     63             "jellybean_raindrops": true,
     64             "hue_breathing": true,
     65             "hue_pendulum": true,
     66             "hue_wave": true,
     67             "typing_heatmap": true,
     68             "solid_reactive_simple": true,
     69             "solid_reactive": true,
     70             "solid_reactive_wide": true,
     71             "solid_reactive_multiwide": true,
     72             "solid_reactive_cross": true,
     73             "solid_reactive_multicross": true,
     74             "solid_reactive_nexus": true,
     75             "solid_reactive_multinexus": true,
     76             "splash": true,
     77             "multisplash": true,
     78             "solid_splash": true,
     79             "solid_multisplash": true
     80         },
     81         "driver": "ws2812",
     82         "layout": [
     83         { "flags": 4, "matrix": [0, 0], "x": 23, "y": 26 },
     84         { "flags": 4, "matrix": [0, 1], "x": 62, "y": 26 },
     85         { "flags": 4, "matrix": [0, 2], "x": 112, "y": 34 },
     86         { "flags": 4, "matrix": [0, 3], "x": 161, "y": 26 },
     87         { "flags": 4, "matrix": [0, 4], "x": 200, "y": 26 },
     88 
     89         { "flags": 2, "x": 133, "y": 3 },
     90         { "flags": 2, "x": 154, "y": 3 },
     91         { "flags": 2, "x": 174, "y": 3 },
     92         { "flags": 2, "x": 194, "y": 3 },
     93         { "flags": 2, "x": 218, "y": 5 },
     94 
     95         { "flags": 2, "x": 221, "y": 19 },
     96         { "flags": 2, "x": 221, "y": 31 },
     97         { "flags": 2, "x": 221, "y": 44 },
     98         { "flags": 2, "x": 217, "y": 58 },
     99         { "flags": 2, "x": 195, "y": 61 },
    100 
    101         { "flags": 2, "x": 174, "y": 61 },
    102         { "flags": 2, "x": 154, "y": 61 },
    103         { "flags": 2, "x": 133, "y": 61 },
    104         { "flags": 2, "x": 112, "y": 61 },
    105         { "flags": 2, "x": 91, "y": 61 },
    106 
    107         { "flags": 2, "x": 70, "y": 61 },
    108         { "flags": 2, "x": 49, "y": 61 },
    109         { "flags": 2, "x": 28, "y": 61 },
    110         { "flags": 2, "x": 5, "y": 58 },
    111         { "flags": 2, "x": 2, "y": 44 },
    112 
    113         { "flags": 2, "x": 2, "y": 31 },
    114         { "flags": 2, "x": 2, "y": 19 },
    115         { "flags": 2, "x": 5, "y": 5 },
    116         { "flags": 2, "x": 28, "y": 3 },
    117         { "flags": 2, "x": 49, "y": 3 },
    118 
    119         { "flags": 2, "x": 70, "y": 3 },
    120         { "flags": 2, "x": 91, "y": 3 }
    121         ],
    122         "sleep": true
    123     },
    124     "layouts": {
    125         "LAYOUT_1x5": {
    126             "layout": [
    127                 { "label": "z", "matrix": [0, 0], "x": 0, "y": 0 },
    128                 { "label": "x", "matrix": [0, 1], "x": 1, "y": 0 },
    129                 { "label": "esc", "matrix": [0, 2], "x": 2, "y": 0 },
    130                 { "label": "c", "matrix": [0, 3], "x": 3, "y": 0 },
    131                 { "label": "v", "matrix": [0, 4], "x": 4, "y": 0 }
    132             ]
    133         }
    134     }
    135 }