info.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "keyboard_name": "eek!",
  3. "manufacturer": "klackygears",
  4. "url": "http://www.keyboard-layout-editor.com/#/gists/3e4d0cd1534dd4e4b9f25cf2b36d0d63",
  5. "maintainer": "klackygears",
  6. "usb": {
  7. "vid": "0x4A53",
  8. "pid": "0x0002",
  9. "device_version": "0.0.4"
  10. },
  11. "rgb_matrix": {
  12. "driver": "ws2812"
  13. },
  14. "matrix_pins": {
  15. "cols": ["D4", "C6", "B6", "B2", "B3", "B1", "F7", "F6", "F5", "F4"],
  16. "rows": ["D7", "E6", "B4", "B5"]
  17. },
  18. "diode_direction": "COL2ROW",
  19. "ws2812": {
  20. "pin": "D3"
  21. },
  22. "rgblight": {
  23. "hue_steps": 4,
  24. "saturation_steps": 8,
  25. "brightness_steps": 8,
  26. "led_count": 36,
  27. "max_brightness": 200,
  28. "sleep": true,
  29. "animations": {
  30. "breathing": true,
  31. "rainbow_mood": true,
  32. "rainbow_swirl": true,
  33. "snake": true,
  34. "knight": true,
  35. "christmas": true,
  36. "static_gradient": true,
  37. "rgb_test": true,
  38. "alternating": true,
  39. "twinkle": true
  40. }
  41. },
  42. "processor": "atmega32u4",
  43. "bootloader": "qmk-dfu",
  44. "community_layouts": ["split_3x5_3"]
  45. }