keyboard.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "keyboard_name": "MutePad",
  3. "manufacturer": "JoshwJB",
  4. "url": "https://github.com/JoshwJB/MutePad",
  5. "maintainer": "JoshwJB",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x0000",
  9. "device_version": "0.0.1",
  10. "force_nkro": true
  11. },
  12. "features": {
  13. "bootmagic": true,
  14. "command": false,
  15. "console": false,
  16. "encoder": true,
  17. "extrakey": true,
  18. "mousekey": true,
  19. "nkro": true
  20. },
  21. "matrix_pins": {
  22. "cols": ["B1", "B3", "B2", "B6"],
  23. "rows": ["F6"]
  24. },
  25. "diode_direction": "COL2ROW",
  26. "encoder": {
  27. "rotary": [
  28. {"pin_a": "F4", "pin_b": "F5", "resolution": 2}
  29. ]
  30. },
  31. "qmk": {
  32. "tap_keycode_delay": 10,
  33. "locking": {
  34. "enabled": true,
  35. "resync": true
  36. }
  37. },
  38. "processor": "atmega32u4",
  39. "bootloader": "caterina",
  40. "layouts": {
  41. "LAYOUT": {
  42. "layout": [
  43. {"matrix": [0, 0], "x": 0, "y": 0},
  44. {"matrix": [0, 1], "x": 1, "y": 0},
  45. {"matrix": [0, 2], "x": 2, "y": 0},
  46. {"matrix": [0, 3], "x": 3, "y": 0}
  47. ]
  48. }
  49. }
  50. }