qmk_firmware

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

info.json (840B)


      1 {
      2     "keyboard_name": "Keychron C1 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": ["C14", "C15", "A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "B0", "B1", "A8", "A9", "A10", "H3"],
     28         "rows": ["B5", "B4", "B3", "A15", "A14", "A13"]
     29     },
     30     "diode_direction": "ROW2COL",
     31     "community_layouts": ["tkl_ansi"]
     32 }