logo

qmk_firmware

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

keyboard.json (2199B)


  1. {
  2. "keyboard_name": "Tap Duo",
  3. "manufacturer": "Momokai",
  4. "maintainer": "peepeetee",
  5. "usb": {
  6. "vid": "0x69F9",
  7. "pid": "0x0005",
  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_left_right": true,
  21. "breathing": true,
  22. "band_sat": true,
  23. "band_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_pinwheel": true,
  32. "cycle_spiral": true,
  33. "rainbow_beacon": true,
  34. "raindrops": true,
  35. "pixel_fractal": true,
  36. "typing_heatmap": true,
  37. "solid_reactive": true,
  38. "solid_reactive_multiwide": true,
  39. "solid_reactive_nexus": true,
  40. "solid_reactive_multinexus": true,
  41. "splash": true,
  42. "solid_splash": 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", "D1", "D2", "D3"],
  60. "rows": ["E0"]
  61. },
  62. "diode_direction": "COL2ROW",
  63. "processor": "atmega32u4",
  64. "bootloader": "atmel-dfu",
  65. "bootmagic": {
  66. "matrix": [0, 3]
  67. },
  68. "layouts": {
  69. "LAYOUT": {
  70. "layout": [
  71. {"matrix": [0, 0], "x": 0, "y": 0},
  72. {"matrix": [0, 1], "x": 1, "y": 0},
  73. {"matrix": [0, 2], "x": 0.5, "y": 1.25, "w": 0.5, "h": 0.5},
  74. {"matrix": [0, 3], "x": 1, "y": 1.25, "w": 0.5, "h": 0.5},
  75. {"matrix": [0, 4], "x": 1.5, "y": 1.25, "w": 0.5, "h": 0.5}
  76. ]
  77. }
  78. }
  79. }