logo

qmk_firmware

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

info.json (3558B)


  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. },
  56. "driver": "ws2812",
  57. "max_brightness": 120,
  58. "sleep": true
  59. },
  60. "matrix_pins": {
  61. "cols": ["B3", "B2", "B1", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F7", "F6"],
  62. "rows": ["F5"]
  63. },
  64. "diode_direction": "COL2ROW",
  65. "encoder": {
  66. "rotary": [
  67. {"pin_a": "D0", "pin_b": "D1"},
  68. {"pin_a": "D2", "pin_b": "D3"},
  69. {"pin_a": "D5", "pin_b": "D4"}
  70. ]
  71. },
  72. "bootmagic": {
  73. "matrix": [0, 11]
  74. },
  75. "ws2812": {
  76. "pin": "F1"
  77. },
  78. "rgblight": {
  79. "driver": "custom",
  80. "max_brightness": 120,
  81. "sleep": true,
  82. "animations": {
  83. "breathing": true,
  84. "rainbow_mood": true,
  85. "rainbow_swirl": true,
  86. "snake": true,
  87. "knight": true,
  88. "christmas": true,
  89. "static_gradient": true,
  90. "twinkle": true
  91. },
  92. "default": {
  93. "hue": 36
  94. }
  95. },
  96. "processor": "atmega32u4",
  97. "bootloader": "atmel-dfu",
  98. "layouts": {
  99. "LAYOUT": {
  100. "layout": [
  101. {"label": "k00", "matrix": [0, 0], "x": 0, "y": 0},
  102. {"label": "k01", "matrix": [0, 1], "x": 1, "y": 0},
  103. {"label": "k02", "matrix": [0, 2], "x": 2, "y": 0},
  104. {"label": "k03", "matrix": [0, 3], "x": 3, "y": 0},
  105. {"label": "k04", "matrix": [0, 4], "x": 4, "y": 0},
  106. {"label": "k05", "matrix": [0, 5], "x": 5, "y": 0},
  107. {"label": "k06", "matrix": [0, 6], "x": 6, "y": 0},
  108. {"label": "k07", "matrix": [0, 7], "x": 7, "y": 0},
  109. {"label": "k08", "matrix": [0, 8], "x": 8, "y": 0},
  110. {"label": "k09", "matrix": [0, 9], "x": 9, "y": 0},
  111. {"label": "k0a", "matrix": [0, 10], "x": 10, "y": 0},
  112. {"label": "k0b", "matrix": [0, 11], "x": 11, "y": 0}
  113. ]
  114. }
  115. }
  116. }