keyboard.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "keyboard_name": "Micro Pad",
  3. "manufacturer": "Work Louder",
  4. "bootloader": "atmel-dfu",
  5. "diode_direction": "COL2ROW",
  6. "features": {
  7. "bootmagic": true,
  8. "command": false,
  9. "console": false,
  10. "extrakey": true,
  11. "mousekey": true,
  12. "nkro": true,
  13. "encoder": true,
  14. "rgblight": true,
  15. "rgb_matrix": true
  16. },
  17. "matrix_pins": {
  18. "custom_lite": true,
  19. "cols": ["B4", "C6", "C7", "E6"],
  20. "rows": ["F1", "F4", "F5", "F6"]
  21. },
  22. "processor": "atmega32u4",
  23. "rgblight": {
  24. "driver": "custom",
  25. "animations": {
  26. "alternating": false,
  27. "breathing": true,
  28. "christmas": true,
  29. "knight": true,
  30. "rainbow_mood": true,
  31. "rainbow_swirl": true,
  32. "rgb_test": false,
  33. "snake": true,
  34. "static_gradient": true,
  35. "twinkle": true
  36. },
  37. "default": {
  38. "hue": 213
  39. },
  40. "brightness_steps": 8,
  41. "hue_steps": 8,
  42. "led_count": 8,
  43. "max_brightness": 150,
  44. "saturation_steps": 8,
  45. "sleep": true
  46. },
  47. "ws2812": {
  48. "pin": "D1"
  49. },
  50. "rgb_matrix": {
  51. "animations": {
  52. "alphas_mods": true,
  53. "gradient_up_down": true,
  54. "gradient_left_right": true,
  55. "breathing": true,
  56. "band_sat": true,
  57. "band_val": true,
  58. "band_pinwheel_sat": true,
  59. "band_pinwheel_val": true,
  60. "band_spiral_sat": true,
  61. "band_spiral_val": true,
  62. "cycle_all": true,
  63. "cycle_left_right": true,
  64. "cycle_up_down": true,
  65. "rainbow_moving_chevron": true,
  66. "cycle_out_in": true,
  67. "cycle_out_in_dual": true,
  68. "cycle_pinwheel": true,
  69. "cycle_spiral": true,
  70. "dual_beacon": true,
  71. "rainbow_beacon": true,
  72. "rainbow_pinwheels": true,
  73. "raindrops": true,
  74. "jellybean_raindrops": true,
  75. "hue_breathing": true,
  76. "hue_pendulum": true,
  77. "hue_wave": true,
  78. "pixel_rain": true,
  79. "pixel_flow": true,
  80. "pixel_fractal": true,
  81. "typing_heatmap": true,
  82. "digital_rain": true
  83. },
  84. "driver": "ws2812",
  85. "max_brightness": 150,
  86. "sleep": true
  87. },
  88. "url": "https://worklouder.cc/",
  89. "usb": {
  90. "device_version": "1.0.0",
  91. "pid": "0xE6E3",
  92. "vid": "0x574C",
  93. "max_power": 100
  94. },
  95. "encoder": {
  96. "rotary": [
  97. {"pin_a": "D4", "pin_b": "D6"},
  98. {"pin_a": "B0", "pin_b": "B1"}
  99. ]
  100. },
  101. "build": {
  102. "lto": true
  103. },
  104. "layouts": {
  105. "LAYOUT": {
  106. "layout": [
  107. {"matrix": [0, 0], "x": 0, "y": 0},
  108. {"matrix": [0, 1], "x": 1.25, "y": 0.25},
  109. {"matrix": [0, 2], "x": 2.25, "y": 0.25},
  110. {"matrix": [0, 3], "x": 3.5, "y": 0},
  111. {"matrix": [1, 0], "x": 0.25, "y": 1.25},
  112. {"matrix": [1, 1], "x": 1.25, "y": 1.25},
  113. {"matrix": [1, 2], "x": 2.25, "y": 1.25},
  114. {"matrix": [1, 3], "x": 3.25, "y": 1.25},
  115. {"matrix": [2, 0], "x": 0.25, "y": 2.25},
  116. {"matrix": [2, 1], "x": 1.25, "y": 2.25},
  117. {"matrix": [2, 2], "x": 2.25, "y": 2.25},
  118. {"matrix": [2, 3], "x": 3.25, "y": 2.25},
  119. {"matrix": [3, 0], "x": 0, "y": 3.5},
  120. {"matrix": [3, 1], "x": 1.25, "y": 3.25},
  121. {"matrix": [3, 2], "x": 2.25, "y": 3.25},
  122. {"matrix": [3, 3], "x": 3.5, "y": 3.5}
  123. ]
  124. }
  125. }
  126. }