keyboard.json 761 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "keyboard_name": "Aplx2",
  3. "manufacturer": "Aplyard",
  4. "url": "",
  5. "maintainer": "Aplyard",
  6. "usb": {
  7. "vid": "0xE0E0",
  8. "pid": "0x0030",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": false,
  13. "command": false,
  14. "console": false,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "nkro": true
  18. },
  19. "matrix_pins": {
  20. "cols": ["B5", "D3"],
  21. "rows": ["D1"]
  22. },
  23. "diode_direction": "COL2ROW",
  24. "processor": "atmega32u4",
  25. "bootloader": "caterina",
  26. "layouts": {
  27. "LAYOUT": {
  28. "layout": [
  29. {"matrix": [0, 0], "x": 0, "y": 0},
  30. {"matrix": [0, 1], "x": 1, "y": 0}
  31. ]
  32. }
  33. }
  34. }