info.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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": false,
  19. "nkro": false,
  20. "encoder": true
  21. },
  22. "encoder": {
  23. "rotary": [
  24. {
  25. "pin_a": "D3",
  26. "pin_b": "D5",
  27. "resolution": 2
  28. }
  29. ]
  30. },
  31. "layouts": {
  32. "LAYOUT_fourkey": {
  33. "layout": [
  34. {"x":0, "y":0, "matrix":[0,0] },
  35. {"x":0, "y":1.25, "matrix":[0,1] },
  36. {"x":0, "y":2.25, "matrix":[0,2] },
  37. {"x":0, "y":3.25, "matrix":[0,3] }
  38. ]
  39. }
  40. }
  41. }