keyboard.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "keyboard_name": "Lynepad",
  3. "manufacturer": "QVEX",
  4. "url": "https://www.tindie.com/products/qvex_tech/qvex-lynepad-macro-keypad/",
  5. "maintainer": "KemoNine",
  6. "usb": {
  7. "vid": "0x5156",
  8. "pid": "0x4C50",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "encoder": true,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": true,
  19. "rgblight": true
  20. },
  21. "matrix_pins": {
  22. "cols": ["F0", "F1", "F4", "F5"],
  23. "rows": ["C7", "F7", "F6"]
  24. },
  25. "diode_direction": "COL2ROW",
  26. "encoder": {
  27. "rotary": [
  28. {"pin_a": "D0", "pin_b": "D1"},
  29. {"pin_a": "B5", "pin_b": "D6"}
  30. ]
  31. },
  32. "ws2812": {
  33. "pin": "D3"
  34. },
  35. "rgblight": {
  36. "saturation_steps": 8,
  37. "brightness_steps": 8,
  38. "led_count": 4,
  39. "max_brightness": 240,
  40. "animations": {
  41. "breathing": true,
  42. "rainbow_mood": true,
  43. "rainbow_swirl": true,
  44. "snake": true,
  45. "knight": true,
  46. "christmas": true,
  47. "static_gradient": true,
  48. "rgb_test": true,
  49. "alternating": true,
  50. "twinkle": true
  51. }
  52. },
  53. "processor": "atmega32u4",
  54. "bootloader": "caterina",
  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": [1, 0], "x": 0, "y": 1},
  63. {"matrix": [1, 1], "x": 1, "y": 1},
  64. {"matrix": [1, 2], "x": 2, "y": 1},
  65. {"matrix": [1, 3], "x": 3, "y": 1},
  66. {"matrix": [2, 0], "x": 0, "y": 2},
  67. {"matrix": [2, 1], "x": 1, "y": 2},
  68. {"matrix": [2, 2], "x": 2, "y": 2}
  69. ]
  70. }
  71. }
  72. }