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.

102 lines
3.2 KiB

  1. {
  2. "keyboard_name": "Loop Pad",
  3. "manufacturer": "Work Louder",
  4. "url": "https://worklouder.cc/",
  5. "maintainer": "Work Louder",
  6. "usb": {
  7. "vid": "0x574C",
  8. "pid": "0x1DF9",
  9. "max_power": 100
  10. },
  11. "rgb_matrix": {
  12. "animations": {
  13. "alphas_mods": true,
  14. "gradient_up_down": true,
  15. "gradient_left_right": true,
  16. "breathing": true,
  17. "band_sat": true,
  18. "band_val": true,
  19. "band_pinwheel_sat": true,
  20. "band_pinwheel_val": true,
  21. "band_spiral_sat": true,
  22. "band_spiral_val": true,
  23. "cycle_all": true,
  24. "cycle_left_right": true,
  25. "cycle_up_down": true,
  26. "rainbow_moving_chevron": true,
  27. "cycle_out_in": true,
  28. "cycle_out_in_dual": true,
  29. "cycle_pinwheel": true,
  30. "cycle_spiral": true,
  31. "dual_beacon": true,
  32. "rainbow_beacon": true,
  33. "rainbow_pinwheels": true,
  34. "raindrops": true,
  35. "jellybean_raindrops": true,
  36. "hue_breathing": true,
  37. "hue_pendulum": true,
  38. "hue_wave": true,
  39. "pixel_rain": true,
  40. "pixel_flow": true,
  41. "pixel_fractal": true,
  42. "typing_heatmap": true,
  43. "digital_rain": true
  44. },
  45. "driver": "ws2812",
  46. "max_brightness": 120,
  47. "sleep": true
  48. },
  49. "matrix_pins": {
  50. "cols": ["B3", "B2", "B1", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F7", "F6"],
  51. "rows": ["F5"]
  52. },
  53. "diode_direction": "COL2ROW",
  54. "encoder": {
  55. "rotary": [
  56. {"pin_a": "D0", "pin_b": "D1"},
  57. {"pin_a": "D2", "pin_b": "D3"},
  58. {"pin_a": "D5", "pin_b": "D4"}
  59. ]
  60. },
  61. "bootmagic": {
  62. "matrix": [0, 11]
  63. },
  64. "ws2812": {
  65. "pin": "F1"
  66. },
  67. "rgblight": {
  68. "driver": "custom",
  69. "max_brightness": 120,
  70. "sleep": true,
  71. "animations": {
  72. "breathing": true,
  73. "rainbow_mood": true,
  74. "rainbow_swirl": true,
  75. "snake": true,
  76. "knight": true,
  77. "christmas": true,
  78. "static_gradient": true,
  79. "twinkle": true
  80. }
  81. },
  82. "processor": "atmega32u4",
  83. "bootloader": "atmel-dfu",
  84. "layouts": {
  85. "LAYOUT": {
  86. "layout": [
  87. {"label": "k00", "matrix": [0, 0], "x": 0, "y": 0},
  88. {"label": "k01", "matrix": [0, 1], "x": 1, "y": 0},
  89. {"label": "k02", "matrix": [0, 2], "x": 2, "y": 0},
  90. {"label": "k03", "matrix": [0, 3], "x": 3, "y": 0},
  91. {"label": "k04", "matrix": [0, 4], "x": 4, "y": 0},
  92. {"label": "k05", "matrix": [0, 5], "x": 5, "y": 0},
  93. {"label": "k06", "matrix": [0, 6], "x": 6, "y": 0},
  94. {"label": "k07", "matrix": [0, 7], "x": 7, "y": 0},
  95. {"label": "k08", "matrix": [0, 8], "x": 8, "y": 0},
  96. {"label": "k09", "matrix": [0, 9], "x": 9, "y": 0},
  97. {"label": "k0a", "matrix": [0, 10], "x": 10, "y": 0},
  98. {"label": "k0b", "matrix": [0, 11], "x": 11, "y": 0}
  99. ]
  100. }
  101. }
  102. }