info.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. "animations": {
  25. "alternating": false,
  26. "breathing": true,
  27. "christmas": true,
  28. "knight": true,
  29. "rainbow_mood": true,
  30. "rainbow_swirl": true,
  31. "rgb_test": false,
  32. "snake": true,
  33. "static_gradient": true,
  34. "twinkle": true
  35. },
  36. "brightness_steps": 8,
  37. "hue_steps": 8,
  38. "led_count": 8,
  39. "max_brightness": 150,
  40. "saturation_steps": 8
  41. },
  42. "ws2812": {
  43. "pin": "D1"
  44. },
  45. "rgb_matrix": {
  46. "driver": "WS2812"
  47. },
  48. "url": "https://worklouder.cc/",
  49. "usb": {
  50. "device_version": "1.0.0",
  51. "pid": "0xE6E3",
  52. "vid": "0x574C",
  53. "max_power": 100
  54. },
  55. "encoder": {
  56. "rotary": [
  57. {"pin_a": "D4", "pin_b": "D6"},
  58. {"pin_a": "B0", "pin_b": "B1"}
  59. ]
  60. },
  61. "build": {
  62. "lto": true
  63. },
  64. "layouts": {
  65. "LAYOUT": {
  66. "layout": [
  67. {"matrix": [0, 0], "x": 0, "y": 0},
  68. {"matrix": [0, 1], "x": 1.25, "y": 0.25},
  69. {"matrix": [0, 2], "x": 2.25, "y": 0.25},
  70. {"matrix": [0, 3], "x": 3.5, "y": 0},
  71. {"matrix": [1, 0], "x": 0.25, "y": 1.25},
  72. {"matrix": [1, 1], "x": 1.25, "y": 1.25},
  73. {"matrix": [1, 2], "x": 2.25, "y": 1.25},
  74. {"matrix": [1, 3], "x": 3.25, "y": 1.25},
  75. {"matrix": [2, 0], "x": 0.25, "y": 2.25},
  76. {"matrix": [2, 1], "x": 1.25, "y": 2.25},
  77. {"matrix": [2, 2], "x": 2.25, "y": 2.25},
  78. {"matrix": [2, 3], "x": 3.25, "y": 2.25},
  79. {"matrix": [3, 0], "x": 0, "y": 3.5},
  80. {"matrix": [3, 1], "x": 1.25, "y": 3.25},
  81. {"matrix": [3, 2], "x": 2.25, "y": 3.25},
  82. {"matrix": [3, 3], "x": 3.5, "y": 3.5}
  83. ]
  84. }
  85. }
  86. }