logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

info.json (909B)


  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": true,
  30. "custom_lite": true
  31. },
  32. "diode_direction": "ROW2COL"
  33. }