keyboard.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "keyboard_name": "Lunakey Mini",
  3. "manufacturer": "yoichiro",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0x5954",
  8. "pid": "0x0001",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "extrakey": true
  14. },
  15. "qmk": {
  16. "locking": {
  17. "enabled": true,
  18. "resync": true
  19. }
  20. },
  21. "matrix_pins": {
  22. "cols": ["F4", "F5", "F6", "F7", "B1", "B3"],
  23. "rows": ["D4", "D7", "E6", "B4"]
  24. },
  25. "diode_direction": "COL2ROW",
  26. "split": {
  27. "enabled": true,
  28. "soft_serial_pin": "D2"
  29. },
  30. "rgblight": {
  31. "saturation_steps": 8,
  32. "brightness_steps": 8,
  33. "led_count": 12,
  34. "sleep": true,
  35. "led_map": [0, 1, 2, 3, 4, 5, 11, 10, 9, 8, 7, 6],
  36. "split_count": [6, 6],
  37. "animations": {
  38. "breathing": true,
  39. "rainbow_mood": true,
  40. "rainbow_swirl": true,
  41. "snake": true,
  42. "knight": true,
  43. "christmas": true,
  44. "static_gradient": true,
  45. "rgb_test": true,
  46. "alternating": true,
  47. "twinkle": true
  48. }
  49. },
  50. "ws2812": {
  51. "pin": "D3"
  52. },
  53. "processor": "atmega32u4",
  54. "bootloader": "atmel-dfu",
  55. "layouts": {
  56. "LAYOUT_split_3x6_4": {
  57. "layout": [
  58. {"matrix": [0, 0], "x": 0, "y": 1.5},
  59. {"matrix": [0, 1], "x": 1, "y": 1.25},
  60. {"matrix": [0, 2], "x": 2, "y": 0.5},
  61. {"matrix": [0, 3], "x": 3, "y": 0},
  62. {"matrix": [0, 4], "x": 4, "y": 0.25},
  63. {"matrix": [0, 5], "x": 5, "y": 0.5},
  64. {"matrix": [4, 5], "x": 8.75, "y": 0.5},
  65. {"matrix": [4, 4], "x": 9.75, "y": 0.25},
  66. {"matrix": [4, 3], "x": 10.75, "y": 0},
  67. {"matrix": [4, 2], "x": 11.75, "y": 0.5},
  68. {"matrix": [4, 1], "x": 12.75, "y": 1.25},
  69. {"matrix": [4, 0], "x": 13.75, "y": 1.5},
  70. {"matrix": [1, 0], "x": 0, "y": 2.5},
  71. {"matrix": [1, 1], "x": 1, "y": 2.25},
  72. {"matrix": [1, 2], "x": 2, "y": 1.5},
  73. {"matrix": [1, 3], "x": 3, "y": 1},
  74. {"matrix": [1, 4], "x": 4, "y": 1.25},
  75. {"matrix": [1, 5], "x": 5, "y": 1.5},
  76. {"matrix": [5, 5], "x": 8.75, "y": 1.5},
  77. {"matrix": [5, 4], "x": 9.75, "y": 1.25},
  78. {"matrix": [5, 3], "x": 10.75, "y": 1},
  79. {"matrix": [5, 2], "x": 11.75, "y": 1.5},
  80. {"matrix": [5, 1], "x": 12.75, "y": 2.25},
  81. {"matrix": [5, 0], "x": 13.75, "y": 2.5},
  82. {"matrix": [2, 0], "x": 0, "y": 3.5},
  83. {"matrix": [2, 1], "x": 1, "y": 3.25},
  84. {"matrix": [2, 2], "x": 2, "y": 2.5},
  85. {"matrix": [2, 3], "x": 3, "y": 2},
  86. {"matrix": [2, 4], "x": 4, "y": 2.25},
  87. {"matrix": [2, 5], "x": 5, "y": 2.5},
  88. {"matrix": [6, 5], "x": 8.75, "y": 2.5},
  89. {"matrix": [6, 4], "x": 9.75, "y": 2.25},
  90. {"matrix": [6, 3], "x": 10.75, "y": 2},
  91. {"matrix": [6, 2], "x": 11.75, "y": 2.5},
  92. {"matrix": [6, 1], "x": 12.75, "y": 3.25},
  93. {"matrix": [6, 0], "x": 13.75, "y": 3.5},
  94. {"matrix": [3, 2], "x": 3, "y": 4},
  95. {"matrix": [3, 3], "x": 4, "y": 3.75},
  96. {"matrix": [3, 4], "x": 5, "y": 3.75},
  97. {"matrix": [3, 5], "x": 6, "y": 4},
  98. {"matrix": [7, 5], "x": 7.75, "y": 4},
  99. {"matrix": [7, 4], "x": 8.75, "y": 3.75},
  100. {"matrix": [7, 3], "x": 9.75, "y": 3.75},
  101. {"matrix": [7, 2], "x": 10.75, "y": 4}
  102. ]
  103. }
  104. }
  105. }