keyboard.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": true,
  15. "encoder": true,
  16. "extrakey": false,
  17. "mousekey": false,
  18. "nkro": false
  19. },
  20. "qmk": {
  21. "locking": {
  22. "enabled": true,
  23. "resync": true
  24. }
  25. },
  26. "matrix_pins": {
  27. "cols": ["B3", "B4", "B5", "B6", "B7", "C7", "B2"],
  28. "rows": ["C4", "C5"]
  29. },
  30. "diode_direction": "COL2ROW",
  31. "encoder": {
  32. "rotary": [
  33. {"pin_a": "D0", "pin_b": "D1", "resolution": 1}
  34. ]
  35. },
  36. "rgblight": {
  37. "led_count": 3,
  38. "animations": {
  39. "breathing": true,
  40. "rainbow_mood": true,
  41. "rainbow_swirl": true,
  42. "snake": true,
  43. "knight": true,
  44. "christmas": true,
  45. "static_gradient": true,
  46. "rgb_test": true,
  47. "alternating": true,
  48. "twinkle": true
  49. }
  50. },
  51. "ws2812": {
  52. "pin": "C6"
  53. },
  54. "processor": "atmega32u2",
  55. "bootloader": "atmel-dfu",
  56. "layouts": {
  57. "LAYOUT": {
  58. "layout": [
  59. {"matrix": [0, 0], "x": 0, "y": 0},
  60. {"matrix": [0, 1], "x": 1, "y": 0},
  61. {"matrix": [0, 2], "x": 2, "y": 0},
  62. {"matrix": [0, 3], "x": 3, "y": 0},
  63. {"matrix": [1, 5], "x": 4, "y": 0},
  64. {"matrix": [1, 0], "x": 0, "y": 1},
  65. {"matrix": [1, 1], "x": 1, "y": 1},
  66. {"matrix": [1, 2], "x": 2, "y": 1},
  67. {"matrix": [1, 3], "x": 3, "y": 1},
  68. {"matrix": [1, 4], "x": 4, "y": 1},
  69. {"matrix": [1, 6], "x": 5.5, "y": 0.5}
  70. ]
  71. }
  72. }
  73. }