logo

qmk_firmware

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

keyboard.json (2405B)


  1. {
  2. "keyboard_name": "quick17",
  3. "manufacturer": "yushakobo",
  4. "url": "https://shop.yushakobo.jp/products/quick17",
  5. "maintainer": "yushakobo",
  6. "usb": {
  7. "vid": "0x3265",
  8. "pid": "0x0006",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "encoder": true,
  14. "extrakey": true,
  15. "mousekey": true,
  16. "nkro": false,
  17. "rgb_matrix": true
  18. },
  19. "rgb_matrix": {
  20. "driver": "ws2812",
  21. "max_brightness": 150,
  22. "sat_steps": 8,
  23. "sleep": true,
  24. "val_steps": 8,
  25. "speed_steps": 10
  26. },
  27. "rgblight": {
  28. "saturation_steps": 8,
  29. "brightness_steps": 8,
  30. "led_count": 18,
  31. "max_brightness": 150,
  32. "led_map": [6, 7, 12, 13, 14, 15, 16, 17, 11, 10, 9, 8, 0, 1, 2, 3, 4, 5],
  33. "animations": {
  34. "rainbow_mood": true,
  35. "rainbow_swirl": true,
  36. "christmas": true,
  37. "static_gradient": true,
  38. "rgb_test": true
  39. }
  40. },
  41. "matrix_pins": {
  42. "cols": ["F5", "D4", "E6", "F7", "C6", "D7"],
  43. "rows": ["F4", "B3", "B6"]
  44. },
  45. "diode_direction": "COL2ROW",
  46. "encoder": {
  47. "rotary": [
  48. {"pin_a": "B4", "pin_b": "B5"}
  49. ]
  50. },
  51. "ws2812": {
  52. "pin": "D2"
  53. },
  54. "development_board": "promicro",
  55. "layouts": {
  56. "LAYOUT": {
  57. "layout": [
  58. {"matrix": [0, 0], "x": 0, "y": 0},
  59. {"matrix": [0, 1], "x": 1, "y": 0},
  60. {"matrix": [0, 2], "x": 2, "y": 0},
  61. {"matrix": [0, 3], "x": 3, "y": 0},
  62. {"matrix": [0, 4], "x": 4, "y": 0},
  63. {"matrix": [0, 5], "x": 5, "y": 0},
  64. {"matrix": [1, 0], "x": 0, "y": 1},
  65. {"matrix": [1, 1], "x": 1, "y": 1},
  66. {"matrix": [1, 2], "x": 2, "y": 1},
  67. {"matrix": [1, 3], "x": 3, "y": 1},
  68. {"matrix": [1, 4], "x": 4, "y": 1},
  69. {"matrix": [1, 5], "x": 5, "y": 1},
  70. {"matrix": [2, 0], "x": 0, "y": 2},
  71. {"matrix": [2, 1], "x": 1, "y": 2},
  72. {"matrix": [2, 2], "x": 2, "y": 2},
  73. {"matrix": [2, 3], "x": 3, "y": 2},
  74. {"matrix": [2, 4], "x": 4, "y": 2},
  75. {"matrix": [2, 5], "x": 5, "y": 2}
  76. ]
  77. }
  78. }
  79. }