keyboard.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "keyboard_name": "DecadePad",
  3. "manufacturer": "ReverseStudio",
  4. "url": "",
  5. "maintainer": "huajijam",
  6. "usb": {
  7. "vid": "0x5253",
  8. "pid": "0x4450",
  9. "device_version": "0.0.1"
  10. },
  11. "rgblight": {
  12. "saturation_steps": 8,
  13. "brightness_steps": 8,
  14. "led_count": 20,
  15. "animations": {
  16. "breathing": true,
  17. "rainbow_mood": true,
  18. "rainbow_swirl": true,
  19. "snake": true,
  20. "knight": true,
  21. "christmas": true,
  22. "static_gradient": true,
  23. "rgb_test": true,
  24. "alternating": true,
  25. "twinkle": true
  26. }
  27. },
  28. "ws2812": {
  29. "pin": "D5"
  30. },
  31. "features": {
  32. "bootmagic": true,
  33. "command": false,
  34. "console": true,
  35. "extrakey": true,
  36. "mousekey": false,
  37. "nkro": true,
  38. "rgblight": true,
  39. "unicode": true
  40. },
  41. "qmk": {
  42. "locking": {
  43. "enabled": true,
  44. "resync": true
  45. }
  46. },
  47. "matrix_pins": {
  48. "cols": ["D0", "D1", "D2", "D3"],
  49. "rows": ["F0", "F1", "F4", "F5", "F6", "F7"]
  50. },
  51. "diode_direction": "COL2ROW",
  52. "indicators": {
  53. "num_lock": "D4",
  54. "on_state": 0
  55. },
  56. "processor": "atmega32u4",
  57. "bootloader": "atmel-dfu",
  58. "community_layouts": ["numpad_6x4"],
  59. "layouts": {
  60. "LAYOUT_numpad_6x4": {
  61. "layout": [
  62. {"matrix": [0, 0], "x": 0, "y": 0},
  63. {"matrix": [0, 1], "x": 1, "y": 0},
  64. {"matrix": [0, 2], "x": 2, "y": 0},
  65. {"matrix": [0, 3], "x": 3, "y": 0},
  66. {"matrix": [1, 0], "x": 0, "y": 1},
  67. {"matrix": [1, 1], "x": 1, "y": 1},
  68. {"matrix": [1, 2], "x": 2, "y": 1},
  69. {"matrix": [1, 3], "x": 3, "y": 1},
  70. {"matrix": [2, 0], "x": 0, "y": 2},
  71. {"matrix": [2, 1], "x": 1, "y": 2},
  72. {"matrix": [2, 2], "x": 2, "y": 2},
  73. {"matrix": [3, 0], "x": 0, "y": 3},
  74. {"matrix": [3, 1], "x": 1, "y": 3},
  75. {"matrix": [3, 2], "x": 2, "y": 3},
  76. {"matrix": [3, 3], "x": 3, "y": 2, "h": 2},
  77. {"matrix": [4, 0], "x": 0, "y": 4},
  78. {"matrix": [4, 1], "x": 1, "y": 4},
  79. {"matrix": [4, 2], "x": 2, "y": 4},
  80. {"matrix": [5, 0], "x": 0, "y": 5, "w": 2},
  81. {"matrix": [5, 2], "x": 2, "y": 5},
  82. {"matrix": [5, 3], "x": 3, "y": 4, "h": 2}
  83. ]
  84. }
  85. }
  86. }