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.

117 lines
4.0 KiB

  1. {
  2. "keyboard_name": "Lunakey Pico",
  3. "manufacturer": "yoichiro",
  4. "maintainer": "Yoichiro Tanaka",
  5. "bootloader": "rp2040",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": false,
  9. "mousekey": true,
  10. "extrakey": true,
  11. "console": false,
  12. "command": false,
  13. "nkro": false,
  14. "rgblight": true,
  15. "audio": false
  16. },
  17. "matrix_pins": {
  18. "cols": ["GP21", "GP20", "GP19", "GP18", "GP17", "GP16"],
  19. "rows": ["GP12", "GP13", "GP14", "GP15"]
  20. },
  21. "processor": "RP2040",
  22. "usb": {
  23. "device_version": "3.0.0",
  24. "pid": "0x0003",
  25. "vid": "0x5954"
  26. },
  27. "rgblight": {
  28. "led_count": 12,
  29. "led_map": [0, 1, 2, 3, 4, 5, 11, 10, 9, 8, 7, 6],
  30. "sleep": true,
  31. "split": true,
  32. "split_count": [6, 6],
  33. "animations": {
  34. "alternating": true,
  35. "breathing": true,
  36. "christmas": true,
  37. "knight": true,
  38. "rainbow_mood": true,
  39. "rainbow_swirl": true,
  40. "rgb_test": false,
  41. "snake": true,
  42. "static_gradient": true,
  43. "twinkle": true
  44. },
  45. "hue_steps": 8,
  46. "saturation_steps": 8,
  47. "brightness_steps": 8,
  48. "max_brightness": 255
  49. },
  50. "split": {
  51. "enabled": true
  52. },
  53. "ws2812": {
  54. "pin": "GP6",
  55. "driver": "vendor"
  56. },
  57. "layout_aliases": {
  58. "LAYOUT": "LAYOUT_split_3x6_4"
  59. },
  60. "layouts": {
  61. "LAYOUT_split_3x6_4": {
  62. "layout": [
  63. {"matrix": [0, 0], "x": 0, "y": 1.5},
  64. {"matrix": [0, 1], "x": 1, "y": 1.25},
  65. {"matrix": [0, 2], "x": 2, "y": 0.5},
  66. {"matrix": [0, 3], "x": 3, "y": 0},
  67. {"matrix": [0, 4], "x": 4, "y": 0.25},
  68. {"matrix": [0, 5], "x": 5, "y": 0.5},
  69. {"matrix": [4, 5], "x": 8.75, "y": 0.5},
  70. {"matrix": [4, 4], "x": 9.75, "y": 0.25},
  71. {"matrix": [4, 3], "x": 10.75, "y": 0},
  72. {"matrix": [4, 2], "x": 11.75, "y": 0.5},
  73. {"matrix": [4, 1], "x": 12.75, "y": 1.25},
  74. {"matrix": [4, 0], "x": 13.75, "y": 1.5},
  75. {"matrix": [1, 0], "x": 0, "y": 2.5},
  76. {"matrix": [1, 1], "x": 1, "y": 2.25},
  77. {"matrix": [1, 2], "x": 2, "y": 1.5},
  78. {"matrix": [1, 3], "x": 3, "y": 1},
  79. {"matrix": [1, 4], "x": 4, "y": 1.25},
  80. {"matrix": [1, 5], "x": 5, "y": 1.5},
  81. {"matrix": [5, 5], "x": 8.75, "y": 1.5},
  82. {"matrix": [5, 4], "x": 9.75, "y": 1.25},
  83. {"matrix": [5, 3], "x": 10.75, "y": 1},
  84. {"matrix": [5, 2], "x": 11.75, "y": 1.5},
  85. {"matrix": [5, 1], "x": 12.75, "y": 2.25},
  86. {"matrix": [5, 0], "x": 13.75, "y": 2.5},
  87. {"matrix": [2, 0], "x": 0, "y": 3.5},
  88. {"matrix": [2, 1], "x": 1, "y": 3.25},
  89. {"matrix": [2, 2], "x": 2, "y": 2.5},
  90. {"matrix": [2, 3], "x": 3, "y": 2},
  91. {"matrix": [2, 4], "x": 4, "y": 2.25},
  92. {"matrix": [2, 5], "x": 5, "y": 2.5},
  93. {"matrix": [6, 5], "x": 8.75, "y": 2.5},
  94. {"matrix": [6, 4], "x": 9.75, "y": 2.25},
  95. {"matrix": [6, 3], "x": 10.75, "y": 2},
  96. {"matrix": [6, 2], "x": 11.75, "y": 2.5},
  97. {"matrix": [6, 1], "x": 12.75, "y": 3.25},
  98. {"matrix": [6, 0], "x": 13.75, "y": 3.5},
  99. {"matrix": [3, 2], "x": 3, "y": 4},
  100. {"matrix": [3, 3], "x": 4, "y": 3.75},
  101. {"matrix": [3, 4], "x": 5, "y": 3.75},
  102. {"matrix": [3, 5], "x": 6, "y": 4},
  103. {"matrix": [7, 5], "x": 7.75, "y": 4},
  104. {"matrix": [7, 4], "x": 8.75, "y": 3.75},
  105. {"matrix": [7, 3], "x": 9.75, "y": 3.75},
  106. {"matrix": [7, 2], "x": 10.75, "y": 4}
  107. ]
  108. }
  109. }
  110. }