You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
929 B

  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. "matrix_pins": {
  13. "cols": ["B1", "B3", "B2", "B6"],
  14. "rows": ["F6"]
  15. },
  16. "diode_direction": "COL2ROW",
  17. "encoder": {
  18. "rotary": [
  19. {"pin_a": "F4", "pin_b": "F5", "resolution": 2}
  20. ]
  21. },
  22. "qmk": {
  23. "tap_keycode_delay": 10
  24. },
  25. "processor": "atmega32u4",
  26. "bootloader": "caterina",
  27. "layouts": {
  28. "LAYOUT": {
  29. "layout": [
  30. {"matrix": [0, 0], "x": 0, "y": 0},
  31. {"matrix": [0, 1], "x": 1, "y": 0},
  32. {"matrix": [0, 2], "x": 2, "y": 0},
  33. {"matrix": [0, 3], "x": 3, "y": 0}
  34. ]
  35. }
  36. }
  37. }