logo

qmk_firmware

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

keyboard.json (3742B)


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