logo

qmk_firmware

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

keyboard.json (1637B)


  1. {
  2. "usb": {
  3. "pid": "0x1121",
  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. "pixel_rain": true,
  31. "pixel_flow": true,
  32. "pixel_fractal": true,
  33. "typing_heatmap": true,
  34. "solid_reactive_simple": true,
  35. "solid_reactive": true
  36. },
  37. "driver": "is31fl3733",
  38. "sleep": true
  39. },
  40. "matrix_pins": {
  41. "cols": ["C7", "F7", "F6", "F0", "B0", "B1", "B4", "D7", "D6", "D4", "D5", "D3", "D2", "B7"],
  42. "rows": ["F5", "F4", "F1", "B3", "B2"]
  43. },
  44. "diode_direction": "COL2ROW",
  45. "processor": "atmega32u4",
  46. "bootloader": "atmel-dfu",
  47. "features": {
  48. "bootmagic": true,
  49. "mousekey": true,
  50. "extrakey": true,
  51. "nkro": true,
  52. "rgb_matrix": true
  53. },
  54. "debounce": 3
  55. }