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.

97 lines
3.1 KiB

  1. {
  2. "keyboard_name": "MiniAxe",
  3. "manufacturer": "ENDO Katsuhiro",
  4. "url": "",
  5. "maintainer": "ka2hiro",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x3939",
  9. "device_version": "0.0.1"
  10. },
  11. "split": {
  12. "soft_serial_pin": "D0"
  13. },
  14. "rgblight": {
  15. "saturation_steps": 8,
  16. "brightness_steps": 8,
  17. "led_count": 6,
  18. "animations": {
  19. "breathing": true,
  20. "rainbow_mood": true,
  21. "rainbow_swirl": true,
  22. "snake": true,
  23. "knight": true,
  24. "christmas": true,
  25. "static_gradient": true,
  26. "rgb_test": true,
  27. "alternating": true,
  28. "twinkle": true
  29. }
  30. },
  31. "ws2812": {
  32. "pin": "F4"
  33. },
  34. "processor": "atmega32u4",
  35. "bootloader": "atmel-dfu",
  36. "matrix_pins": {
  37. "direct": [
  38. ["F1", "E6", "B0", "B2", "B3"],
  39. ["F5", "F0", "B1", "B7", "D2"],
  40. ["F6", "F7", "C7", "D5", "D3"],
  41. ["B5", "C6", "B6", null, null]
  42. ]
  43. },
  44. "community_layouts": ["split_3x5_3"],
  45. "layout_aliases": {
  46. "LAYOUT": "LAYOUT_split_3x5_3"
  47. },
  48. "layouts": {
  49. "LAYOUT_split_3x5_3": {
  50. "layout": [
  51. {"x": 0, "y": 0, "matrix": [0, 0]},
  52. {"x": 1, "y": 0, "matrix": [0, 1]},
  53. {"x": 2, "y": 0, "matrix": [0, 2]},
  54. {"x": 3, "y": 0, "matrix": [0, 3]},
  55. {"x": 4, "y": 0, "matrix": [0, 4]},
  56. {"x": 6, "y": 0, "matrix": [4, 0]},
  57. {"x": 7, "y": 0, "matrix": [4, 1]},
  58. {"x": 8, "y": 0, "matrix": [4, 2]},
  59. {"x": 9, "y": 0, "matrix": [4, 3]},
  60. {"x": 10, "y": 0, "matrix": [4, 4]},
  61. {"x": 0, "y": 1, "matrix": [1, 0]},
  62. {"x": 1, "y": 1, "matrix": [1, 1]},
  63. {"x": 2, "y": 1, "matrix": [1, 2]},
  64. {"x": 3, "y": 1, "matrix": [1, 3]},
  65. {"x": 4, "y": 1, "matrix": [1, 4]},
  66. {"x": 6, "y": 1, "matrix": [5, 0]},
  67. {"x": 7, "y": 1, "matrix": [5, 1]},
  68. {"x": 8, "y": 1, "matrix": [5, 2]},
  69. {"x": 9, "y": 1, "matrix": [5, 3]},
  70. {"x": 10, "y": 1, "matrix": [5, 4]},
  71. {"x": 0, "y": 2, "matrix": [2, 0]},
  72. {"x": 1, "y": 2, "matrix": [2, 1]},
  73. {"x": 2, "y": 2, "matrix": [2, 2]},
  74. {"x": 3, "y": 2, "matrix": [2, 3]},
  75. {"x": 4, "y": 2, "matrix": [2, 4]},
  76. {"x": 6, "y": 2, "matrix": [6, 0]},
  77. {"x": 7, "y": 2, "matrix": [6, 1]},
  78. {"x": 8, "y": 2, "matrix": [6, 2]},
  79. {"x": 9, "y": 2, "matrix": [6, 3]},
  80. {"x": 10, "y": 2, "matrix": [6, 4]},
  81. {"x": 2, "y": 3, "matrix": [3, 0]},
  82. {"x": 3, "y": 3, "matrix": [3, 1]},
  83. {"x": 4, "y": 3, "matrix": [3, 2]},
  84. {"x": 6, "y": 3, "matrix": [7, 0]},
  85. {"x": 7, "y": 3, "matrix": [7, 1]},
  86. {"x": 8, "y": 3, "matrix": [7, 2]}
  87. ]
  88. }
  89. }
  90. }