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.

65 lines
1.4 KiB

  1. {
  2. "keyboard_name": "Pulse 4k",
  3. "manufacturer": "Maxr1998",
  4. "url": "https://github.com/Maxr1998/Pulse_4k",
  5. "maintainer": "Maxr1998",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x6060",
  9. "device_version": "0.0.1"
  10. },
  11. "rgblight": {
  12. "led_count": 2,
  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": "F7"
  28. },
  29. "features": {
  30. "bootmagic": true,
  31. "command": false,
  32. "console": true,
  33. "encoder": true,
  34. "extrakey": true,
  35. "mousekey": false,
  36. "nkro": true,
  37. "rgblight": true
  38. },
  39. "matrix_pins": {
  40. "cols": ["B7", "B3", "F0"],
  41. "rows": ["B4", "E6"]
  42. },
  43. "diode_direction": "COL2ROW",
  44. "encoder": {
  45. "rotary": [
  46. {"pin_a": "D2", "pin_b": "D3"},
  47. {"pin_a": "F6", "pin_b": "F5"}
  48. ]
  49. },
  50. "processor": "atmega32u4",
  51. "bootloader": "atmel-dfu",
  52. "layouts": {
  53. "LAYOUT": {
  54. "layout": [
  55. {"matrix": [0, 0], "x": 0, "y": 0},
  56. {"matrix": [0, 1], "x": 1, "y": 0},
  57. {"matrix": [0, 2], "x": 2, "y": 0},
  58. {"matrix": [1, 0], "x": 0, "y": 1},
  59. {"matrix": [1, 1], "x": 1, "y": 1},
  60. {"matrix": [1, 2], "x": 2, "y": 1}
  61. ]
  62. }
  63. }
  64. }