logo

qmk_firmware

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

keyboard.json (3149B)


  1. {
  2. "manufacturer": "dnworks",
  3. "keyboard_name": "DN Numpad Rev1",
  4. "maintainer": "itsme-zeix",
  5. "bootloader": "rp2040",
  6. "diode_direction": "COL2ROW",
  7. "matrix_pins": {
  8. "cols": ["GP5", "GP6", "GP7", "GP25"],
  9. "rows": ["GP11", "GP4", "GP3", "GP2", "GP1", "GP0", "GP24"]
  10. },
  11. "processor": "RP2040",
  12. "usb": {
  13. "device_version": "0.0.1",
  14. "pid": "0x2937",
  15. "vid": "0x4C23"
  16. },
  17. "community_layouts": ["numpad_6x4", "ortho_6x4"],
  18. "layouts": {
  19. "LAYOUT_numpad_6x4": {
  20. "layout": [
  21. {"matrix": [0, 0], "x": 0, "y": 0},
  22. {"matrix": [0, 1], "x": 1, "y": 0},
  23. {"matrix": [0, 2], "x": 2, "y": 0},
  24. {"matrix": [0, 3], "x": 3, "y": 0},
  25. {"matrix": [1, 0], "x": 0, "y": 1.25},
  26. {"matrix": [1, 1], "x": 1, "y": 1.25},
  27. {"matrix": [1, 2], "x": 2, "y": 1.25},
  28. {"matrix": [6, 3], "x": 3, "y": 1.25},
  29. {"matrix": [2, 0], "x": 0, "y": 2.25},
  30. {"matrix": [2, 1], "x": 1, "y": 2.25},
  31. {"matrix": [2, 2], "x": 2, "y": 2.25},
  32. {"matrix": [3, 0], "x": 0, "y": 3.25},
  33. {"matrix": [3, 1], "x": 1, "y": 3.25},
  34. {"matrix": [3, 2], "x": 2, "y": 3.25},
  35. {"matrix": [3, 3], "x": 3, "y": 2.25, "h": 2},
  36. {"matrix": [4, 0], "x": 0, "y": 4.25},
  37. {"matrix": [4, 1], "x": 1, "y": 4.25},
  38. {"matrix": [4, 2], "x": 2, "y": 4.25},
  39. {"matrix": [5, 0], "x": 0, "y": 5.25, "w": 2},
  40. {"matrix": [5, 2], "x": 2, "y": 5.25},
  41. {"matrix": [5, 3], "x": 3, "y": 4.25, "h": 2}
  42. ]
  43. },
  44. "LAYOUT_ortho_6x4": {
  45. "layout": [
  46. {"matrix": [0, 0], "x": 0, "y": 0},
  47. {"matrix": [0, 1], "x": 1, "y": 0},
  48. {"matrix": [0, 2], "x": 2, "y": 0},
  49. {"matrix": [0, 3], "x": 3, "y": 0},
  50. {"matrix": [1, 0], "x": 0, "y": 1.25},
  51. {"matrix": [1, 1], "x": 1, "y": 1.25},
  52. {"matrix": [1, 2], "x": 2, "y": 1.25},
  53. {"matrix": [6, 3], "x": 3, "y": 1.25},
  54. {"matrix": [2, 0], "x": 0, "y": 2.25},
  55. {"matrix": [2, 1], "x": 1, "y": 2.25},
  56. {"matrix": [2, 2], "x": 2, "y": 2.25},
  57. {"matrix": [2, 3], "x": 3, "y": 2.25},
  58. {"matrix": [3, 0], "x": 0, "y": 3.25},
  59. {"matrix": [3, 1], "x": 1, "y": 3.25},
  60. {"matrix": [3, 2], "x": 2, "y": 3.25},
  61. {"matrix": [3, 3], "x": 3, "y": 3.25},
  62. {"matrix": [4, 0], "x": 0, "y": 4.25},
  63. {"matrix": [4, 1], "x": 1, "y": 4.25},
  64. {"matrix": [4, 2], "x": 2, "y": 4.25},
  65. {"matrix": [4, 3], "x": 3, "y": 4.25},
  66. {"matrix": [5, 0], "x": 0, "y": 5.25},
  67. {"matrix": [5, 1], "x": 1, "y": 5.25},
  68. {"matrix": [5, 2], "x": 2, "y": 5.25},
  69. {"matrix": [5, 3], "x": 3, "y": 5.25}
  70. ]
  71. }
  72. }
  73. }