keyboard.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "keyboard_name": "ISO Macro",
  3. "manufacturer": "Merge",
  4. "url": "",
  5. "maintainer": "duoshock",
  6. "usb": {
  7. "vid": "0x4D65",
  8. "pid": "0x1200",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "backlight": true,
  13. "bootmagic": false,
  14. "command": false,
  15. "console": false,
  16. "encoder": true,
  17. "extrakey": true,
  18. "mousekey": true,
  19. "nkro": false
  20. },
  21. "matrix_pins": {
  22. "cols": ["B4", "B5", "B6"],
  23. "rows": ["F4", "F5", "F6"]
  24. },
  25. "diode_direction": "COL2ROW",
  26. "encoder": {
  27. "rotary": [
  28. {"pin_a": "F0", "pin_b": "F1"},
  29. {"pin_a": "D0", "pin_b": "D1"}
  30. ]
  31. },
  32. "backlight": {
  33. "pin": "B7"
  34. },
  35. "processor": "atmega32u4",
  36. "bootloader": "atmel-dfu",
  37. "layouts": {
  38. "LAYOUT": {
  39. "layout": [
  40. {"matrix": [2, 1], "x": 0, "y": 0},
  41. {"matrix": [0, 0], "x": 1.25, "y": 0},
  42. {"matrix": [0, 1], "x": 2.25, "y": 0},
  43. {"matrix": [0, 2], "x": 3.25, "y": 0},
  44. {"matrix": [2, 0], "x": 4.5, "y": 0, "w": 1.25, "h": 2},
  45. {"matrix": [2, 2], "x": 0, "y": 1},
  46. {"matrix": [1, 0], "x": 1.5, "y": 1},
  47. {"matrix": [1, 1], "x": 2.5, "y": 1},
  48. {"matrix": [1, 2], "x": 3.5, "y": 1}
  49. ]
  50. }
  51. }
  52. }