keyboard.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "manufacturer": "Evelien Dekkers",
  3. "keyboard_name": "nt210",
  4. "maintainer": "evyd13",
  5. "bootloader": "atmel-dfu",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "command": false,
  10. "console": false,
  11. "extrakey": true,
  12. "mousekey": false,
  13. "nkro": true
  14. },
  15. "matrix_pins": {
  16. "cols": ["B0", "D6", "D5", "D4"],
  17. "rows": ["C4", "C5", "C6", "C7", "B7", "B6"]
  18. },
  19. "processor": "atmega32u2",
  20. "url": "https://github.com/evyd13/nt-series/tree/main/nt-210",
  21. "usb": {
  22. "device_version": "1.0.0",
  23. "pid": "0x4705",
  24. "vid": "0xCC3F"
  25. },
  26. "indicators": {
  27. "num_lock": "B4"
  28. },
  29. "layouts": {
  30. "LAYOUT_numpad_6x4": {
  31. "layout": [
  32. {"matrix": [0, 0], "x": 0, "y": 0},
  33. {"matrix": [0, 1], "x": 1, "y": 0},
  34. {"matrix": [0, 2], "x": 2, "y": 0},
  35. {"matrix": [0, 3], "x": 3, "y": 0},
  36. {"matrix": [1, 0], "x": 0, "y": 1.5},
  37. {"matrix": [1, 1], "x": 1, "y": 1.5},
  38. {"matrix": [1, 2], "x": 2, "y": 1.5},
  39. {"matrix": [1, 3], "x": 3, "y": 1.5},
  40. {"matrix": [2, 0], "x": 0, "y": 2.5},
  41. {"matrix": [2, 1], "x": 1, "y": 2.5},
  42. {"matrix": [2, 2], "x": 2, "y": 2.5},
  43. {"h": 2, "matrix": [2, 3], "x": 3, "y": 2.5},
  44. {"matrix": [3, 0], "x": 0, "y": 3.5},
  45. {"matrix": [3, 1], "x": 1, "y": 3.5},
  46. {"matrix": [3, 2], "x": 2, "y": 3.5},
  47. {"matrix": [4, 0], "x": 0, "y": 4.5},
  48. {"matrix": [4, 1], "x": 1, "y": 4.5},
  49. {"matrix": [4, 2], "x": 2, "y": 4.5},
  50. {"h": 2, "matrix": [4, 3], "x": 3, "y": 4.5},
  51. {"matrix": [5, 0], "w": 2, "x": 0, "y": 5.5},
  52. {"matrix": [5, 2], "x": 2, "y": 5.5}
  53. ]
  54. },
  55. "LAYOUT_ortho_6x4": {
  56. "layout": [
  57. {"matrix": [0, 0], "x": 0, "y": 0},
  58. {"matrix": [0, 1], "x": 1, "y": 0},
  59. {"matrix": [0, 2], "x": 2, "y": 0},
  60. {"matrix": [0, 3], "x": 3, "y": 0},
  61. {"matrix": [1, 0], "x": 0, "y": 1.5},
  62. {"matrix": [1, 1], "x": 1, "y": 1.5},
  63. {"matrix": [1, 2], "x": 2, "y": 1.5},
  64. {"matrix": [1, 3], "x": 3, "y": 1.5},
  65. {"matrix": [2, 0], "x": 0, "y": 2.5},
  66. {"matrix": [2, 1], "x": 1, "y": 2.5},
  67. {"matrix": [2, 2], "x": 2, "y": 2.5},
  68. {"matrix": [2, 3], "x": 3, "y": 2.5},
  69. {"matrix": [3, 0], "x": 0, "y": 3.5},
  70. {"matrix": [3, 1], "x": 1, "y": 3.5},
  71. {"matrix": [3, 2], "x": 2, "y": 3.5},
  72. {"matrix": [3, 3], "x": 3, "y": 3.5},
  73. {"matrix": [4, 0], "x": 0, "y": 4.5},
  74. {"matrix": [4, 1], "x": 1, "y": 4.5},
  75. {"matrix": [4, 2], "x": 2, "y": 4.5},
  76. {"matrix": [4, 3], "x": 3, "y": 4.5},
  77. {"matrix": [5, 0], "x": 0, "y": 5.5},
  78. {"matrix": [5, 1], "x": 1, "y": 5.5},
  79. {"matrix": [5, 2], "x": 2, "y": 5.5},
  80. {"matrix": [5, 3], "x": 3, "y": 5.5}
  81. ]
  82. }
  83. }
  84. }