qmk_firmware

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

keyboard.json (2058B)


      1 {
      2     "keyboard_name": "dp3000",
      3     "features": {
      4         "bootmagic": true,
      5         "extrakey": true,
      6         "encoder": true,
      7         "oled": true,
      8         "mousekey": false,
      9         "nkro": false,
     10         "rgb_matrix": true
     11     },
     12     "usb": {
     13         "device_version": "1.0.1",
     14         "pid": "0x6470"
     15     },
     16     "rgb_matrix": {
     17         "animations": {
     18             "alphas_mods": true,
     19             "band_pinwheel_sat": true,
     20             "band_pinwheel_val": true,
     21             "band_sat": true,
     22             "band_spiral_sat": true,
     23             "band_spiral_val": true,
     24             "band_val": true,
     25             "breathing": true,
     26             "cycle_all": true,
     27             "cycle_left_right": true,
     28             "cycle_pinwheel": true,
     29             "cycle_spiral": true,
     30             "cycle_up_down": true,
     31             "gradient_left_right": true,
     32             "gradient_up_down": true,
     33             "hue_breathing": true,
     34             "hue_pendulum": true,
     35             "hue_wave": true,
     36             "rainbow_moving_chevron": true,
     37             "raindrops": true,
     38             "solid_reactive": true,
     39             "solid_reactive_multinexus": true,
     40             "solid_reactive_simple": true,
     41             "solid_splash": true,
     42             "splash": true,
     43             "typing_heatmap": true
     44         },
     45         "driver": "ws2812",
     46         "layout": [
     47             {"matrix": [1, 0], "x": 0, "y": 32, "flags": 4},
     48             {"matrix": [1, 1], "x": 25, "y": 32, "flags": 4},
     49             {"matrix": [1, 2], "x": 37, "y": 32, "flags": 4},
     50             {"matrix": [1, 3], "x": 75, "y": 32, "flags": 4},
     51             {"matrix": [2, 0], "x": 75, "y": 16, "flags": 4},
     52             {"matrix": [2, 1], "x": 37, "y": 16, "flags": 4},
     53             {"matrix": [2, 2], "x": 25, "y": 16, "flags": 4},
     54             {"matrix": [2, 3], "x": 0, "y": 16, "flags": 4}
     55         ],
     56         "max_brightness": 180,
     57         "sat_steps": 8,
     58         "speed_steps": 10,
     59         "val_steps": 8,
     60         "react_on_keyup": true,
     61         "sleep": true
     62     },
     63     "ws2812": {
     64         "pin": "B5"
     65     }
     66 }