keyboard.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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. "qmk": {
  21. "locking": {
  22. "enabled": true,
  23. "resync": true
  24. }
  25. },
  26. "matrix_pins": {
  27. "cols": ["B6", "B2", "B3", "B1", "F7", "F6", "F5", "F4"],
  28. "rows": ["B5", "B4", "E6", "D7", "C6"]
  29. },
  30. "diode_direction": "COL2ROW",
  31. "bootmagic": {
  32. "matrix": [0, 1]
  33. },
  34. "rgblight": {
  35. "led_count": 8,
  36. "sleep": true,
  37. "animations": {
  38. "breathing": true,
  39. "rainbow_mood": true,
  40. "rainbow_swirl": true,
  41. "snake": true,
  42. "knight": true,
  43. "christmas": true,
  44. "static_gradient": true,
  45. "rgb_test": true,
  46. "alternating": true,
  47. "twinkle": true
  48. }
  49. },
  50. "ws2812": {
  51. "pin": "D3"
  52. },
  53. "processor": "atmega32u4",
  54. "bootloader": "atmel-dfu",
  55. "layouts": {
  56. "LAYOUT": {
  57. "layout": [
  58. {"matrix": [0, 1], "x": 1.5, "y": 0, "w": 1.25},
  59. {"matrix": [0, 2], "x": 2.75, "y": 0},
  60. {"matrix": [0, 3], "x": 3.75, "y": 0},
  61. {"matrix": [0, 4], "x": 4.75, "y": 0},
  62. {"matrix": [0, 5], "x": 5.75, "y": 0},
  63. {"matrix": [0, 6], "x": 6.75, "y": 0},
  64. {"matrix": [0, 7], "x": 7.75, "y": 0},
  65. {"matrix": [1, 1], "x": 1.5, "y": 1, "w": 1.25},
  66. {"matrix": [1, 2], "x": 2.75, "y": 1},
  67. {"matrix": [1, 3], "x": 3.75, "y": 1},
  68. {"matrix": [1, 4], "x": 4.75, "y": 1},
  69. {"matrix": [1, 5], "x": 5.75, "y": 1},
  70. {"matrix": [1, 6], "x": 6.75, "y": 1},
  71. {"matrix": [1, 7], "x": 7.75, "y": 1},
  72. {"matrix": [2, 0], "x": 0, "y": 2},
  73. {"matrix": [2, 1], "x": 1.5, "y": 2, "w": 1.25},
  74. {"matrix": [2, 2], "x": 2.75, "y": 2},
  75. {"matrix": [2, 3], "x": 3.75, "y": 2},
  76. {"matrix": [2, 4], "x": 4.75, "y": 2},
  77. {"matrix": [2, 5], "x": 5.75, "y": 2},
  78. {"matrix": [2, 6], "x": 6.75, "y": 2},
  79. {"matrix": [2, 7], "x": 7.75, "y": 2},
  80. {"matrix": [3, 0], "x": 0, "y": 3},
  81. {"matrix": [3, 1], "x": 1.5, "y": 3, "w": 1.25},
  82. {"matrix": [3, 2], "x": 2.75, "y": 3},
  83. {"matrix": [3, 3], "x": 3.75, "y": 3},
  84. {"matrix": [3, 4], "x": 4.75, "y": 3},
  85. {"matrix": [3, 5], "x": 5.75, "y": 3},
  86. {"matrix": [3, 6], "x": 6.75, "y": 3},
  87. {"matrix": [3, 7], "x": 7.75, "y": 3},
  88. {"matrix": [4, 0], "x": 0, "y": 4},
  89. {"matrix": [4, 1], "x": 1.5, "y": 4, "w": 1.25},
  90. {"matrix": [4, 2], "x": 2.75, "y": 4, "w": 1.25},
  91. {"matrix": [4, 3], "x": 4, "y": 4},
  92. {"matrix": [4, 5], "x": 5, "y": 4, "w": 2.75},
  93. {"matrix": [4, 7], "x": 7.75, "y": 4}
  94. ]
  95. }
  96. }
  97. }