keyboard.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "keyboard_name": "Yampad",
  3. "manufacturer": "Mattia Dal Ben",
  4. "url": "",
  5. "maintainer": "mattdibi",
  6. "usb": {
  7. "vid": "0x5950",
  8. "pid": "0x8369",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "nkro": true,
  14. "oled": true,
  15. "rgblight": true
  16. },
  17. "rgblight": {
  18. "led_count": 9,
  19. "animations": {
  20. "breathing": true,
  21. "rainbow_mood": true,
  22. "rainbow_swirl": true,
  23. "snake": true,
  24. "knight": true,
  25. "christmas": true,
  26. "static_gradient": true,
  27. "rgb_test": true,
  28. "alternating": true,
  29. "twinkle": true
  30. }
  31. },
  32. "ws2812": {
  33. "pin": "F4"
  34. },
  35. "build": {
  36. "lto": true,
  37. "debounce_type": "sym_eager_pk"
  38. },
  39. "matrix_pins": {
  40. "cols": ["B1", "B3", "B2", "B6"],
  41. "rows": ["C6", "D7", "E6", "B4", "B5"]
  42. },
  43. "diode_direction": "COL2ROW",
  44. "processor": "atmega32u4",
  45. "bootloader": "caterina",
  46. "debounce": 2,
  47. "layouts": {
  48. "LAYOUT": {
  49. "layout": [
  50. {"matrix": [0, 0], "x": 0, "y": 0},
  51. {"matrix": [0, 1], "x": 1, "y": 0},
  52. {"matrix": [0, 2], "x": 2, "y": 0},
  53. {"matrix": [0, 3], "x": 3, "y": 0},
  54. {"matrix": [1, 0], "x": 0, "y": 1},
  55. {"matrix": [1, 1], "x": 1, "y": 1},
  56. {"matrix": [1, 2], "x": 2, "y": 1},
  57. {"matrix": [2, 0], "x": 0, "y": 2},
  58. {"matrix": [2, 1], "x": 1, "y": 2},
  59. {"matrix": [2, 2], "x": 2, "y": 2},
  60. {"matrix": [1, 3], "x": 3, "y": 1, "h": 2},
  61. {"matrix": [3, 0], "x": 0, "y": 3},
  62. {"matrix": [3, 1], "x": 1, "y": 3},
  63. {"matrix": [3, 2], "x": 2, "y": 3},
  64. {"matrix": [4, 0], "x": 0, "y": 4},
  65. {"matrix": [4, 1], "x": 1, "y": 4},
  66. {"matrix": [4, 2], "x": 2, "y": 4},
  67. {"matrix": [4, 3], "x": 3, "y": 3, "h": 2}
  68. ]
  69. }
  70. }
  71. }