logo

qmk_firmware

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

keyboard.json (3436B)


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