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.

116 lines
4.0 KiB

  1. {
  2. "keyboard_name": "ALETH42",
  3. "manufacturer": "25KEYS",
  4. "url": "http://www.sho-k.co.uk/tech/aleth42",
  5. "maintainer": "monksoffunk",
  6. "usb": {
  7. "vid": "0x04D8",
  8. "pid": "0xEAC8",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "mousekey": false,
  14. "extrakey": true,
  15. "console": true,
  16. "backlight": true,
  17. "rgblight": true,
  18. "encoder": true
  19. },
  20. "qmk": {
  21. "locking": {
  22. "enabled": true,
  23. "resync": true
  24. }
  25. },
  26. "matrix_pins": {
  27. "cols": ["D5", "D3", "D2", "D1", "D0", "D6", "D4", "F7", "F0", "F1", "F4"],
  28. "rows": ["B4", "B0", "B2", "B1"]
  29. },
  30. "diode_direction": "COL2ROW",
  31. "encoder": {
  32. "rotary": [
  33. {"pin_a": "B5", "pin_b": "B6"},
  34. {"pin_a": "F5", "pin_b": "F6"}
  35. ]
  36. },
  37. "rgblight": {
  38. "saturation_steps": 8,
  39. "brightness_steps": 8,
  40. "led_count": 8,
  41. "sleep": true,
  42. "animations": {
  43. "breathing": true,
  44. "rainbow_mood": true,
  45. "rainbow_swirl": true,
  46. "snake": true,
  47. "knight": true,
  48. "christmas": true,
  49. "static_gradient": true,
  50. "rgb_test": true,
  51. "alternating": true,
  52. "twinkle": true
  53. }
  54. },
  55. "ws2812": {
  56. "pin": "B3"
  57. },
  58. "backlight": {
  59. "pin": "C6",
  60. "levels": 8,
  61. "breathing": true
  62. },
  63. "processor": "atmega32u4",
  64. "bootloader": "atmel-dfu",
  65. "layouts": {
  66. "LAYOUT": {
  67. "layout": [
  68. {"matrix": [0, 0], "x": 0, "y": 0},
  69. {"matrix": [0, 1], "x": 1, "y": 0},
  70. {"matrix": [0, 2], "x": 2, "y": 0},
  71. {"matrix": [0, 3], "x": 3, "y": 0},
  72. {"matrix": [0, 4], "x": 4, "y": 0},
  73. {"matrix": [0, 5], "x": 5, "y": 0},
  74. {"matrix": [0, 6], "x": 6, "y": 0},
  75. {"matrix": [0, 7], "x": 7, "y": 0},
  76. {"matrix": [0, 8], "x": 8, "y": 0},
  77. {"matrix": [0, 9], "x": 9, "y": 0},
  78. {"matrix": [0, 10], "x": 10, "y": 0},
  79. {"matrix": [3, 10], "x": 11, "y": 0},
  80. {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.25},
  81. {"matrix": [1, 1], "x": 1.25, "y": 1},
  82. {"matrix": [1, 2], "x": 2.25, "y": 1},
  83. {"matrix": [1, 3], "x": 3.25, "y": 1},
  84. {"matrix": [1, 4], "x": 4.25, "y": 1},
  85. {"matrix": [1, 5], "x": 5.25, "y": 1},
  86. {"matrix": [1, 6], "x": 6.25, "y": 1},
  87. {"matrix": [1, 7], "x": 7.25, "y": 1},
  88. {"matrix": [1, 8], "x": 8.25, "y": 1},
  89. {"matrix": [1, 9], "x": 9.25, "y": 1},
  90. {"matrix": [1, 10], "x": 10.25, "y": 1, "w": 1.75},
  91. {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
  92. {"matrix": [2, 1], "x": 1.75, "y": 2},
  93. {"matrix": [2, 2], "x": 2.75, "y": 2},
  94. {"matrix": [2, 3], "x": 3.75, "y": 2},
  95. {"matrix": [2, 4], "x": 4.75, "y": 2},
  96. {"matrix": [2, 5], "x": 5.75, "y": 2},
  97. {"matrix": [2, 6], "x": 6.75, "y": 2},
  98. {"matrix": [2, 7], "x": 7.75, "y": 2},
  99. {"matrix": [2, 8], "x": 8.75, "y": 2},
  100. {"matrix": [2, 9], "x": 9.75, "y": 2},
  101. {"matrix": [2, 10], "x": 10.75, "y": 2, "w": 1.25},
  102. {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25},
  103. {"matrix": [3, 1], "x": 1.25, "y": 3},
  104. {"matrix": [3, 2], "x": 2.25, "y": 3, "w": 1.25},
  105. {"matrix": [3, 3], "x": 3.5, "y": 3, "w": 2.75},
  106. {"matrix": [3, 4], "x": 6.25, "y": 3, "w": 2.25},
  107. {"matrix": [3, 5], "x": 8.5, "y": 3, "w": 1.25},
  108. {"matrix": [3, 6], "x": 9.75, "y": 3},
  109. {"matrix": [3, 7], "x": 10.75, "y": 3, "w": 1.25}
  110. ]
  111. }
  112. }
  113. }