logo

qmk_firmware

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

keyboard.json (1238B)


  1. {
  2. "manufacturer": "Prota Designs",
  3. "keyboard_name": "Printed Pad",
  4. "maintainer": "noahbei",
  5. "bootloader": "stm32-dfu",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "extrakey": true,
  10. "mousekey": true,
  11. "nkro": true,
  12. "oled": true
  13. },
  14. "matrix_pins": {
  15. "cols": ["B2", "B1", "B0"],
  16. "rows": ["A10", "C9", "A8", "A9"]
  17. },
  18. "processor": "STM32F072",
  19. "usb": {
  20. "device_version": "1.0.0",
  21. "pid": "0x0001",
  22. "vid": "0x5064"
  23. },
  24. "layouts": {
  25. "LAYOUT": {
  26. "layout": [
  27. { "matrix": [0, 0], "x": 0, "y": 0 },
  28. { "matrix": [1, 0], "x": 0, "y": 1 },
  29. { "matrix": [1, 1], "x": 1, "y": 1 },
  30. { "matrix": [1, 2], "x": 2, "y": 1 },
  31. { "matrix": [2, 0], "x": 0, "y": 2 },
  32. { "matrix": [2, 1], "x": 1, "y": 2 },
  33. { "matrix": [2, 2], "x": 2, "y": 2 },
  34. { "matrix": [3, 0], "x": 0, "y": 3 },
  35. { "matrix": [3, 1], "x": 1, "y": 3 },
  36. { "matrix": [3, 2], "x": 2, "y": 3 }
  37. ]
  38. }
  39. }
  40. }