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.

35 lines
1.0 KiB

  1. {
  2. "keyboard_name": "L-PAD",
  3. "manufacturer": "Laneware Peripherals",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0x4C50",
  8. "pid": "0x2222",
  9. "device_version": "0.0.1"
  10. },
  11. "processor": "atmega32u4",
  12. "bootloader": "atmel-dfu",
  13. "matrix_pins": {
  14. "cols": ["D3", "D4", "D6"],
  15. "rows": ["E6", "B7", "D0"]
  16. },
  17. "diode_direction": "COL2ROW",
  18. "encoder": {
  19. "rotary": [
  20. {"pin_a": "F0", "pin_b": "F1"}
  21. ]
  22. },
  23. "layouts": {
  24. "LAYOUT": {
  25. "layout": [
  26. {"label": "Play", "matrix": [0, 0], "w": 1, "x": 0, "y": 0},
  27. {"label": "Mute", "matrix": [0, 1], "w": 1, "x": 1.5, "y": 0.5},
  28. {"label": "Next", "matrix": [1, 0], "w": 1, "x": 0, "y": 1},
  29. {"label": "Prev", "matrix": [2, 0], "w": 1, "x": 0, "y": 2},
  30. {"label": "Left", "matrix": [2, 1], "w": 1, "x": 1, "y": 2},
  31. {"label": "Rght", "matrix": [2, 2], "w": 1, "x": 2, "y": 2}
  32. ]
  33. }
  34. }
  35. }