keyboard.json 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "manufacturer": "florent@linguenheld.fr",
  3. "keyboard_name": "chew",
  4. "maintainer": "florent@linguenheld.fr",
  5. "bootloader": "rp2040",
  6. "features": {
  7. "bootmagic": true,
  8. "command": false,
  9. "console": false,
  10. "extrakey": true,
  11. "mousekey": true,
  12. "nkro": true
  13. },
  14. "matrix_pins": {
  15. "direct": [
  16. ["GP4", "GP3", "GP2", "GP1", "GP0"],
  17. ["GP15", "GP26", "GP27", "GP28", "GP29"],
  18. ["GP14", "GP13", "GP9", "GP8", "NO_PIN"],
  19. ["GP7", "GP6", "GP5", "NO_PIN", "NO_PIN"]
  20. ]
  21. },
  22. "processor": "RP2040",
  23. "split": {
  24. "enabled": true,
  25. "matrix_pins": {
  26. "right": {
  27. "direct": [
  28. ["GP0", "GP1", "GP2", "GP3", "GP4"],
  29. ["GP29", "GP28", "GP27", "GP26", "GP15"],
  30. ["GP8", "GP9", "GP13", "GP14", "NO_PIN"],
  31. ["GP5", "GP6", "GP7", "NO_PIN", "NO_PIN"]
  32. ]
  33. }
  34. },
  35. "serial": {
  36. "driver": "vendor",
  37. "pin": "GP11"
  38. },
  39. "transport": {
  40. "watchdog": true
  41. }
  42. },
  43. "usb": {
  44. "device_version": "1.0.0",
  45. "pid": "0x0000",
  46. "vid": "0xFEED"
  47. },
  48. "layouts": {
  49. "LAYOUT": {
  50. "layout": [
  51. {"matrix": [0, 0], "x": 0, "y": 0.25},
  52. {"matrix": [0, 1], "x": 1, "y": 0.125},
  53. {"matrix": [0, 2], "x": 2, "y": 0},
  54. {"matrix": [0, 3], "x": 3, "y": 0.125},
  55. {"matrix": [0, 4], "x": 4, "y": 0.25},
  56. {"matrix": [4, 0], "x": 7, "y": 0.25},
  57. {"matrix": [4, 1], "x": 8, "y": 0.125},
  58. {"matrix": [4, 2], "x": 9, "y": 0},
  59. {"matrix": [4, 3], "x": 10, "y": 0.125},
  60. {"matrix": [4, 4], "x": 11, "y": 0.25},
  61. {"matrix": [1, 0], "x": 0, "y": 1.25},
  62. {"matrix": [1, 1], "x": 1, "y": 1.125},
  63. {"matrix": [1, 2], "x": 2, "y": 1},
  64. {"matrix": [1, 3], "x": 3, "y": 1.125},
  65. {"matrix": [1, 4], "x": 4, "y": 1.25},
  66. {"matrix": [5, 0], "x": 7, "y": 1.25},
  67. {"matrix": [5, 1], "x": 8, "y": 1.125},
  68. {"matrix": [5, 2], "x": 9, "y": 1},
  69. {"matrix": [5, 3], "x": 10, "y": 1.125},
  70. {"matrix": [5, 4], "x": 11, "y": 1.25},
  71. {"matrix": [2, 0], "x": 0, "y": 2.25},
  72. {"matrix": [2, 1], "x": 1, "y": 2.125},
  73. {"matrix": [2, 2], "x": 2, "y": 2},
  74. {"matrix": [2, 3], "x": 3, "y": 2.125},
  75. {"matrix": [6, 0], "x": 8, "y": 2.125},
  76. {"matrix": [6, 1], "x": 9, "y": 2},
  77. {"matrix": [6, 2], "x": 10, "y": 2.125},
  78. {"matrix": [6, 3], "x": 11, "y": 2.25},
  79. {"matrix": [3, 0], "x": 2.5, "y": 3.25},
  80. {"matrix": [3, 1], "x": 3.5, "y": 3.5},
  81. {"matrix": [3, 2], "x": 4.5, "y": 3.75},
  82. {"matrix": [7, 0], "x": 6.5, "y": 3.75},
  83. {"matrix": [7, 1], "x": 7.5, "y": 3.5},
  84. {"matrix": [7, 2], "x": 8.5, "y": 3.25}
  85. ]
  86. }
  87. }
  88. }