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.

75 lines
2.2 KiB

  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. "matrix_pins": {
  32. "cols": ["D0", "D1", "D2", "D3"],
  33. "rows": ["F0", "F1", "F4", "F5", "F6", "F7"]
  34. },
  35. "diode_direction": "COL2ROW",
  36. "indicators": {
  37. "num_lock": "D4",
  38. "on_state": 0
  39. },
  40. "processor": "atmega32u4",
  41. "bootloader": "atmel-dfu",
  42. "community_layouts": ["numpad_6x4"],
  43. "layouts": {
  44. "LAYOUT_numpad_6x4": {
  45. "layout": [
  46. {"matrix": [0, 0], "x": 0, "y": 0},
  47. {"matrix": [0, 1], "x": 1, "y": 0},
  48. {"matrix": [0, 2], "x": 2, "y": 0},
  49. {"matrix": [0, 3], "x": 3, "y": 0},
  50. {"matrix": [1, 0], "x": 0, "y": 1},
  51. {"matrix": [1, 1], "x": 1, "y": 1},
  52. {"matrix": [1, 2], "x": 2, "y": 1},
  53. {"matrix": [1, 3], "x": 3, "y": 1},
  54. {"matrix": [2, 0], "x": 0, "y": 2},
  55. {"matrix": [2, 1], "x": 1, "y": 2},
  56. {"matrix": [2, 2], "x": 2, "y": 2},
  57. {"matrix": [3, 0], "x": 0, "y": 3},
  58. {"matrix": [3, 1], "x": 1, "y": 3},
  59. {"matrix": [3, 2], "x": 2, "y": 3},
  60. {"matrix": [3, 3], "x": 3, "y": 2, "h": 2},
  61. {"matrix": [4, 0], "x": 0, "y": 4},
  62. {"matrix": [4, 1], "x": 1, "y": 4},
  63. {"matrix": [4, 2], "x": 2, "y": 4},
  64. {"matrix": [5, 0], "x": 0, "y": 5, "w": 2},
  65. {"matrix": [5, 2], "x": 2, "y": 5},
  66. {"matrix": [5, 3], "x": 3, "y": 4, "h": 2}
  67. ]
  68. }
  69. }
  70. }