logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (2210B)


  1. {
  2. "keyboard_name": "Tap Trio",
  3. "manufacturer": "Momokai",
  4. "maintainer": "peepeetee",
  5. "usb": {
  6. "vid": "0x69F9",
  7. "pid": "0x0006",
  8. "device_version": "0.0.1"
  9. },
  10. "ws2812": {
  11. "pin": "F0"
  12. },
  13. "rgb_matrix": {
  14. "default": {
  15. "animation": "solid_color",
  16. "sat": 0,
  17. "val": 200
  18. },
  19. "animations": {
  20. "gradient_up_down": true,
  21. "gradient_left_right": true,
  22. "breathing": true,
  23. "band_sat": true,
  24. "band_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. "dual_beacon": true,
  32. "rainbow_beacon": true,
  33. "raindrops": true,
  34. "pixel_fractal": true,
  35. "typing_heatmap": true,
  36. "solid_reactive": true,
  37. "solid_reactive_multiwide": true,
  38. "solid_reactive_multinexus": true,
  39. "splash": true,
  40. "multisplash": true,
  41. "solid_splash": true,
  42. "solid_multisplash": true
  43. },
  44. "driver": "ws2812",
  45. "max_brightness": 200,
  46. "sleep": true
  47. },
  48. "build": {
  49. "lto": true
  50. },
  51. "features": {
  52. "bootmagic": true,
  53. "extrakey": true,
  54. "mousekey": true,
  55. "nkro": false,
  56. "rgb_matrix": true
  57. },
  58. "matrix_pins": {
  59. "cols": ["E6", "B2", "B7", "D1", "D2", "D3"],
  60. "rows": ["E0"]
  61. },
  62. "diode_direction": "COL2ROW",
  63. "processor": "atmega32u4",
  64. "bootloader": "atmel-dfu",
  65. "layouts": {
  66. "LAYOUT": {
  67. "layout": [
  68. {"matrix": [0, 0], "x": 0, "y": 0, "w": 1.5, "h": 1.5},
  69. {"matrix": [0, 1], "x": 2.25, "y": 0, "w": 1.5, "h": 1.5},
  70. {"matrix": [0, 2], "x": 4.5, "y": 0, "w": 1.5, "h": 1.5},
  71. {"matrix": [0, 3], "x": 2.25, "y": 2.5},
  72. {"matrix": [0, 4], "x": 3.75, "y": 2.5},
  73. {"matrix": [0, 5], "x": 5.25, "y": 2.5}
  74. ]
  75. }
  76. }
  77. }