qmk_firmware

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

keyboard.json (5514B)


      1 {
      2     "manufacturer": "Bertrand Le roy",
      3     "keyboard_name": "DecenTKL NumPad",
      4     "maintainer": "bleroy",
      5     "url": "https://github.com/bleroy/3d-junkyard/blob/main/DecenTKL/",
      6     "tags": ["ansi", "numpad", "rgb", "atari", "joystick"],
      7     "bootloader": "rp2040",
      8     "diode_direction": "COL2ROW",
      9     "features": {
     10         "bootmagic": true,
     11         "rgb_matrix": true,
     12         "extrakey": true,
     13         "mousekey": true,
     14         "joystick": true
     15     },
     16     "matrix_pins": {
     17         "cols": ["GP0", "GP1", "GP2", "GP3"],
     18         "rows": ["GP4", "GP5", "GP6", "GP7", "GP8", "GP9"]
     19     },
     20     "processor": "RP2040",
     21     "usb": {
     22         "device_version": "1.0.0",
     23         "pid": "0x0000",
     24         "vid": "0xFEED"
     25     },
     26     "ws2812": {
     27         "pin": "GP20",
     28         "driver": "vendor"
     29     },
     30     "bootmagic": {
     31         "matrix": [1, 0]
     32     },
     33     "layouts": {
     34         "LAYOUT": {
     35             "layout": [
     36                 {"matrix": [0, 0], "x": 0.75, "y": 0, "label": "F11"},
     37                 {"matrix": [0, 1], "x": 2.25, "y": 0, "label": "F12"},
     38 
     39                 {"matrix": [1, 0], "x": 0, "y": 1, "label": "Num"},
     40                 {"matrix": [1, 1], "x": 1, "y": 1, "label": "/"},
     41                 {"matrix": [1, 2], "x": 2, "y": 1, "label": "*"},
     42                 {"matrix": [1, 3], "x": 3, "y": 1, "label": "-"},
     43 
     44                 {"matrix": [2, 0], "x": 0, "y": 2, "label": "7"},
     45                 {"matrix": [2, 1], "x": 1, "y": 2, "label": "8"},
     46                 {"matrix": [2, 2], "x": 2, "y": 2, "label": "9"},
     47                 {"matrix": [2, 3], "x": 3, "y": 2, "h": 2, "label": "+"},
     48 
     49                 {"matrix": [3, 0], "x": 0, "y": 3, "label": "4"},
     50                 {"matrix": [3, 1], "x": 1, "y": 3, "label": "5"},
     51                 {"matrix": [3, 2], "x": 2, "y": 3, "label": "6"},
     52 
     53                 {"matrix": [4, 0], "x": 0, "y": 4, "label": "1"},
     54                 {"matrix": [4, 1], "x": 1, "y": 4, "label": "2"},
     55                 {"matrix": [4, 2], "x": 2, "y": 4, "label": "3"},
     56                 {"matrix": [4, 3], "x": 3, "y": 4, "h": 2, "label": "Enter"},
     57 
     58                 {"matrix": [5, 0], "x": 0, "y": 5, "w": 2, "label": "0"},
     59                 {"matrix": [5, 2], "x": 2, "y": 5, "label": "."}
     60             ]
     61         }
     62     },
     63     "rgb_matrix": {
     64         "center_point": [37, 42],
     65         "max_brightness": 125,
     66         "sleep": true,
     67         "animations": {
     68             "alphas_mods": true,
     69             "band_pinwheel_sat": true,
     70             "band_pinwheel_val": true,
     71             "band_sat": true,
     72             "band_spiral_sat": true,
     73             "band_spiral_val": true,
     74             "band_val": true,
     75             "breathing": true,
     76             "cycle_all": true,
     77             "cycle_left_right": true,
     78             "cycle_out_in": true,
     79             "cycle_out_in_dual": true,
     80             "cycle_pinwheel": true,
     81             "cycle_spiral": true,
     82             "cycle_up_down": true,
     83             "digital_rain": true,
     84             "dual_beacon": true,
     85             "flower_blooming": true,
     86             "gradient_left_right": true,
     87             "gradient_up_down": true,
     88             "hue_breathing": true,
     89             "hue_pendulum": true,
     90             "hue_wave": true,
     91             "jellybean_raindrops": true,
     92             "multisplash": true,
     93             "pixel_flow": true,
     94             "pixel_fractal": true,
     95             "pixel_rain": true,
     96             "rainbow_beacon": true,
     97             "rainbow_moving_chevron": true,
     98             "rainbow_pinwheels": true,
     99             "raindrops": true,
    100             "riverflow": true,
    101             "solid_multisplash": true,
    102             "solid_reactive": true,
    103             "solid_reactive_cross": true,
    104             "solid_reactive_multicross": true,
    105             "solid_reactive_multinexus": true,
    106             "solid_reactive_multiwide": true,
    107             "solid_reactive_nexus": true,
    108             "solid_reactive_simple": true,
    109             "solid_reactive_wide": true,
    110             "solid_splash": true,
    111             "splash": true,
    112             "starlight": true,
    113             "starlight_dual_hue": true,
    114             "starlight_dual_sat": true,
    115             "typing_heatmap": true
    116         },
    117         "layout": [
    118             {"matrix": [0, 0], "x": 56, "y": 0, "flags": 4},
    119             {"matrix": [0, 1], "x": 169, "y": 0, "flags": 4},
    120 
    121             {"matrix": [1, 0], "x": 0, "y": 20, "flags": 4},
    122             {"matrix": [1, 1], "x": 75, "y": 20, "flags": 4},
    123             {"matrix": [1, 2], "x": 150, "y": 20, "flags": 4},
    124             {"matrix": [1, 3], "x": 224, "y": 20, "flags": 4},
    125 
    126             {"matrix": [2, 0], "x": 0, "y": 31, "flags": 4},
    127             {"matrix": [2, 1], "x": 75, "y": 31, "flags": 4},
    128             {"matrix": [2, 2], "x": 150, "y": 31, "flags": 4},
    129             {"x": 224, "y": 31, "flags": 2},
    130 
    131             {"matrix": [3, 0], "x": 0, "y": 42, "flags": 4},
    132             {"matrix": [3, 1], "x": 75, "y": 42, "flags": 4},
    133             {"matrix": [3, 2], "x": 150, "y": 42, "flags": 4},
    134             {"matrix": [3, 3], "x": 224, "y": 42, "flags": 4},
    135 
    136             {"matrix": [4, 0], "x": 0, "y": 53, "flags": 4},
    137             {"matrix": [4, 1], "x": 75, "y": 53, "flags": 4},
    138             {"matrix": [4, 2], "x": 150, "y": 53, "flags": 4},
    139             {"x": 224, "y": 53, "flags": 2},
    140 
    141             {"matrix": [5, 0], "x": 0, "y": 64, "flags": 4},
    142             {"x": 85, "y": 75, "flags": 2},
    143             {"matrix": [5, 2], "x": 150, "y": 64, "flags": 4},
    144             {"matrix": [5, 3], "x": 224, "y": 64, "flags": 4}
    145        ],
    146         "driver": "ws2812"
    147     }
    148 }