qmk_firmware

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

keyboard.json (1745B)


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