keyboard.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. "features": {
  19. "bootmagic": false,
  20. "command": true,
  21. "console": true,
  22. "encoder": true,
  23. "extrakey": true,
  24. "mousekey": true,
  25. "nkro": false
  26. },
  27. "matrix_pins": {
  28. "direct": [
  29. ["D1", "D4", "C6", "D7", "E6", "B2", "B3", "B1", "F7"]
  30. ]
  31. },
  32. "layouts": {
  33. "LAYOUT": {
  34. "layout": [
  35. {"x": 0, "y": 0, "matrix": [0, 0]},
  36. {"x": 1, "y": 0, "matrix": [0, 1]},
  37. {"x": 2, "y": 0, "matrix": [0, 2]},
  38. {"x": 3, "y": 0, "matrix": [0, 3]},
  39. {"x": 4.5, "y": 0.5, "matrix": [0, 4]},
  40. {"x": 0, "y": 1, "matrix": [0, 5]},
  41. {"x": 1, "y": 1, "matrix": [0, 6]},
  42. {"x": 2, "y": 1, "matrix": [0, 7]},
  43. {"x": 3, "y": 1, "matrix": [0, 8]}
  44. ]
  45. }
  46. }
  47. }