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.

59 lines
1.8 KiB

  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. "rgb_matrix": {
  12. "driver": "WS2812"
  13. },
  14. "rgblight": {
  15. "max_brightness": 150,
  16. "led_map": [6, 7, 12, 13, 14, 15, 16, 17, 11, 10, 9, 8, 0, 1, 2, 3, 4, 5]
  17. },
  18. "matrix_pins": {
  19. "cols": ["F5", "D4", "E6", "F7", "C6", "D7"],
  20. "rows": ["F4", "B3", "B6"]
  21. },
  22. "diode_direction": "COL2ROW",
  23. "encoder": {
  24. "rotary": [
  25. {"pin_a": "B4", "pin_b": "B5"}
  26. ]
  27. },
  28. "ws2812": {
  29. "pin": "D2"
  30. },
  31. "processor": "atmega32u4",
  32. "bootloader": "caterina",
  33. "layouts": {
  34. "LAYOUT": {
  35. "layout": [
  36. {"matrix": [0, 0], "x": 0, "y": 0},
  37. {"matrix": [0, 1], "x": 1, "y": 0},
  38. {"matrix": [0, 2], "x": 2, "y": 0},
  39. {"matrix": [0, 3], "x": 3, "y": 0},
  40. {"matrix": [0, 4], "x": 4, "y": 0},
  41. {"matrix": [0, 5], "x": 5, "y": 0},
  42. {"matrix": [1, 0], "x": 0, "y": 1},
  43. {"matrix": [1, 1], "x": 1, "y": 1},
  44. {"matrix": [1, 2], "x": 2, "y": 1},
  45. {"matrix": [1, 3], "x": 3, "y": 1},
  46. {"matrix": [1, 4], "x": 4, "y": 1},
  47. {"matrix": [1, 5], "x": 5, "y": 1},
  48. {"matrix": [2, 0], "x": 0, "y": 2},
  49. {"matrix": [2, 1], "x": 1, "y": 2},
  50. {"matrix": [2, 2], "x": 2, "y": 2},
  51. {"matrix": [2, 3], "x": 3, "y": 2},
  52. {"matrix": [2, 4], "x": 4, "y": 2},
  53. {"matrix": [2, 5], "x": 5, "y": 2}
  54. ]
  55. }
  56. }
  57. }