qmk_firmware

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

keyboard.json (1926B)


      1 {
      2     "keyboard_name": "2Key2Crawl",
      3     "manufacturer": "WoodKeys.click",
      4     "maintainer": "qmk",
      5     "usb": {
      6         "vid": "0xFEED",
      7         "pid": "0x6090",
      8         "device_version": "0.0.2"
      9     },
     10     "features": {
     11         "bootmagic": true,
     12         "console": true,
     13         "encoder": true,
     14         "extrakey": false,
     15         "mousekey": false,
     16         "nkro": false
     17     },
     18     "qmk": {
     19         "locking": {
     20             "enabled": true,
     21             "resync": true
     22         }
     23     },
     24     "matrix_pins": {
     25         "cols": ["B3", "B4", "B5", "B6", "B7", "C7", "B2"],
     26         "rows": ["C4", "C5"]
     27     },
     28     "diode_direction": "COL2ROW",
     29     "encoder": {
     30         "rotary": [
     31             {"pin_a": "D0", "pin_b": "D1", "resolution": 1}
     32         ]
     33     },
     34     "rgblight": {
     35         "led_count": 3,
     36         "animations": {
     37             "breathing": true,
     38             "rainbow_mood": true,
     39             "rainbow_swirl": true,
     40             "snake": true,
     41             "knight": true,
     42             "christmas": true,
     43             "static_gradient": true,
     44             "rgb_test": true,
     45             "alternating": true,
     46             "twinkle": true
     47         }
     48     },
     49     "ws2812": {
     50         "pin": "C6"
     51     },
     52     "processor": "atmega32u2",
     53     "bootloader": "atmel-dfu",
     54     "layouts": {
     55         "LAYOUT": {
     56             "layout": [
     57                 {"matrix": [0, 0], "x": 0, "y": 0},
     58                 {"matrix": [0, 1], "x": 1, "y": 0},
     59                 {"matrix": [0, 2], "x": 2, "y": 0},
     60                 {"matrix": [0, 3], "x": 3, "y": 0},
     61                 {"matrix": [1, 5], "x": 4, "y": 0},
     62 
     63                 {"matrix": [1, 0], "x": 0, "y": 1},
     64                 {"matrix": [1, 1], "x": 1, "y": 1},
     65                 {"matrix": [1, 2], "x": 2, "y": 1},
     66                 {"matrix": [1, 3], "x": 3, "y": 1},
     67                 {"matrix": [1, 4], "x": 4, "y": 1},
     68 
     69                 {"matrix": [1, 6], "x": 5.5, "y": 0.5}
     70             ]
     71         }
     72     }
     73 }