logo

qmk_firmware

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

keyboard.json (1718B)


  1. {
  2. "keyboard_name": "Macrowo Pad",
  3. "manufacturer": "Tender",
  4. "url": "https//www.github.com/swiftrax",
  5. "maintainer": "swiftrax",
  6. "usb": {
  7. "vid": "0x04D8",
  8. "pid": "0xE936",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "extrakey": true,
  14. "mousekey": true,
  15. "nkro": false
  16. },
  17. "matrix_pins": {
  18. "cols": ["E6", "B4", "B6", "B2", "B3", "B1", "F7", "F6", "F5", "F4"],
  19. "rows": ["B5", "D7"]
  20. },
  21. "diode_direction": "COL2ROW",
  22. "development_board": "promicro",
  23. "layouts": {
  24. "LAYOUT": {
  25. "layout": [
  26. {"matrix": [0, 0], "x": 1, "y": 0},
  27. {"matrix": [0, 1], "x": 3.25, "y": 0},
  28. {"matrix": [0, 2], "x": 7.25, "y": 0},
  29. {"matrix": [0, 3], "x": 9.5, "y": 0},
  30. {"matrix": [0, 4], "x": 0, "y": 0.5},
  31. {"matrix": [0, 5], "x": 2, "y": 0.5},
  32. {"matrix": [0, 6], "x": 8.5, "y": 0.5},
  33. {"matrix": [0, 7], "x": 10.5, "y": 0.5},
  34. {"matrix": [0, 8], "x": 3.75, "y": 1},
  35. {"matrix": [0, 9], "x": 6.75, "y": 1},
  36. {"matrix": [1, 0], "x": 5.25, "y": 1.25},
  37. {"matrix": [1, 1], "x": 0, "y": 1.5},
  38. {"matrix": [1, 2], "x": 2, "y": 1.5},
  39. {"matrix": [1, 3], "x": 8.5, "y": 1.5},
  40. {"matrix": [1, 4], "x": 10.5, "y": 1.5},
  41. {"matrix": [1, 5], "x": 1, "y": 2},
  42. {"matrix": [1, 7], "x": 4.25, "y": 2},
  43. {"matrix": [1, 8], "x": 6.25, "y": 2},
  44. {"matrix": [1, 9], "x": 9.5, "y": 2}
  45. ]
  46. }
  47. }
  48. }