logo

qmk_firmware

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

keyboard.json (1167B)


  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. "encoder": true,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "nkro": true
  18. },
  19. "matrix_pins": {
  20. "cols": ["B1", "B3", "B2", "B6"],
  21. "rows": ["F6"]
  22. },
  23. "diode_direction": "COL2ROW",
  24. "encoder": {
  25. "rotary": [
  26. {"pin_a": "F4", "pin_b": "F5", "resolution": 2}
  27. ]
  28. },
  29. "qmk": {
  30. "tap_keycode_delay": 10,
  31. "locking": {
  32. "enabled": true,
  33. "resync": true
  34. }
  35. },
  36. "processor": "atmega32u4",
  37. "bootloader": "caterina",
  38. "layouts": {
  39. "LAYOUT": {
  40. "layout": [
  41. {"matrix": [0, 0], "x": 0, "y": 0},
  42. {"matrix": [0, 1], "x": 1, "y": 0},
  43. {"matrix": [0, 2], "x": 2, "y": 0},
  44. {"matrix": [0, 3], "x": 3, "y": 0}
  45. ]
  46. }
  47. }
  48. }