keyboard.json 3.3 KB

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