logo

qmk_firmware

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

info.json (1467B)


  1. {
  2. "manufacturer": "Keycapsss",
  3. "url": "https://keycapsss.com/diy-kits/104/plaid-pad-4x4-numpad",
  4. "maintainer": "BenRoe",
  5. "usb": {
  6. "vid": "0x7983",
  7. "pid": "0x5050",
  8. "max_power": 100
  9. },
  10. "qmk": {
  11. "tap_keycode_delay": 60
  12. },
  13. "matrix_pins": {
  14. "cols": ["B0", "D7", "D6", "D5"],
  15. "rows": ["C0", "C1", "C2", "C3"]
  16. },
  17. "diode_direction": "COL2ROW",
  18. "processor": "atmega328p",
  19. "bootloader": "usbasploader",
  20. "community_layouts": ["ortho_4x4"],
  21. "layouts": {
  22. "LAYOUT_ortho_4x4": {
  23. "layout": [
  24. {"matrix": [0, 0], "x": 0, "y": 0},
  25. {"matrix": [0, 1], "x": 1, "y": 0},
  26. {"matrix": [0, 2], "x": 2, "y": 0},
  27. {"matrix": [0, 3], "x": 3, "y": 0},
  28. {"matrix": [1, 0], "x": 0, "y": 1},
  29. {"matrix": [1, 1], "x": 1, "y": 1},
  30. {"matrix": [1, 2], "x": 2, "y": 1},
  31. {"matrix": [1, 3], "x": 3, "y": 1},
  32. {"matrix": [2, 0], "x": 0, "y": 2},
  33. {"matrix": [2, 1], "x": 1, "y": 2},
  34. {"matrix": [2, 2], "x": 2, "y": 2},
  35. {"matrix": [2, 3], "x": 3, "y": 2},
  36. {"matrix": [3, 0], "x": 0, "y": 3},
  37. {"matrix": [3, 1], "x": 1, "y": 3},
  38. {"matrix": [3, 2], "x": 2, "y": 3},
  39. {"matrix": [3, 3], "x": 3, "y": 3}
  40. ]
  41. }
  42. }
  43. }