qmk_firmware

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

keyboard.json (1972B)


      1 {
      2     "keyboard_name": "bm16s",
      3     "manufacturer": "KPrepublic",
      4     "maintainer": "qmk",
      5     "usb": {
      6       "vid": "0x4B50",
      7       "pid": "0x016B",
      8       "device_version": "0.0.1"
      9     },
     10     "rgblight": {
     11       "saturation_steps": 8,
     12       "brightness_steps": 8,
     13       "led_count": 16,
     14       "animations": {
     15         "breathing": true,
     16         "rainbow_mood": true,
     17         "rainbow_swirl": true,
     18         "snake": true,
     19         "knight": true,
     20         "christmas": true,
     21         "static_gradient": true,
     22         "rgb_test": true,
     23         "alternating": true,
     24         "twinkle": true
     25       }
     26     },
     27     "ws2812": {
     28       "pin": "E2"
     29     },
     30     "features": {
     31         "bootmagic": true,
     32         "extrakey": true,
     33         "mousekey": true,
     34         "nkro": true,
     35         "rgblight": true
     36     },
     37     "qmk": {
     38         "locking": {
     39             "enabled": true,
     40             "resync": true
     41         }
     42     },
     43     "matrix_pins": {
     44       "cols": ["F7", "F6", "D4", "D6"],
     45       "rows": ["D1", "D0", "D3", "D2"]
     46     },
     47     "diode_direction": "COL2ROW",
     48     "processor": "atmega32u4",
     49     "bootloader": "atmel-dfu",
     50     "community_layouts": ["ortho_4x4"],
     51     "layouts": {
     52       "LAYOUT_ortho_4x4": {
     53         "layout": [
     54           {"matrix": [0, 0], "x": 0, "y": 0},
     55           {"matrix": [0, 1], "x": 1, "y": 0},
     56           {"matrix": [0, 2], "x": 2, "y": 0},
     57           {"matrix": [0, 3], "x": 3, "y": 0},
     58 
     59           {"matrix": [1, 0], "x": 0, "y": 1},
     60           {"matrix": [1, 1], "x": 1, "y": 1},
     61           {"matrix": [1, 2], "x": 2, "y": 1},
     62           {"matrix": [1, 3], "x": 3, "y": 1},
     63 
     64           {"matrix": [2, 0], "x": 0, "y": 2},
     65           {"matrix": [2, 1], "x": 1, "y": 2},
     66           {"matrix": [2, 2], "x": 2, "y": 2},
     67           {"matrix": [2, 3], "x": 3, "y": 2},
     68 
     69           {"matrix": [3, 0], "x": 0, "y": 3},
     70           {"matrix": [3, 1], "x": 1, "y": 3},
     71           {"matrix": [3, 2], "x": 2, "y": 3},
     72           {"matrix": [3, 3], "x": 3, "y": 3}
     73         ]
     74       }
     75     }
     76   }