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.

66 lines
1.9 KiB

  1. {
  2. "keyboard_name": "Tap Duo",
  3. "manufacturer": "Momokai",
  4. "url": "",
  5. "maintainer": "peepeetee",
  6. "usb": {
  7. "vid": "0x69F9",
  8. "pid": "0x0005",
  9. "device_version": "0.0.1"
  10. },
  11. "ws2812": {
  12. "pin": "F0"
  13. },
  14. "rgb_matrix": {
  15. "animations": {
  16. "gradient_left_right": true,
  17. "breathing": true,
  18. "band_sat": true,
  19. "band_val": true,
  20. "band_spiral_sat": true,
  21. "band_spiral_val": true,
  22. "cycle_all": true,
  23. "cycle_left_right": true,
  24. "cycle_up_down": true,
  25. "rainbow_moving_chevron": true,
  26. "cycle_out_in": true,
  27. "cycle_pinwheel": true,
  28. "cycle_spiral": true,
  29. "rainbow_beacon": true,
  30. "raindrops": true,
  31. "pixel_fractal": true,
  32. "typing_heatmap": true,
  33. "solid_reactive": true,
  34. "solid_reactive_multiwide": true,
  35. "solid_reactive_nexus": true,
  36. "solid_reactive_multinexus": true,
  37. "splash": true,
  38. "solid_splash": true
  39. },
  40. "driver": "ws2812",
  41. "max_brightness": 200,
  42. "sleep": true
  43. },
  44. "matrix_pins": {
  45. "cols": ["E6", "B2", "D1", "D2", "D3"],
  46. "rows": ["E0"]
  47. },
  48. "diode_direction": "COL2ROW",
  49. "processor": "atmega32u4",
  50. "bootloader": "atmel-dfu",
  51. "bootmagic": {
  52. "matrix": [0, 3]
  53. },
  54. "layouts": {
  55. "LAYOUT": {
  56. "layout": [
  57. {"matrix": [0, 0], "x": 0, "y": 0},
  58. {"matrix": [0, 1], "x": 1, "y": 0},
  59. {"matrix": [0, 2], "x": 0.5, "y": 1.25, "w": 0.5, "h": 0.5},
  60. {"matrix": [0, 3], "x": 1, "y": 1.25, "w": 0.5, "h": 0.5},
  61. {"matrix": [0, 4], "x": 1.5, "y": 1.25, "w": 0.5, "h": 0.5}
  62. ]
  63. }
  64. }
  65. }