info.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "keyboard_name": "2Key2Crawl",
  3. "manufacturer": "WoodKeys.click",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x6090",
  9. "device_version": "0.0.2"
  10. },
  11. "matrix_pins": {
  12. "cols": ["B3", "B4", "B5", "B6", "B7", "C7", "B2"],
  13. "rows": ["C4", "C5"]
  14. },
  15. "diode_direction": "COL2ROW",
  16. "encoder": {
  17. "rotary": [
  18. {"pin_a": "D0", "pin_b": "D1", "resolution": 1}
  19. ]
  20. },
  21. "rgblight": {
  22. "led_count": 3,
  23. "animations": {
  24. "breathing": true,
  25. "rainbow_mood": true,
  26. "rainbow_swirl": true,
  27. "snake": true,
  28. "knight": true,
  29. "christmas": true,
  30. "static_gradient": true,
  31. "rgb_test": true,
  32. "alternating": true,
  33. "twinkle": true
  34. }
  35. },
  36. "ws2812": {
  37. "pin": "C6"
  38. },
  39. "processor": "atmega32u2",
  40. "bootloader": "atmel-dfu",
  41. "layouts": {
  42. "LAYOUT": {
  43. "layout": [
  44. {"matrix": [0, 0], "x": 0, "y": 0},
  45. {"matrix": [0, 1], "x": 1, "y": 0},
  46. {"matrix": [0, 2], "x": 2, "y": 0},
  47. {"matrix": [0, 3], "x": 3, "y": 0},
  48. {"matrix": [1, 5], "x": 4, "y": 0},
  49. {"matrix": [1, 0], "x": 0, "y": 1},
  50. {"matrix": [1, 1], "x": 1, "y": 1},
  51. {"matrix": [1, 2], "x": 2, "y": 1},
  52. {"matrix": [1, 3], "x": 3, "y": 1},
  53. {"matrix": [1, 4], "x": 4, "y": 1},
  54. {"matrix": [1, 6], "x": 5.5, "y": 0.5}
  55. ]
  56. }
  57. }
  58. }