qmk_firmware

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

keyboard.json (2116B)


      1 {
      2   "keyboard_name": "Latin6rgb",
      3   "manufacturer": "18438880",
      4   "maintainer": "18438880",
      5   "usb": {
      6     "vid": "0x7C88",
      7     "pid": "0x7C96",
      8     "device_version": "0.0.1"
      9   },
     10   "rgb_matrix": {
     11     "animations": {
     12       "alphas_mods": true,
     13       "gradient_left_right": true,
     14       "breathing": true,
     15       "band_val": true,
     16       "band_pinwheel_val": true,
     17       "band_spiral_val": true,
     18       "cycle_all": true,
     19       "cycle_left_right": true,
     20       "cycle_up_down": true,
     21       "rainbow_moving_chevron": true,
     22       "cycle_out_in": true,
     23       "cycle_out_in_dual": true,
     24       "cycle_pinwheel": true,
     25       "cycle_spiral": true,
     26       "dual_beacon": true,
     27       "rainbow_beacon": true,
     28       "rainbow_pinwheels": true,
     29       "raindrops": true,
     30       "jellybean_raindrops": true,
     31       "hue_breathing": true,
     32       "hue_pendulum": true,
     33       "hue_wave": true,
     34       "pixel_rain": true,
     35       "pixel_flow": true,
     36       "pixel_fractal": true,
     37       "typing_heatmap": true,
     38       "solid_reactive_simple": true,
     39       "solid_reactive": true
     40     },
     41     "driver": "is31fl3731",
     42     "layout": [
     43         {"matrix": [0, 0], "x": 0, "y": 32, "flags": 4},
     44         {"matrix": [0, 1], "x": 0, "y": 64, "flags": 4},
     45         {"matrix": [0, 2], "x": 112, "y": 64, "flags": 4},
     46         {"matrix": [1, 0], "x": 224, "y": 0, "flags": 1},
     47         {"matrix": [1, 1], "x": 112, "y": 32, "flags": 1},
     48         {"matrix": [1, 2], "x": 224, "y": 32, "flags": 4}
     49     ],
     50     "sleep": true
     51   },
     52   "matrix_pins": {
     53     "cols": ["F7", "F6", "F5"],
     54     "rows": ["C7", "C6"]
     55   },
     56   "diode_direction": "ROW2COL",
     57   "processor": "atmega32u4",
     58   "bootloader": "atmel-dfu",
     59   "features": {
     60     "bootmagic": true,
     61     "mousekey": true,
     62     "extrakey": true,
     63     "rgb_matrix": true
     64   },
     65   "debounce": 3,
     66   "layouts": {
     67     "LAYOUT_numpad_2x3": {
     68       "layout": [
     69         {"matrix": [0, 0], "x": 0, "y": 0},
     70         {"matrix": [0, 1], "x": 1, "y": 0},
     71         {"matrix": [0, 2], "x": 2, "y": 0},
     72 
     73         {"matrix": [1, 0], "x": 0, "y": 1},
     74         {"matrix": [1, 1], "x": 1, "y": 1},
     75         {"matrix": [1, 2], "x": 2, "y": 1}
     76       ]
     77     }
     78   }
     79 }