keyboard.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. "features": {
  14. "bootmagic": true,
  15. "command": false,
  16. "console": false,
  17. "encoder": true,
  18. "extrakey": true,
  19. "mousekey": true,
  20. "nkro": true
  21. },
  22. "qmk": {
  23. "locking": {
  24. "enabled": true,
  25. "resync": true
  26. }
  27. },
  28. "matrix_pins": {
  29. "cols": ["D3", "D4", "D6"],
  30. "rows": ["E6", "B7", "D0"]
  31. },
  32. "diode_direction": "COL2ROW",
  33. "encoder": {
  34. "rotary": [
  35. {"pin_a": "F0", "pin_b": "F1"}
  36. ]
  37. },
  38. "layouts": {
  39. "LAYOUT": {
  40. "layout": [
  41. {"label": "Play", "matrix": [0, 0], "x": 0, "y": 0},
  42. {"label": "Mute", "matrix": [0, 1], "x": 1.5, "y": 0.5},
  43. {"label": "Next", "matrix": [1, 0], "x": 0, "y": 1},
  44. {"label": "Prev", "matrix": [2, 0], "x": 0, "y": 2},
  45. {"label": "Left", "matrix": [2, 1], "x": 1, "y": 2},
  46. {"label": "Rght", "matrix": [2, 2], "x": 2, "y": 2}
  47. ]
  48. }
  49. }
  50. }