keyboard.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "keyboard_name": "lemonpad",
  3. "manufacturer": "dari-studios",
  4. "url": "",
  5. "maintainer": "dari-studios",
  6. "usb": {
  7. "vid": "0x6473",
  8. "pid": "0x4C50",
  9. "device_version": "0.0.1"
  10. },
  11. "processor": "atmega32u4",
  12. "bootloader": "caterina",
  13. "build": {
  14. "lto": true
  15. },
  16. "features": {
  17. "bootmagic": true,
  18. "command": true,
  19. "console": true,
  20. "extrakey": true,
  21. "mousekey": true,
  22. "nkro": true
  23. },
  24. "qmk": {
  25. "locking": {
  26. "enabled": true,
  27. "resync": true
  28. }
  29. },
  30. "matrix_pins": {
  31. "direct": [
  32. ["E6", "D7", "C6"],
  33. ["B4", "B5", "D4"]
  34. ]
  35. },
  36. "layouts": {
  37. "LAYOUT": {
  38. "layout": [
  39. {"x": 0, "y": 0, "matrix": [0, 0]},
  40. {"x": 1, "y": 0, "matrix": [0, 1]},
  41. {"x": 2, "y": 0, "matrix": [0, 2]},
  42. {"x": 0, "y": 1, "matrix": [1, 0]},
  43. {"x": 1, "y": 1, "matrix": [1, 1]},
  44. {"x": 2, "y": 1, "matrix": [1, 2]}
  45. ]
  46. }
  47. }
  48. }