logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (1375B)


  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. "console": true,
  32. "encoder": true,
  33. "extrakey": true,
  34. "mousekey": false,
  35. "nkro": true,
  36. "rgblight": true
  37. },
  38. "matrix_pins": {
  39. "cols": ["B7", "B3", "F0"],
  40. "rows": ["B4", "E6"]
  41. },
  42. "diode_direction": "COL2ROW",
  43. "encoder": {
  44. "rotary": [
  45. {"pin_a": "D2", "pin_b": "D3"},
  46. {"pin_a": "F6", "pin_b": "F5"}
  47. ]
  48. },
  49. "processor": "atmega32u4",
  50. "bootloader": "atmel-dfu",
  51. "layouts": {
  52. "LAYOUT": {
  53. "layout": [
  54. {"matrix": [0, 0], "x": 0, "y": 0},
  55. {"matrix": [0, 1], "x": 1, "y": 0},
  56. {"matrix": [0, 2], "x": 2, "y": 0},
  57. {"matrix": [1, 0], "x": 0, "y": 1},
  58. {"matrix": [1, 1], "x": 1, "y": 1},
  59. {"matrix": [1, 2], "x": 2, "y": 1}
  60. ]
  61. }
  62. }
  63. }