keyboard.json 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "manufacturer": "azhizhinov",
  3. "keyboard_name": "PIANTORUV44",
  4. "maintainer": "azhizhinov",
  5. "bootloader": "rp2040",
  6. "bootmagic": {
  7. "matrix": [0, 5]
  8. },
  9. "features": {
  10. "bootmagic": true,
  11. "command": false,
  12. "console": false,
  13. "extrakey": true,
  14. "mousekey": true,
  15. "nkro": true
  16. },
  17. "matrix_pins": {
  18. "direct": [
  19. ["GP5", "GP4", "GP11", "GP15", "GP3", "GP2"],
  20. ["GP22", "GP20", "GP10", "GP14", "GP9", "GP8"],
  21. ["GP21", "GP19", "GP6", "GP7", "GP13", "GP12"],
  22. ["GP17", "GP18", "GP16", "GP26", null, null]
  23. ]
  24. },
  25. "processor": "RP2040",
  26. "split": {
  27. "enabled": true,
  28. "matrix_pins": {
  29. "right": {
  30. "direct": [
  31. ["GP2", "GP3", "GP15", "GP11", "GP4", "GP5"],
  32. ["GP8", "GP9", "GP14", "GP10", "GP20", "GP22"],
  33. ["GP12", "GP13", "GP7", "GP6", "GP19", "GP21"],
  34. ["GP26", "GP16", "GP18", "GP17", null, null]
  35. ]
  36. }
  37. },
  38. "serial": {
  39. "driver": "vendor"
  40. }
  41. },
  42. "url": "https://github.com/azhizhinov/PIANTORUV44",
  43. "usb": {
  44. "device_version": "1.0.0",
  45. "pid": "0x0004",
  46. "vid": "0x415A"
  47. },
  48. "layouts": {
  49. "LAYOUT": {
  50. "layout": [
  51. {"matrix": [0, 0], "x": 0, "y": 0.25},
  52. {"matrix": [0, 1], "x": 1, "y": 0.25},
  53. {"matrix": [0, 2], "x": 2, "y": 0.125},
  54. {"matrix": [0, 3], "x": 3, "y": 0},
  55. {"matrix": [0, 4], "x": 4, "y": 0.125},
  56. {"matrix": [0, 5], "x": 5, "y": 0.25},
  57. {"matrix": [4, 0], "x": 8, "y": 0.25},
  58. {"matrix": [4, 1], "x": 9, "y": 0.125},
  59. {"matrix": [4, 2], "x": 10, "y": 0},
  60. {"matrix": [4, 3], "x": 11, "y": 0.125},
  61. {"matrix": [4, 4], "x": 12, "y": 0.25},
  62. {"matrix": [4, 5], "x": 13, "y": 0.25},
  63. {"matrix": [1, 0], "x": 0, "y": 1.25},
  64. {"matrix": [1, 1], "x": 1, "y": 1.25},
  65. {"matrix": [1, 2], "x": 2, "y": 1.125},
  66. {"matrix": [1, 3], "x": 3, "y": 1},
  67. {"matrix": [1, 4], "x": 4, "y": 1.125},
  68. {"matrix": [1, 5], "x": 5, "y": 1.25},
  69. {"matrix": [5, 0], "x": 8, "y": 1.25},
  70. {"matrix": [5, 1], "x": 9, "y": 1.125},
  71. {"matrix": [5, 2], "x": 10, "y": 1},
  72. {"matrix": [5, 3], "x": 11, "y": 1.125},
  73. {"matrix": [5, 4], "x": 12, "y": 1.25},
  74. {"matrix": [5, 5], "x": 13, "y": 1.25},
  75. {"matrix": [2, 0], "x": 0, "y": 2.25},
  76. {"matrix": [2, 1], "x": 1, "y": 2.25},
  77. {"matrix": [2, 2], "x": 2, "y": 2.125},
  78. {"matrix": [2, 3], "x": 3, "y": 2},
  79. {"matrix": [2, 4], "x": 4, "y": 2.125},
  80. {"matrix": [2, 5], "x": 5, "y": 2.25},
  81. {"matrix": [6, 0], "x": 8, "y": 2.25},
  82. {"matrix": [6, 1], "x": 9, "y": 2.125},
  83. {"matrix": [6, 2], "x": 10, "y": 2},
  84. {"matrix": [6, 3], "x": 11, "y": 2.125},
  85. {"matrix": [6, 4], "x": 12, "y": 2.25},
  86. {"matrix": [6, 5], "x": 13, "y": 2.25},
  87. {"matrix": [3, 0], "x": 2.5, "y": 3},
  88. {"matrix": [3, 1], "x": 3.5, "y": 3.25},
  89. {"matrix": [3, 2], "x": 4.5, "y": 3.5},
  90. {"matrix": [3, 3], "x": 5.5, "y": 3.75},
  91. {"matrix": [7, 0], "x": 7.5, "y": 3.75},
  92. {"matrix": [7, 1], "x": 8.5, "y": 3.5},
  93. {"matrix": [7, 2], "x": 9.5, "y": 3.25},
  94. {"matrix": [7, 3], "x": 10.5, "y": 3}
  95. ]
  96. }
  97. }
  98. }