logo

qmk_firmware

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

keyboard.json (1076B)


  1. {
  2. "manufacturer": "CannonKeys",
  3. "keyboard_name": "Meetup Pad 2023",
  4. "maintainer": "awkannan",
  5. "bootloader": "stm32-dfu",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "extrakey": true,
  10. "mousekey": true,
  11. "nkro": true
  12. },
  13. "matrix_pins": {
  14. "cols": ["B11", "B10", "B2", "B0"],
  15. "rows": ["B1", "A7"]
  16. },
  17. "processor": "STM32F072",
  18. "url": "https://cannonkeys.com",
  19. "usb": {
  20. "device_version": "0.0.1",
  21. "pid": "0x2023",
  22. "vid": "0xCA04"
  23. },
  24. "layouts": {
  25. "LAYOUT": {
  26. "layout": [
  27. {"matrix": [1, 0], "x": 0, "y": 0},
  28. {"matrix": [0, 0], "x": 1, "y": 0},
  29. {"matrix": [1, 1], "x": 0, "y": 1},
  30. {"matrix": [0, 1], "x": 1, "y": 1},
  31. {"matrix": [1, 2], "x": 0, "y": 2},
  32. {"matrix": [0, 2], "x": 1, "y": 2},
  33. {"matrix": [1, 3], "x": 0, "y": 3},
  34. {"matrix": [0, 3], "x": 1, "y": 3}
  35. ]
  36. }
  37. }
  38. }