info.json 950 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "keyboard_name": "Creator Pro",
  3. "manufacturer": "SergioPoverony",
  4. "url": "https://github.com/sergiopoverony",
  5. "maintainer": "SergioPoverony",
  6. "usb": {
  7. "vid": "0x8B1E",
  8. "pid": "0x0C00",
  9. "device_version": "0.0.1"
  10. },
  11. "encoder": {
  12. "rotary": [
  13. {"pin_a": "D2", "pin_b": "D3", "resolution": 1}
  14. ]
  15. },
  16. "processor": "atmega32u4",
  17. "bootloader": "caterina",
  18. "matrix_pins": {
  19. "direct": [
  20. ["D1", "D4", "C6", "D7", "E6", "B2", "B3", "B1", "F7"]
  21. ]
  22. },
  23. "layouts": {
  24. "LAYOUT": {
  25. "layout": [
  26. {"x":0, "y":0, "matrix": [0, 0]},
  27. {"x":1, "y":0, "matrix": [0, 1]},
  28. {"x":2, "y":0, "matrix": [0, 2]},
  29. {"x":3, "y":0, "matrix": [0, 3]},
  30. {"x":4.5, "y":0.5, "matrix": [0, 4]},
  31. {"x":0, "y":1, "matrix": [0, 5]},
  32. {"x":1, "y":1, "matrix": [0, 6]},
  33. {"x":2, "y":1, "matrix": [0, 7]},
  34. {"x":3, "y":1, "matrix": [0, 8]}
  35. ]
  36. }
  37. }
  38. }