qmk_firmware

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

keyboard.json (3244B)


      1 {
      2     "manufacturer": "Rama",
      3     "keyboard_name": "M6-C",
      4     "maintainer": "ToastyStoemp",
      5     "bootloader": "atmel-dfu",
      6     "diode_direction": "COL2ROW",
      7     "features": {
      8         "bootmagic": true,
      9         "extrakey": true,
     10         "mousekey": true,
     11         "nkro": false,
     12         "rgb_matrix": true
     13     },
     14     "matrix_pins": {
     15         "cols": ["B0", "B1", "B7"],
     16         "rows": ["B2", "B3"]
     17     },
     18     "processor": "atmega32u4",
     19     "ws2812": {
     20         "pin": "D5"
     21     },
     22     "rgb_matrix": {
     23         "driver": "ws2812",
     24         "max_brightness": 120,
     25         "animations": {
     26             "alphas_mods": true,
     27             "gradient_up_down": true,
     28             "gradient_left_right": true,
     29             "breathing": true,
     30             "band_sat": true,
     31             "band_val": true,
     32             "band_pinwheel_sat": true,
     33             "band_pinwheel_val": true,
     34             "band_spiral_sat": true,
     35             "band_spiral_val": true,
     36             "cycle_all": true,
     37             "cycle_left_right": true,
     38             "cycle_up_down": true,
     39             "cycle_out_in": true,
     40             "cycle_out_in_dual": true,
     41             "rainbow_moving_chevron": true,
     42             "cycle_pinwheel": true,
     43             "cycle_spiral": true,
     44             "dual_beacon": true,
     45             "rainbow_beacon": true,
     46             "rainbow_pinwheels": true,
     47             "raindrops": true,
     48             "jellybean_raindrops": true,
     49             "hue_breathing": true,
     50             "hue_pendulum": true,
     51             "hue_wave": true,
     52             "pixel_fractal": true,
     53             "pixel_flow": true,
     54             "pixel_rain": true,
     55             "typing_heatmap": true,
     56             "digital_rain": true,
     57             "solid_reactive_simple": true,
     58             "solid_reactive": true,
     59             "solid_reactive_wide": true,
     60             "solid_reactive_multiwide": true,
     61             "solid_reactive_cross": true,
     62             "solid_reactive_multicross": true,
     63             "solid_reactive_nexus": true,
     64             "solid_reactive_multinexus": true,
     65             "splash": true,
     66             "multisplash": true,
     67             "solid_splash": true,
     68             "solid_multisplash": true
     69         },
     70         "default": {
     71             "animation": "cycle_all"
     72         },
     73         "layout": [
     74             { "flags": 4, "matrix": [0, 0], "x": 0, "y": 0 },
     75             { "flags": 4, "matrix": [0, 1], "x": 122, "y": 0 },
     76             { "flags": 4, "matrix": [0, 2], "x": 243, "y": 0 },
     77             { "flags": 4, "matrix": [1, 2], "x": 244, "y": 64 },
     78             { "flags": 4, "matrix": [1, 1], "x": 122, "y": 64 },
     79             { "flags": 4, "matrix": [1, 0], "x": 0, "y": 64 }
     80         ],
     81         "sleep": true
     82     },
     83     "usb": {
     84         "device_version": "1.0.0",
     85         "pid": "0x0060",
     86         "vid": "0x5453"
     87     },
     88     "community_layouts": ["ortho_2x3"],
     89     "layouts": {
     90         "LAYOUT_ortho_2x3": {
     91             "layout": [
     92                 { "matrix": [0, 0], "x": 0, "y": 0 },
     93                 { "matrix": [0, 1], "x": 1, "y": 0 },
     94                 { "matrix": [0, 2], "x": 2, "y": 0 },
     95                 { "matrix": [1, 0], "x": 0, "y": 1 },
     96                 { "matrix": [1, 1], "x": 1, "y": 1 },
     97                 { "matrix": [1, 2], "x": 2, "y": 1 }
     98             ]
     99         }
    100     }
    101 }