keyboard.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "keyboard_name": "MurphPad",
  3. "manufacturer": "MechWild",
  4. "url": "mechwild.com",
  5. "maintainer": "Kyle McCreery",
  6. "usb": {
  7. "vid": "0x6D77",
  8. "pid": "0x1705",
  9. "device_version": "3.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "encoder": true,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": false,
  19. "oled": true,
  20. "rgblight": true
  21. },
  22. "matrix_pins": {
  23. "cols": ["B5", "D7", "C6", "D4", "B6"],
  24. "rows": ["F5", "B2", "B3", "B1", "F7", "F6"]
  25. },
  26. "diode_direction": "COL2ROW",
  27. "encoder": {
  28. "rotary": [
  29. {"pin_a": "E6", "pin_b": "B4"},
  30. {"pin_a": "D2", "pin_b": "D3"}
  31. ]
  32. },
  33. "qmk": {
  34. "tap_keycode_delay": 10,
  35. "locking": {
  36. "enabled": true,
  37. "resync": true
  38. }
  39. },
  40. "bootmagic": {
  41. "matrix": [0, 1]
  42. },
  43. "rgblight": {
  44. "saturation_steps": 8,
  45. "brightness_steps": 8,
  46. "led_count": 8,
  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. "ws2812": {
  62. "pin": "F4"
  63. },
  64. "processor": "atmega32u4",
  65. "bootloader": "caterina",
  66. "layouts": {
  67. "LAYOUT": {
  68. "layout": [
  69. {"matrix": [0, 1], "x": 1, "y": 0},
  70. {"matrix": [0, 2], "x": 2, "y": 0},
  71. {"matrix": [0, 3], "x": 3, "y": 0},
  72. {"matrix": [0, 4], "x": 4, "y": 0},
  73. {"matrix": [1, 1], "x": 1, "y": 1},
  74. {"matrix": [1, 2], "x": 2, "y": 1},
  75. {"matrix": [1, 3], "x": 3, "y": 1},
  76. {"matrix": [1, 4], "x": 4, "y": 1},
  77. {"matrix": [2, 1], "x": 1, "y": 2},
  78. {"matrix": [2, 2], "x": 2, "y": 2},
  79. {"matrix": [2, 3], "x": 3, "y": 2},
  80. {"matrix": [2, 4], "x": 4, "y": 2},
  81. {"matrix": [3, 0], "x": 0, "y": 3},
  82. {"matrix": [3, 1], "x": 1, "y": 3},
  83. {"matrix": [3, 2], "x": 2, "y": 3},
  84. {"matrix": [3, 3], "x": 3, "y": 3},
  85. {"matrix": [3, 4], "x": 4, "y": 3},
  86. {"matrix": [4, 0], "x": 0, "y": 4},
  87. {"matrix": [4, 1], "x": 1, "y": 4},
  88. {"matrix": [4, 2], "x": 2, "y": 4},
  89. {"matrix": [4, 3], "x": 3, "y": 4},
  90. {"matrix": [4, 4], "x": 4, "y": 4},
  91. {"matrix": [5, 0], "x": 0, "y": 5},
  92. {"matrix": [5, 1], "x": 1, "y": 5},
  93. {"matrix": [5, 2], "x": 2, "y": 5},
  94. {"matrix": [5, 3], "x": 3, "y": 5},
  95. {"matrix": [5, 4], "x": 4, "y": 5},
  96. {"matrix": [0, 0], "x": 1, "y": 6},
  97. {"matrix": [1, 0], "x": 2, "y": 6},
  98. {"matrix": [2, 0], "x": 3, "y": 6}
  99. ]
  100. }
  101. }
  102. }