qmk_firmware

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

keyboard.json (2099B)


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