qmk_firmware

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

keyboard.json (1241B)


      1 {
      2     "keyboard_name": "business_card alpha",
      3     "manufacturer": "kakunpc",
      4     "maintainer": "kakunpc",
      5     "usb": {
      6         "vid": "0xFEED",
      7         "pid": "0x0000",
      8         "device_version": "0.0.1"
      9     },
     10     "rgblight": {
     11         "saturation_steps": 8,
     12         "brightness_steps": 8,
     13         "led_count": 6,
     14         "sleep": true
     15     },
     16     "ws2812": {
     17         "pin": "D3"
     18     },
     19     "matrix_pins": {
     20         "cols": ["E6", "B4", "B5"],
     21         "rows": ["B2", "B6"]
     22     },
     23     "diode_direction": "COL2ROW",
     24     "processor": "atmega32u4",
     25     "bootloader": "atmel-dfu",
     26     "features": {
     27         "bootmagic": false,
     28         "mousekey": false,
     29         "extrakey": false,
     30         "rgblight": true,
     31         "oled": true
     32     },
     33     "qmk": {
     34         "locking": {
     35             "enabled": true,
     36             "resync": true
     37         }
     38     },
     39     "layouts": {
     40         "LAYOUT": {
     41             "layout": [
     42                 {"matrix": [0, 0], "x": 0, "y": 0},
     43                 {"matrix": [0, 1], "x": 1, "y": 0},
     44                 {"matrix": [0, 2], "x": 2, "y": 0},
     45 
     46                 {"matrix": [1, 0], "x": 0, "y": 1},
     47                 {"matrix": [1, 1], "x": 1, "y": 1},
     48                 {"matrix": [1, 2], "x": 2, "y": 1}
     49             ]
     50         }
     51     }
     52 }