logo

qmk_firmware

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

keyboard.json (758B)


  1. {
  2. "keyboard_name": "Mechlovin9",
  3. "usb": {
  4. "pid": "0x6509",
  5. "device_version": "0.0.1"
  6. },
  7. "features": {
  8. "bootmagic": true,
  9. "mousekey": true,
  10. "extrakey": true,
  11. "console": true,
  12. "command": true,
  13. "nkro": true,
  14. "backlight": true
  15. },
  16. "matrix_pins": {
  17. "cols": ["B11", "B10", "B2", "B1", "B0", "A7", "A6", "A0", "C15", "B4", "B5", "B3", "C13", "C14", "A13"],
  18. "rows": ["A4", "A5", "A3", "A2", "A1"]
  19. },
  20. "diode_direction": "COL2ROW",
  21. "backlight": {
  22. "pin": "B8",
  23. "breathing": true
  24. },
  25. "indicators": {
  26. "caps_lock": "B9"
  27. },
  28. "processor": "STM32F303",
  29. "bootloader": "stm32-dfu",
  30. "board": "QMK_PROTON_C"
  31. }