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.

98 lines
3.3 KiB

  1. {
  2. "keyboard_name": "eternal_keypad",
  3. "manufacturer": "duckyb",
  4. "url": "https://github.com/duckyb/eternal-keypad",
  5. "maintainer": "duckyb",
  6. "usb": {
  7. "vid": "0x1209",
  8. "pid": "0xDB00",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "extrakey": true,
  16. "mousekey": false,
  17. "nkro": true,
  18. "rgblight": true
  19. },
  20. "matrix_pins": {
  21. "cols": ["B6", "B2", "B3", "B1", "F7", "F6", "F5", "F4"],
  22. "rows": ["B5", "B4", "E6", "D7", "C6"]
  23. },
  24. "diode_direction": "COL2ROW",
  25. "bootmagic": {
  26. "matrix": [0, 1]
  27. },
  28. "rgblight": {
  29. "led_count": 8,
  30. "sleep": true,
  31. "animations": {
  32. "breathing": true,
  33. "rainbow_mood": true,
  34. "rainbow_swirl": true,
  35. "snake": true,
  36. "knight": true,
  37. "christmas": true,
  38. "static_gradient": true,
  39. "rgb_test": true,
  40. "alternating": true,
  41. "twinkle": true
  42. }
  43. },
  44. "ws2812": {
  45. "pin": "D3"
  46. },
  47. "processor": "atmega32u4",
  48. "bootloader": "atmel-dfu",
  49. "layouts": {
  50. "LAYOUT": {
  51. "layout": [
  52. {"matrix": [0, 1], "x": 1.5, "y": 0, "w": 1.25},
  53. {"matrix": [0, 2], "x": 2.75, "y": 0},
  54. {"matrix": [0, 3], "x": 3.75, "y": 0},
  55. {"matrix": [0, 4], "x": 4.75, "y": 0},
  56. {"matrix": [0, 5], "x": 5.75, "y": 0},
  57. {"matrix": [0, 6], "x": 6.75, "y": 0},
  58. {"matrix": [0, 7], "x": 7.75, "y": 0},
  59. {"matrix": [1, 1], "x": 1.5, "y": 1, "w": 1.25},
  60. {"matrix": [1, 2], "x": 2.75, "y": 1},
  61. {"matrix": [1, 3], "x": 3.75, "y": 1},
  62. {"matrix": [1, 4], "x": 4.75, "y": 1},
  63. {"matrix": [1, 5], "x": 5.75, "y": 1},
  64. {"matrix": [1, 6], "x": 6.75, "y": 1},
  65. {"matrix": [1, 7], "x": 7.75, "y": 1},
  66. {"matrix": [2, 0], "x": 0, "y": 2},
  67. {"matrix": [2, 1], "x": 1.5, "y": 2, "w": 1.25},
  68. {"matrix": [2, 2], "x": 2.75, "y": 2},
  69. {"matrix": [2, 3], "x": 3.75, "y": 2},
  70. {"matrix": [2, 4], "x": 4.75, "y": 2},
  71. {"matrix": [2, 5], "x": 5.75, "y": 2},
  72. {"matrix": [2, 6], "x": 6.75, "y": 2},
  73. {"matrix": [2, 7], "x": 7.75, "y": 2},
  74. {"matrix": [3, 0], "x": 0, "y": 3},
  75. {"matrix": [3, 1], "x": 1.5, "y": 3, "w": 1.25},
  76. {"matrix": [3, 2], "x": 2.75, "y": 3},
  77. {"matrix": [3, 3], "x": 3.75, "y": 3},
  78. {"matrix": [3, 4], "x": 4.75, "y": 3},
  79. {"matrix": [3, 5], "x": 5.75, "y": 3},
  80. {"matrix": [3, 6], "x": 6.75, "y": 3},
  81. {"matrix": [3, 7], "x": 7.75, "y": 3},
  82. {"matrix": [4, 0], "x": 0, "y": 4},
  83. {"matrix": [4, 1], "x": 1.5, "y": 4, "w": 1.25},
  84. {"matrix": [4, 2], "x": 2.75, "y": 4, "w": 1.25},
  85. {"matrix": [4, 3], "x": 4, "y": 4},
  86. {"matrix": [4, 5], "x": 5, "y": 4, "w": 2.75},
  87. {"matrix": [4, 7], "x": 7.75, "y": 4}
  88. ]
  89. }
  90. }
  91. }