logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (3404B)


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