logo

qmk_firmware

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

keyboard.json (1572B)


  1. {
  2. "usb": {
  3. "pid": "0x1321",
  4. "device_version": "2.0.0"
  5. },
  6. "rgb_matrix": {
  7. "animations": {
  8. "alphas_mods": true,
  9. "gradient_left_right": true,
  10. "breathing": true,
  11. "band_val": true,
  12. "band_pinwheel_val": true,
  13. "band_spiral_val": true,
  14. "cycle_all": true,
  15. "cycle_left_right": true,
  16. "cycle_up_down": true,
  17. "rainbow_moving_chevron": true,
  18. "cycle_out_in": true,
  19. "cycle_out_in_dual": true,
  20. "cycle_pinwheel": true,
  21. "cycle_spiral": true,
  22. "dual_beacon": true,
  23. "rainbow_beacon": true,
  24. "rainbow_pinwheels": true,
  25. "raindrops": true,
  26. "jellybean_raindrops": true,
  27. "hue_breathing": true,
  28. "hue_pendulum": true,
  29. "hue_wave": true,
  30. "typing_heatmap": true,
  31. "solid_reactive_simple": true,
  32. "solid_reactive": true,
  33. "solid_splash": true
  34. },
  35. "driver": "is31fl3733",
  36. "sleep": true
  37. },
  38. "matrix_pins": {
  39. "cols": ["C7", "F7", "F6", "F0", "B0", "B1", "B4", "D7", "D6", "D4", "D5", "D3", "D2", "B7"],
  40. "rows": ["F5", "F4", "F1", "B3", "B2"]
  41. },
  42. "diode_direction": "COL2ROW",
  43. "processor": "atmega32u4",
  44. "bootloader": "atmel-dfu",
  45. "features": {
  46. "bootmagic": true,
  47. "mousekey": true,
  48. "extrakey": true,
  49. "nkro": true,
  50. "rgb_matrix": true
  51. },
  52. "debounce": 3
  53. }