keyboard.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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. "encoder": true,
  14. "extrakey": true,
  15. "mousekey": true,
  16. "nkro": false,
  17. "oled": true,
  18. "rgblight": true
  19. },
  20. "matrix_pins": {
  21. "cols": ["B5", "D7", "C6", "D4", "B6"],
  22. "rows": ["F5", "B2", "B3", "B1", "F7", "F6"]
  23. },
  24. "diode_direction": "COL2ROW",
  25. "encoder": {
  26. "rotary": [
  27. {"pin_a": "E6", "pin_b": "B4"},
  28. {"pin_a": "D2", "pin_b": "D3"}
  29. ]
  30. },
  31. "qmk": {
  32. "tap_keycode_delay": 10,
  33. "locking": {
  34. "enabled": true,
  35. "resync": true
  36. }
  37. },
  38. "bootmagic": {
  39. "matrix": [0, 1]
  40. },
  41. "rgblight": {
  42. "saturation_steps": 8,
  43. "brightness_steps": 8,
  44. "led_count": 8,
  45. "sleep": true,
  46. "animations": {
  47. "breathing": true,
  48. "rainbow_mood": true,
  49. "rainbow_swirl": true,
  50. "snake": true,
  51. "knight": true,
  52. "christmas": true,
  53. "static_gradient": true,
  54. "rgb_test": true,
  55. "alternating": true,
  56. "twinkle": true
  57. }
  58. },
  59. "ws2812": {
  60. "pin": "F4"
  61. },
  62. "development_board": "promicro",
  63. "layouts": {
  64. "LAYOUT": {
  65. "layout": [
  66. {"matrix": [0, 1], "x": 1, "y": 0},
  67. {"matrix": [0, 2], "x": 2, "y": 0},
  68. {"matrix": [0, 3], "x": 3, "y": 0},
  69. {"matrix": [0, 4], "x": 4, "y": 0},
  70. {"matrix": [1, 1], "x": 1, "y": 1},
  71. {"matrix": [1, 2], "x": 2, "y": 1},
  72. {"matrix": [1, 3], "x": 3, "y": 1},
  73. {"matrix": [1, 4], "x": 4, "y": 1},
  74. {"matrix": [2, 1], "x": 1, "y": 2},
  75. {"matrix": [2, 2], "x": 2, "y": 2},
  76. {"matrix": [2, 3], "x": 3, "y": 2},
  77. {"matrix": [2, 4], "x": 4, "y": 2},
  78. {"matrix": [3, 0], "x": 0, "y": 3},
  79. {"matrix": [3, 1], "x": 1, "y": 3},
  80. {"matrix": [3, 2], "x": 2, "y": 3},
  81. {"matrix": [3, 3], "x": 3, "y": 3},
  82. {"matrix": [3, 4], "x": 4, "y": 3},
  83. {"matrix": [4, 0], "x": 0, "y": 4},
  84. {"matrix": [4, 1], "x": 1, "y": 4},
  85. {"matrix": [4, 2], "x": 2, "y": 4},
  86. {"matrix": [4, 3], "x": 3, "y": 4},
  87. {"matrix": [4, 4], "x": 4, "y": 4},
  88. {"matrix": [5, 0], "x": 0, "y": 5},
  89. {"matrix": [5, 1], "x": 1, "y": 5},
  90. {"matrix": [5, 2], "x": 2, "y": 5},
  91. {"matrix": [5, 3], "x": 3, "y": 5},
  92. {"matrix": [5, 4], "x": 4, "y": 5},
  93. {"matrix": [0, 0], "x": 1, "y": 6},
  94. {"matrix": [1, 0], "x": 2, "y": 6},
  95. {"matrix": [2, 0], "x": 3, "y": 6}
  96. ]
  97. }
  98. }
  99. }