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.

88 lines
2.7 KiB

  1. {
  2. "keyboard_name": "Batpad",
  3. "manufacturer": "Yncognito",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0x7979",
  8. "pid": "0x6602",
  9. "device_version": "0.0.1"
  10. },
  11. "ws2812": {
  12. "pin": "B5"
  13. },
  14. "rgb_matrix": {
  15. "animations": {
  16. "alphas_mods": true,
  17. "gradient_up_down": true,
  18. "gradient_left_right": true,
  19. "breathing": true,
  20. "band_sat": true,
  21. "band_val": true,
  22. "band_pinwheel_sat": true,
  23. "band_pinwheel_val": true,
  24. "band_spiral_sat": true,
  25. "band_spiral_val": true,
  26. "cycle_all": true,
  27. "cycle_left_right": true,
  28. "cycle_up_down": true,
  29. "rainbow_moving_chevron": true,
  30. "cycle_out_in": true,
  31. "cycle_out_in_dual": true,
  32. "cycle_pinwheel": true,
  33. "cycle_spiral": true,
  34. "dual_beacon": true,
  35. "rainbow_beacon": true,
  36. "rainbow_pinwheels": true,
  37. "raindrops": true,
  38. "jellybean_raindrops": true,
  39. "hue_breathing": true,
  40. "hue_pendulum": true,
  41. "hue_wave": true,
  42. "pixel_rain": true,
  43. "pixel_flow": true,
  44. "pixel_fractal": true,
  45. "typing_heatmap": true,
  46. "digital_rain": true,
  47. "solid_reactive_simple": true,
  48. "solid_reactive": true,
  49. "solid_reactive_wide": true,
  50. "solid_reactive_multiwide": true,
  51. "solid_reactive_cross": true,
  52. "solid_reactive_multicross": true,
  53. "solid_reactive_nexus": true,
  54. "solid_reactive_multinexus": true,
  55. "splash": true,
  56. "multisplash": true,
  57. "solid_splash": true,
  58. "solid_multisplash": true
  59. },
  60. "default": {
  61. "animation": "cycle_all"
  62. },
  63. "driver": "ws2812",
  64. "react_on_keyup": true
  65. },
  66. "matrix_pins": {
  67. "cols": ["F1", "F0", "D5", "D3"],
  68. "rows": ["F4", "C7"]
  69. },
  70. "diode_direction": "COL2ROW",
  71. "processor": "atmega32u4",
  72. "bootloader": "atmel-dfu",
  73. "layouts": {
  74. "LAYOUT_ortho_2x4": {
  75. "layout": [
  76. {"matrix": [0, 0], "x": 0, "y": 0},
  77. {"matrix": [0, 1], "x": 1, "y": 0},
  78. {"matrix": [0, 2], "x": 2, "y": 0},
  79. {"matrix": [0, 3], "x": 3, "y": 0},
  80. {"matrix": [1, 0], "x": 0, "y": 1},
  81. {"matrix": [1, 1], "x": 1, "y": 1},
  82. {"matrix": [1, 2], "x": 2, "y": 1},
  83. {"matrix": [1, 3], "x": 3, "y": 1}
  84. ]
  85. }
  86. }
  87. }