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.

68 lines
2.0 KiB

  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. "rgblight": {
  12. "led_count": 9,
  13. "animations": {
  14. "breathing": true,
  15. "rainbow_mood": true,
  16. "rainbow_swirl": true,
  17. "snake": true,
  18. "knight": true,
  19. "christmas": true,
  20. "static_gradient": true,
  21. "rgb_test": true,
  22. "alternating": true,
  23. "twinkle": true
  24. }
  25. },
  26. "ws2812": {
  27. "pin": "F4"
  28. },
  29. "build": {
  30. "debounce_type": "sym_eager_pk"
  31. },
  32. "matrix_pins": {
  33. "cols": ["B1", "B3", "B2", "B6"],
  34. "rows": ["C6", "D7", "E6", "B4", "B5"]
  35. },
  36. "diode_direction": "COL2ROW",
  37. "processor": "atmega32u4",
  38. "bootloader": "caterina",
  39. "debounce": 2,
  40. "layouts": {
  41. "LAYOUT": {
  42. "layout": [
  43. {"matrix": [0, 0], "x": 0, "y": 0},
  44. {"matrix": [0, 1], "x": 1, "y": 0},
  45. {"matrix": [0, 2], "x": 2, "y": 0},
  46. {"matrix": [0, 3], "x": 3, "y": 0},
  47. {"matrix": [1, 0], "x": 0, "y": 1},
  48. {"matrix": [1, 1], "x": 1, "y": 1},
  49. {"matrix": [1, 2], "x": 2, "y": 1},
  50. {"matrix": [2, 0], "x": 0, "y": 2},
  51. {"matrix": [2, 1], "x": 1, "y": 2},
  52. {"matrix": [2, 2], "x": 2, "y": 2},
  53. {"matrix": [1, 3], "x": 3, "y": 1, "h": 2},
  54. {"matrix": [3, 0], "x": 0, "y": 3},
  55. {"matrix": [3, 1], "x": 1, "y": 3},
  56. {"matrix": [3, 2], "x": 2, "y": 3},
  57. {"matrix": [4, 0], "x": 0, "y": 4},
  58. {"matrix": [4, 1], "x": 1, "y": 4},
  59. {"matrix": [4, 2], "x": 2, "y": 4},
  60. {"matrix": [4, 3], "x": 3, "y": 3, "h": 2}
  61. ]
  62. }
  63. }
  64. }