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.

86 lines
2.6 KiB

  1. {
  2. "keyboard_name": "dumbpad/v3x",
  3. "url": "https://www.github.com/imchipwood/dumbpad",
  4. "maintainer": "imchipwood",
  5. "usb": {
  6. "device_version": "0.1.0"
  7. },
  8. "rgb_matrix": {
  9. "animations": {
  10. "alphas_mods": true,
  11. "gradient_up_down": true,
  12. "breathing": true,
  13. "band_sat": true,
  14. "band_val": true,
  15. "band_spiral_val": true,
  16. "cycle_left_right": true,
  17. "cycle_pinwheel": true,
  18. "raindrops": true,
  19. "jellybean_raindrops": true,
  20. "pixel_rain": true,
  21. "pixel_flow": true,
  22. "pixel_fractal": true,
  23. "typing_heatmap": true,
  24. "digital_rain": true,
  25. "solid_reactive_simple": true,
  26. "solid_reactive": true,
  27. "solid_reactive_wide": true,
  28. "solid_reactive_multiwide": true,
  29. "solid_reactive_cross": true,
  30. "solid_reactive_multicross": true,
  31. "solid_reactive_nexus": true,
  32. "solid_reactive_multinexus": true,
  33. "splash": true,
  34. "multisplash": true,
  35. "solid_splash": true,
  36. "solid_multisplash": true
  37. },
  38. "driver": "ws2812",
  39. "timeout": 300000,
  40. "sleep": true
  41. },
  42. "matrix_pins": {
  43. "cols": ["C6", "D7", "E6", "B4", "B5"],
  44. "rows": ["F4", "F5", "F6", "F7"]
  45. },
  46. "diode_direction": "COL2ROW",
  47. "encoder": {
  48. "rotary": [
  49. {"pin_a": "B2", "pin_b": "D4"}
  50. ]
  51. },
  52. "bootmagic": {
  53. "matrix": [3, 0]
  54. },
  55. "ws2812": {
  56. "pin": "D1"
  57. },
  58. "processor": "atmega32u4",
  59. "bootloader": "caterina",
  60. "layouts": {
  61. "LAYOUT": {
  62. "layout": [
  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": [0, 4], "x": 4, "y": 0},
  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": [1, 4], "x": 4, "y": 1},
  71. {"matrix": [2, 1], "x": 1, "y": 2},
  72. {"matrix": [2, 2], "x": 2, "y": 2},
  73. {"matrix": [2, 3], "x": 3, "y": 2},
  74. {"matrix": [2, 4], "x": 4, "y": 2},
  75. {"matrix": [3, 0], "x": 0, "y": 3},
  76. {"matrix": [3, 1], "x": 1, "y": 3},
  77. {"matrix": [3, 2], "x": 2, "y": 3},
  78. {"matrix": [3, 3], "x": 3, "y": 3},
  79. {"matrix": [3, 4], "x": 4, "y": 3}
  80. ]
  81. }
  82. }
  83. }