keyboard.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "keyboard_name": "quick7",
  3. "manufacturer": "yushakobo",
  4. "url": "",
  5. "maintainer": "yushakobo",
  6. "usb": {
  7. "vid": "0x3265",
  8. "pid": "0x0002",
  9. "device_version": "0.0.1"
  10. },
  11. "encoder": {
  12. "rotary": [
  13. {"pin_a": "D1", "pin_b": "D0"},
  14. {"pin_a": "F5", "pin_b": "F6"}
  15. ]
  16. },
  17. "rgblight": {
  18. "saturation_steps": 8,
  19. "brightness_steps": 8,
  20. "led_count": 13,
  21. "sleep": true,
  22. "animations": {
  23. "rainbow_mood": true,
  24. "christmas": true,
  25. "static_gradient": true,
  26. "rgb_test": true
  27. }
  28. },
  29. "ws2812": {
  30. "pin": "D3"
  31. },
  32. "processor": "atmega32u4",
  33. "bootloader": "caterina",
  34. "features": {
  35. "bootmagic": true,
  36. "command": true,
  37. "console": true,
  38. "encoder": true,
  39. "extrakey": true,
  40. "mousekey": false,
  41. "nkro": false,
  42. "rgblight": true
  43. },
  44. "qmk": {
  45. "locking": {
  46. "enabled": true,
  47. "resync": true
  48. }
  49. },
  50. "matrix_pins": {
  51. "direct": [
  52. ["D2", "D4", "F4"],
  53. ["D7", "B1", "B3"],
  54. ["E6", "B4", "B2"]
  55. ]
  56. },
  57. "layouts": {
  58. "LAYOUT": {
  59. "layout": [
  60. {"x": 0, "y": 0, "matrix": [0, 0]},
  61. {"x": 1, "y": 0, "matrix": [0, 1]},
  62. {"x": 2, "y": 0, "matrix": [0, 2]},
  63. {"x": 0, "y": 1, "matrix": [1, 0]},
  64. {"x": 1, "y": 1, "matrix": [1, 1]},
  65. {"x": 2, "y": 1, "matrix": [1, 2]},
  66. {"x": 0, "y": 2, "matrix": [2, 0]},
  67. {"x": 1, "y": 2, "matrix": [2, 1]},
  68. {"x": 2, "y": 2, "matrix": [2, 2]}
  69. ]
  70. }
  71. }
  72. }