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.

95 lines
3.2 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. "driver": "ws2812",
  33. "layout": [
  34. {"flags": 1, "matrix": [3, 3], "x": 141, "y": 64},
  35. {"flags": 1, "matrix": [3, 2], "x": 122, "y": 64},
  36. {"flags": 1, "matrix": [3, 1], "x": 103, "y": 64},
  37. {"flags": 4, "matrix": [3, 0], "x": 84, "y": 64},
  38. {"flags": 1, "matrix": [2, 0], "x": 84, "y": 45},
  39. {"flags": 1, "matrix": [2, 1], "x": 103, "y": 45},
  40. {"flags": 1, "matrix": [2, 2], "x": 122, "y": 45},
  41. {"flags": 4, "matrix": [2, 3], "x": 141, "y": 45},
  42. {"flags": 1, "matrix": [1, 3], "x": 141, "y": 26},
  43. {"flags": 1, "matrix": [1, 2], "x": 122, "y": 26},
  44. {"flags": 1, "matrix": [1, 1], "x": 103, "y": 26},
  45. {"flags": 4, "matrix": [1, 0], "x": 84, "y": 26},
  46. {"flags": 1, "matrix": [0, 0], "x": 84, "y": 7},
  47. {"flags": 4, "matrix": [0, 1], "x": 103, "y": 7},
  48. {"flags": 4, "matrix": [0, 2], "x": 122, "y": 7},
  49. {"flags": 4, "matrix": [0, 3], "x": 141, "y": 7}
  50. ]
  51. },
  52. "rgblight": {
  53. "driver": "custom",
  54. "animations": {
  55. "breathing": true,
  56. "knight": true,
  57. "rainbow_mood": true,
  58. "rainbow_swirl": true,
  59. "snake": true,
  60. "static_gradient": true,
  61. "twinkle": true
  62. },
  63. "brightness_steps": 8,
  64. "hue_steps": 8,
  65. "led_count": 8,
  66. "max_brightness": 120,
  67. "saturation_steps": 8,
  68. "sleep": true
  69. },
  70. "ws2812": {
  71. "pin": "D1"
  72. },
  73. "layouts": {
  74. "LAYOUT_ortho_4x4": {
  75. "layout": [
  76. {"matrix": [0, 0], "x": 0, "y": 0},
  77. {"matrix": [0, 1], "x": 1, "y": 0},
  78. {"matrix": [0, 2], "x": 2, "y": 0},
  79. {"matrix": [0, 3], "x": 3, "y": 0},
  80. {"matrix": [1, 0], "x": 0, "y": 1},
  81. {"matrix": [1, 1], "x": 1, "y": 1},
  82. {"matrix": [1, 2], "x": 2, "y": 1},
  83. {"matrix": [1, 3], "x": 3, "y": 1},
  84. {"matrix": [2, 0], "x": 0, "y": 2},
  85. {"matrix": [2, 1], "x": 1, "y": 2},
  86. {"matrix": [2, 2], "x": 2, "y": 2},
  87. {"matrix": [2, 3], "x": 3, "y": 2},
  88. {"matrix": [3, 0], "x": 0, "y": 3},
  89. {"matrix": [3, 1], "x": 1, "y": 3},
  90. {"matrix": [3, 2], "x": 2, "y": 3},
  91. {"matrix": [3, 3], "x": 3, "y": 3}
  92. ]
  93. }
  94. }
  95. }