info.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. "default": {
  13. "val": 150
  14. },
  15. "driver": "ws2812",
  16. "led_flush_limit": 16,
  17. "max_brightness": 200
  18. },
  19. "features": {
  20. "bootmagic": true,
  21. "command": true,
  22. "console": true,
  23. "extrakey": true,
  24. "mousekey": false,
  25. "nkro": false
  26. },
  27. "qmk": {
  28. "locking": {
  29. "enabled": true,
  30. "resync": true
  31. }
  32. },
  33. "matrix_pins": {
  34. "cols": ["D4", "C6", "B6", "B2", "B3", "B1", "F7", "F6", "F5", "F4"],
  35. "rows": ["D7", "E6", "B4", "B5"]
  36. },
  37. "diode_direction": "COL2ROW",
  38. "ws2812": {
  39. "pin": "D3"
  40. },
  41. "rgblight": {
  42. "hue_steps": 4,
  43. "saturation_steps": 8,
  44. "brightness_steps": 8,
  45. "led_count": 36,
  46. "max_brightness": 200,
  47. "sleep": true,
  48. "animations": {
  49. "breathing": true,
  50. "rainbow_mood": true,
  51. "rainbow_swirl": true,
  52. "snake": true,
  53. "knight": true,
  54. "christmas": true,
  55. "static_gradient": true,
  56. "rgb_test": true,
  57. "alternating": true,
  58. "twinkle": true
  59. }
  60. },
  61. "processor": "atmega32u4",
  62. "bootloader": "qmk-dfu",
  63. "community_layouts": ["split_3x5_3"]
  64. }