info.json 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "manufacturer": "SOFT/HRUF",
  3. "keyboard_name": "Splitography",
  4. "url": "https://softhruf.love/collections/writers",
  5. "maintainer": "qmk",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "steno": true,
  9. "nkro": true,
  10. "bootmagic": true,
  11. "mousekey": false,
  12. "extrakey": true,
  13. "console": false,
  14. "audio": false,
  15. "command": false,
  16. "backlight": false
  17. },
  18. "matrix_pins": {
  19. "rows": ["D0", "D1", "D2", "D3"],
  20. "cols": ["F0", "F1", "F4", "F5", "F6", "F7", "C7", "C6", "B6", "B5", "B4", "D7"]
  21. },
  22. "usb": {
  23. "vid": "0xFEED",
  24. "pid": "0x6060",
  25. "device_version": "0.0.1"
  26. },
  27. "processor": "atmega32u4",
  28. "bootloader": "atmel-dfu",
  29. "layouts": {
  30. "LAYOUT": {
  31. "layout": [
  32. {"matrix": [0, 0], "x": 0, "y": 0, "h": 0.6},
  33. {"matrix": [0, 1], "x": 1, "y": 0, "h": 0.6},
  34. {"matrix": [0, 2], "x": 2, "y": 0, "h": 0.6},
  35. {"matrix": [0, 3], "x": 3, "y": 0, "h": 0.6},
  36. {"matrix": [0, 4], "x": 4, "y": 0, "h": 0.6},
  37. {"matrix": [0, 5], "x": 5, "y": 0, "h": 0.6},
  38. {"matrix": [0, 6], "x": 8, "y": 0, "h": 0.6},
  39. {"matrix": [0, 7], "x": 9, "y": 0, "h": 0.6},
  40. {"matrix": [0, 8], "x": 10, "y": 0, "h": 0.6},
  41. {"matrix": [0, 9], "x": 11, "y": 0, "h": 0.6},
  42. {"matrix": [0, 10], "x": 12, "y": 0, "h": 0.6},
  43. {"matrix": [0, 11], "x": 13, "y": 0, "h": 0.6},
  44. {"matrix": [1, 0], "x": 0, "y": 0.6},
  45. {"matrix": [1, 1], "x": 1, "y": 0.6},
  46. {"matrix": [1, 2], "x": 2, "y": 0.6},
  47. {"matrix": [1, 3], "x": 3, "y": 0.6},
  48. {"matrix": [1, 4], "x": 4, "y": 0.6},
  49. {"matrix": [1, 5], "x": 5, "y": 0.6},
  50. {"matrix": [1, 6], "x": 8, "y": 0.6},
  51. {"matrix": [1, 7], "x": 9, "y": 0.6},
  52. {"matrix": [1, 8], "x": 10, "y": 0.6},
  53. {"matrix": [1, 9], "x": 11, "y": 0.6},
  54. {"matrix": [1, 10], "x": 12, "y": 0.6},
  55. {"matrix": [1, 11], "x": 13, "y": 0.6},
  56. {"matrix": [2, 0], "x": 0, "y": 1.6, "h": 1.2},
  57. {"matrix": [2, 1], "x": 1, "y": 1.6, "h": 1.2},
  58. {"matrix": [2, 2], "x": 2, "y": 1.6, "h": 1.2},
  59. {"matrix": [2, 3], "x": 3, "y": 1.6, "h": 1.2},
  60. {"matrix": [2, 4], "x": 4, "y": 1.6, "h": 1.2},
  61. {"matrix": [2, 5], "x": 5, "y": 1.6, "h": 1.2},
  62. {"matrix": [2, 6], "x": 8, "y": 1.6, "h": 1.2},
  63. {"matrix": [2, 7], "x": 9, "y": 1.6, "h": 1.2},
  64. {"matrix": [2, 8], "x": 10, "y": 1.6, "h": 1.2},
  65. {"matrix": [2, 9], "x": 11, "y": 1.6, "h": 1.2},
  66. {"matrix": [2, 10], "x": 12, "y": 1.6, "h": 1.2},
  67. {"matrix": [2, 11], "x": 13, "y": 1.6, "h": 1.2},
  68. {"matrix": [3, 4], "x": 3.5, "y": 3, "h": 1.2},
  69. {"matrix": [3, 5], "x": 4.5, "y": 3, "h": 1.2},
  70. {"matrix": [3, 6], "x": 8.5, "y": 3, "h": 1.2},
  71. {"matrix": [3, 7], "x": 9.5, "y": 3, "h": 1.2}
  72. ]
  73. }
  74. }
  75. }