keyboard.json 934 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "manufacturer": "Geistmaschine",
  3. "keyboard_name": "Macropod",
  4. "maintainer": "ebastler",
  5. "bootloader": "atmel-dfu",
  6. "processor": "atmega32u4",
  7. "url": "https://geistmaschine.io/",
  8. "usb": {
  9. "device_version": "1.0.0",
  10. "pid": "0x0004",
  11. "vid": "0x676D"
  12. },
  13. "features": {
  14. "bootmagic": true,
  15. "command": false,
  16. "console": false,
  17. "extrakey": true,
  18. "mousekey": true,
  19. "nkro": false,
  20. "encoder": true
  21. },
  22. "encoder": {
  23. "rotary": [
  24. {"pin_a": "D3", "pin_b": "D5", "resolution": 2}
  25. ]
  26. },
  27. "layouts": {
  28. "LAYOUT_fourkey": {
  29. "layout": [
  30. {"x": 0, "y": 0, "matrix": [0, 0]},
  31. {"x": 0, "y": 1.25, "matrix": [0, 1]},
  32. {"x": 0, "y": 2.25, "matrix": [0, 2]},
  33. {"x": 0, "y": 3.25, "matrix": [0, 3]}
  34. ]
  35. }
  36. }
  37. }