qmk_firmware

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

info.json (885B)


      1 {
      2     "keyboard_name": "Keychron C2 Pro",
      3     "manufacturer": "Keychron",
      4     "url": "https://github.com/Keychron",
      5     "maintainer": "lalalademaxiya1",
      6     "processor": "STM32L432",
      7     "bootloader": "stm32-dfu",
      8     "usb": {
      9         "vid": "0x3434"
     10     },
     11     "eeprom": {
     12         "wear_leveling": {
     13             "backing_size": 4096
     14         }
     15     },
     16     "features": {
     17         "bootmagic": true,
     18         "dip_switch": true,
     19         "extrakey": true,
     20         "mousekey": true,
     21         "nkro": true
     22     },
     23     "dip_switch": {
     24         "matrix_grid": [ [5, 4] ]
     25     },
     26     "matrix_pins": {
     27         "cols": ["A10", "A9", "A8", "B1", "B0", "A7", "A6", "A5", "A4", "A3", "A2", "NO_PIN", "NO_PIN", "NO_PIN", "NO_PIN", "NO_PIN", "NO_PIN", "NO_PIN", "NO_PIN", "C14"],
     28         "rows": ["B5", "B4", "B3", "A15", "A14", "A13"],
     29         "custom_lite": true
     30     },
     31     "diode_direction": "ROW2COL"
     32 }