You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
2.6 KiB

  1. {
  2. "keyboard_name": "DC01 Numpad",
  3. "manufacturer": "Mechboards",
  4. "url": "",
  5. "maintainer": "Yiancar-Designs",
  6. "usb": {
  7. "vid": "0x8968",
  8. "pid": "0x1013",
  9. "device_version": "0.0.1",
  10. "no_startup_check": true
  11. },
  12. "processor": "atmega32u4",
  13. "bootloader": "atmel-dfu",
  14. "features": {
  15. "bootmagic": true,
  16. "mousekey": true,
  17. "extrakey": true,
  18. "nkro": true
  19. },
  20. "community_layouts": ["numpad_5x4", "ortho_5x4"],
  21. "layouts": {
  22. "LAYOUT_numpad_5x4": {
  23. "layout": [
  24. {"matrix": [0, 0], "x": 0, "y": 0},
  25. {"matrix": [0, 1], "x": 1, "y": 0},
  26. {"matrix": [0, 2], "x": 2, "y": 0},
  27. {"matrix": [0, 3], "x": 3, "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": [1, 3], "x": 3, "y": 1, "h": 2},
  35. {"matrix": [3, 0], "x": 0, "y": 3},
  36. {"matrix": [3, 1], "x": 1, "y": 3},
  37. {"matrix": [3, 2], "x": 2, "y": 3},
  38. {"matrix": [4, 0], "x": 0, "y": 4, "w": 2},
  39. {"matrix": [4, 2], "x": 2, "y": 4},
  40. {"matrix": [4, 3], "x": 3, "y": 3, "h": 2}
  41. ]
  42. },
  43. "LAYOUT_ortho_5x4": {
  44. "layout": [
  45. {"matrix": [0, 0], "x": 0, "y": 0},
  46. {"matrix": [0, 1], "x": 1, "y": 0},
  47. {"matrix": [0, 2], "x": 2, "y": 0},
  48. {"matrix": [0, 3], "x": 3, "y": 0},
  49. {"matrix": [1, 0], "x": 0, "y": 1},
  50. {"matrix": [1, 1], "x": 1, "y": 1},
  51. {"matrix": [1, 2], "x": 2, "y": 1},
  52. {"matrix": [1, 3], "x": 3, "y": 1},
  53. {"matrix": [2, 0], "x": 0, "y": 2},
  54. {"matrix": [2, 1], "x": 1, "y": 2},
  55. {"matrix": [2, 2], "x": 2, "y": 2},
  56. {"matrix": [2, 3], "x": 3, "y": 2},
  57. {"matrix": [3, 0], "x": 0, "y": 3},
  58. {"matrix": [3, 1], "x": 1, "y": 3},
  59. {"matrix": [3, 2], "x": 2, "y": 3},
  60. {"matrix": [3, 3], "x": 3, "y": 3},
  61. {"matrix": [4, 0], "x": 0, "y": 4},
  62. {"matrix": [4, 1], "x": 1, "y": 4},
  63. {"matrix": [4, 2], "x": 2, "y": 4},
  64. {"matrix": [4, 3], "x": 3, "y": 4}
  65. ]
  66. }
  67. }
  68. }