keyboard.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "keyboard_name": "deltapad",
  3. "manufacturer": "Richard Snijder",
  4. "url": "",
  5. "maintainer": "Richard Snijder",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x0123",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "nkro": false
  18. },
  19. "qmk": {
  20. "locking": {
  21. "enabled": true,
  22. "resync": true
  23. }
  24. },
  25. "matrix_pins": {
  26. "cols": ["D7", "E6", "B4", "B5"],
  27. "rows": ["D2", "D3", "D1", "D0"]
  28. },
  29. "diode_direction": "COL2ROW",
  30. "processor": "atmega32u4",
  31. "bootloader": "atmel-dfu",
  32. "layouts": {
  33. "LAYOUT_ortho_4x4": {
  34. "layout": [
  35. {"matrix": [0, 0], "x": 0, "y": 0},
  36. {"matrix": [0, 1], "x": 1, "y": 0},
  37. {"matrix": [0, 2], "x": 2, "y": 0},
  38. {"matrix": [0, 3], "x": 3, "y": 0},
  39. {"matrix": [1, 0], "x": 0, "y": 1},
  40. {"matrix": [1, 1], "x": 1, "y": 1},
  41. {"matrix": [1, 2], "x": 2, "y": 1},
  42. {"matrix": [1, 3], "x": 3, "y": 1},
  43. {"matrix": [2, 0], "x": 0, "y": 2},
  44. {"matrix": [2, 1], "x": 1, "y": 2},
  45. {"matrix": [2, 2], "x": 2, "y": 2},
  46. {"matrix": [2, 3], "x": 3, "y": 2},
  47. {"matrix": [3, 0], "x": 0, "y": 3},
  48. {"matrix": [3, 1], "x": 1, "y": 3},
  49. {"matrix": [3, 2], "x": 2, "y": 3},
  50. {"matrix": [3, 3], "x": 3, "y": 3}
  51. ]
  52. },
  53. "LAYOUT_numpad_4x4": {
  54. "layout": [
  55. {"matrix": [0, 0], "x": 0, "y": 0},
  56. {"matrix": [0, 1], "x": 1, "y": 0},
  57. {"matrix": [0, 2], "x": 2, "y": 0},
  58. {"matrix": [0, 3], "x": 3, "y": 0, "h": 2},
  59. {"matrix": [1, 0], "x": 0, "y": 1},
  60. {"matrix": [1, 1], "x": 1, "y": 1},
  61. {"matrix": [1, 2], "x": 2, "y": 1},
  62. {"matrix": [2, 0], "x": 0, "y": 2},
  63. {"matrix": [2, 1], "x": 1, "y": 2},
  64. {"matrix": [2, 2], "x": 2, "y": 2},
  65. {"matrix": [2, 3], "x": 3, "y": 2, "h": 2},
  66. {"matrix": [3, 1], "x": 0, "y": 3, "w": 2},
  67. {"matrix": [3, 2], "x": 2, "y": 3}
  68. ]
  69. }
  70. }
  71. }