logo

qmk_firmware

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

keyboard.json (1701B)


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