qmk_firmware

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

keyboard.json (815B)


      1 {
      2     "keyboard_name": "Hex-4B Rev.2",
      3     "usb": {
      4         "device_version": "0.0.2"
      5     },
      6     "features": {
      7         "bootmagic": true,
      8         "mousekey": true,
      9         "extrakey": true,
     10         "console": true,
     11         "command": true,
     12         "nkro": true,
     13         "backlight": true
     14     },
     15     "matrix_pins": {
     16         "cols": ["B11", "B10", "B2", "B1", "B0", "A7", "A6", "A5", "A3", "C13", "B7", "B6", "B5", "B4", "B3"],
     17         "rows": ["A4", "B12", "B13", "B14", "B15", "A1"]
     18     },
     19     "diode_direction": "COL2ROW",
     20     "backlight": {
     21         "pin": "B8",
     22         "levels": 5,
     23         "breathing": true
     24     },
     25     "indicators": {
     26         "caps_lock": "B9",
     27         "num_lock": "C15",
     28         "scroll_lock": "A15",
     29         "on_state": 0
     30     },
     31     "processor": "STM32F103",
     32     "bootloader": "stm32duino"
     33 }