You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

88 lines
2.5 KiB

  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. "brightness_steps": 8,
  38. "hue_steps": 8,
  39. "led_count": 8,
  40. "max_brightness": 150,
  41. "saturation_steps": 8,
  42. "sleep": true
  43. },
  44. "ws2812": {
  45. "pin": "D1"
  46. },
  47. "rgb_matrix": {
  48. "driver": "ws2812"
  49. },
  50. "url": "https://worklouder.cc/",
  51. "usb": {
  52. "device_version": "1.0.0",
  53. "pid": "0xE6E3",
  54. "vid": "0x574C",
  55. "max_power": 100
  56. },
  57. "encoder": {
  58. "rotary": [
  59. {"pin_a": "D4", "pin_b": "D6"},
  60. {"pin_a": "B0", "pin_b": "B1"}
  61. ]
  62. },
  63. "build": {
  64. "lto": true
  65. },
  66. "layouts": {
  67. "LAYOUT": {
  68. "layout": [
  69. {"matrix": [0, 0], "x": 0, "y": 0},
  70. {"matrix": [0, 1], "x": 1.25, "y": 0.25},
  71. {"matrix": [0, 2], "x": 2.25, "y": 0.25},
  72. {"matrix": [0, 3], "x": 3.5, "y": 0},
  73. {"matrix": [1, 0], "x": 0.25, "y": 1.25},
  74. {"matrix": [1, 1], "x": 1.25, "y": 1.25},
  75. {"matrix": [1, 2], "x": 2.25, "y": 1.25},
  76. {"matrix": [1, 3], "x": 3.25, "y": 1.25},
  77. {"matrix": [2, 0], "x": 0.25, "y": 2.25},
  78. {"matrix": [2, 1], "x": 1.25, "y": 2.25},
  79. {"matrix": [2, 2], "x": 2.25, "y": 2.25},
  80. {"matrix": [2, 3], "x": 3.25, "y": 2.25},
  81. {"matrix": [3, 0], "x": 0, "y": 3.5},
  82. {"matrix": [3, 1], "x": 1.25, "y": 3.25},
  83. {"matrix": [3, 2], "x": 2.25, "y": 3.25},
  84. {"matrix": [3, 3], "x": 3.5, "y": 3.5}
  85. ]
  86. }
  87. }
  88. }