info.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. "url": "https://worklouder.cc/",
  43. "usb": {
  44. "device_version": "1.0.0",
  45. "pid": "0xE6E3",
  46. "vid": "0x574C"
  47. },
  48. "encoder": {
  49. "rotary": [
  50. {"pin_a": "D4", "pin_b": "D6"},
  51. {"pin_a": "B0", "pin_b": "B1"}
  52. ]
  53. },
  54. "build": {
  55. "lto": true
  56. },
  57. "layouts": {
  58. "LAYOUT": {
  59. "layout": [
  60. { "matrix": [0, 0], "x": 0, "y": 0 },
  61. { "matrix": [0, 1], "x": 1.25, "y": 0.25 },
  62. { "matrix": [0, 2], "x": 2.25, "y": 0.25 },
  63. { "matrix": [0, 3], "x": 3.5, "y": 0 },
  64. { "matrix": [1, 0], "x": 0.25, "y": 1.25 },
  65. { "matrix": [1, 1], "x": 1.25, "y": 1.25 },
  66. { "matrix": [1, 2], "x": 2.25, "y": 1.25 },
  67. { "matrix": [1, 3], "x": 3.25, "y": 1.25 },
  68. { "matrix": [2, 0], "x": 0.25, "y": 2.25 },
  69. { "matrix": [2, 1], "x": 1.25, "y": 2.25 },
  70. { "matrix": [2, 2], "x": 2.25, "y": 2.25 },
  71. { "matrix": [2, 3], "x": 3.25, "y": 2.25 },
  72. { "matrix": [3, 0], "x": 0, "y": 3.5 },
  73. { "matrix": [3, 1], "x": 1.25, "y": 3.25 },
  74. { "matrix": [3, 2], "x": 2.25, "y": 3.25 },
  75. { "matrix": [3, 3], "x": 3.5, "y": 3.5 }
  76. ]
  77. }
  78. }
  79. }