keyboard.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "keyboard_name": "pluto12",
  3. "manufacturer": "psuieee",
  4. "url": "https://github.com/psuieee/pluto12",
  5. "maintainer": "wymcg",
  6. "usb": {
  7. "vid": "0x4747",
  8. "pid": "0x7012",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "encoder": true,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": false
  19. },
  20. "qmk": {
  21. "locking": {
  22. "enabled": true,
  23. "resync": true
  24. }
  25. },
  26. "matrix_pins": {
  27. "cols": ["D7", "E6", "B4", "B5"],
  28. "rows": ["D0", "D4", "C6"]
  29. },
  30. "diode_direction": "COL2ROW",
  31. "encoder": {
  32. "rotary": [
  33. {"pin_a": "B6", "pin_b": "B2"}
  34. ]
  35. },
  36. "processor": "atmega32u4",
  37. "bootloader": "caterina",
  38. "layouts": {
  39. "LAYOUT": {
  40. "layout": [
  41. {"matrix": [0, 0], "x": 0, "y": 0},
  42. {"matrix": [0, 1], "x": 1, "y": 0},
  43. {"matrix": [0, 2], "x": 2, "y": 0},
  44. {"matrix": [0, 3], "x": 3, "y": 0},
  45. {"matrix": [1, 0], "x": 0, "y": 1},
  46. {"matrix": [1, 1], "x": 1, "y": 1},
  47. {"matrix": [1, 2], "x": 2, "y": 1},
  48. {"matrix": [1, 3], "x": 3, "y": 1},
  49. {"matrix": [2, 0], "x": 0, "y": 2},
  50. {"matrix": [2, 1], "x": 1, "y": 2},
  51. {"matrix": [2, 2], "x": 2, "y": 2},
  52. {"matrix": [2, 3], "x": 3, "y": 2}
  53. ]
  54. }
  55. }
  56. }