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.

64 lines
1.9 KiB

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