logo

qmk_firmware

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

info.json (1585B)


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