logo

qmk_firmware

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

keyboard.json (3171B)


  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. "processor": "atmega32u4",
  63. "bootloader": "caterina",
  64. "layouts": {
  65. "LAYOUT": {
  66. "layout": [
  67. {"matrix": [0, 1], "x": 1, "y": 0},
  68. {"matrix": [0, 2], "x": 2, "y": 0},
  69. {"matrix": [0, 3], "x": 3, "y": 0},
  70. {"matrix": [0, 4], "x": 4, "y": 0},
  71. {"matrix": [1, 1], "x": 1, "y": 1},
  72. {"matrix": [1, 2], "x": 2, "y": 1},
  73. {"matrix": [1, 3], "x": 3, "y": 1},
  74. {"matrix": [1, 4], "x": 4, "y": 1},
  75. {"matrix": [2, 1], "x": 1, "y": 2},
  76. {"matrix": [2, 2], "x": 2, "y": 2},
  77. {"matrix": [2, 3], "x": 3, "y": 2},
  78. {"matrix": [2, 4], "x": 4, "y": 2},
  79. {"matrix": [3, 0], "x": 0, "y": 3},
  80. {"matrix": [3, 1], "x": 1, "y": 3},
  81. {"matrix": [3, 2], "x": 2, "y": 3},
  82. {"matrix": [3, 3], "x": 3, "y": 3},
  83. {"matrix": [3, 4], "x": 4, "y": 3},
  84. {"matrix": [4, 0], "x": 0, "y": 4},
  85. {"matrix": [4, 1], "x": 1, "y": 4},
  86. {"matrix": [4, 2], "x": 2, "y": 4},
  87. {"matrix": [4, 3], "x": 3, "y": 4},
  88. {"matrix": [4, 4], "x": 4, "y": 4},
  89. {"matrix": [5, 0], "x": 0, "y": 5},
  90. {"matrix": [5, 1], "x": 1, "y": 5},
  91. {"matrix": [5, 2], "x": 2, "y": 5},
  92. {"matrix": [5, 3], "x": 3, "y": 5},
  93. {"matrix": [5, 4], "x": 4, "y": 5},
  94. {"matrix": [0, 0], "x": 1, "y": 6},
  95. {"matrix": [1, 0], "x": 2, "y": 6},
  96. {"matrix": [2, 0], "x": 3, "y": 6}
  97. ]
  98. }
  99. }
  100. }