info.json 3.5 KB

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