info.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "manufacturer": "Catmunch",
  3. "keyboard_name": "MacroCat Keyboard",
  4. "maintainer": "Catmunch, starcatmeow",
  5. "bootloader": "atmel-dfu",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "command": false,
  10. "console": false,
  11. "extrakey": true,
  12. "mousekey": true,
  13. "nkro": true,
  14. "encoder": true
  15. },
  16. "matrix_pins": {
  17. "cols": ["B5", "B6", "C6", "C7"],
  18. "rows": ["D4", "D6", "D7", "B4"]
  19. },
  20. "processor": "atmega32u4",
  21. "url": "https://github.com/catmunch/macrocat",
  22. "usb": {
  23. "device_version": "0.0.1",
  24. "pid": "0x8086",
  25. "vid": "0x2022"
  26. },
  27. "layout_aliases": {
  28. "LAYOUT_numpad_4x4": "LAYOUT_ortho_4x4"
  29. },
  30. "layouts": {
  31. "LAYOUT_ortho_4x4": {
  32. "layout": [
  33. { "matrix": [0, 0], "x": 0, "y": 0 },
  34. { "matrix": [0, 1], "x": 1, "y": 0 },
  35. { "matrix": [0, 2], "x": 2, "y": 0 },
  36. { "matrix": [0, 3], "x": 3, "y": 0 },
  37. { "matrix": [1, 0], "x": 0, "y": 1 },
  38. { "matrix": [1, 1], "x": 1, "y": 1 },
  39. { "matrix": [1, 2], "x": 2, "y": 1 },
  40. { "matrix": [1, 3], "x": 3, "y": 1 },
  41. { "matrix": [2, 0], "x": 0, "y": 2 },
  42. { "matrix": [2, 1], "x": 1, "y": 2 },
  43. { "matrix": [2, 2], "x": 2, "y": 2 },
  44. { "matrix": [2, 3], "x": 3, "y": 2 },
  45. { "matrix": [3, 0], "x": 0, "y": 3 },
  46. { "matrix": [3, 1], "x": 1, "y": 3 },
  47. { "matrix": [3, 2], "x": 2, "y": 3 },
  48. { "matrix": [3, 3], "x": 3, "y": 3 }
  49. ]
  50. }
  51. }
  52. }