logo

qmk_firmware

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

keyboard.json (1747B)


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