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.

130 lines
4.3 KiB

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