keyboard.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. "transport": {
  36. "watchdog": true
  37. }
  38. },
  39. "usb": {
  40. "device_version": "1.0.0",
  41. "pid": "0x0000",
  42. "vid": "0xFEED"
  43. },
  44. "layouts": {
  45. "LAYOUT": {
  46. "layout": [
  47. {"matrix": [0, 0], "x": 0, "y": 0.25},
  48. {"matrix": [0, 1], "x": 1, "y": 0.125},
  49. {"matrix": [0, 2], "x": 2, "y": 0},
  50. {"matrix": [0, 3], "x": 3, "y": 0.125},
  51. {"matrix": [0, 4], "x": 4, "y": 0.25},
  52. {"matrix": [4, 0], "x": 7, "y": 0.25},
  53. {"matrix": [4, 1], "x": 8, "y": 0.125},
  54. {"matrix": [4, 2], "x": 9, "y": 0},
  55. {"matrix": [4, 3], "x": 10, "y": 0.125},
  56. {"matrix": [4, 4], "x": 11, "y": 0.25},
  57. {"matrix": [1, 0], "x": 0, "y": 1.25},
  58. {"matrix": [1, 1], "x": 1, "y": 1.125},
  59. {"matrix": [1, 2], "x": 2, "y": 1},
  60. {"matrix": [1, 3], "x": 3, "y": 1.125},
  61. {"matrix": [1, 4], "x": 4, "y": 1.25},
  62. {"matrix": [5, 0], "x": 7, "y": 1.25},
  63. {"matrix": [5, 1], "x": 8, "y": 1.125},
  64. {"matrix": [5, 2], "x": 9, "y": 1},
  65. {"matrix": [5, 3], "x": 10, "y": 1.125},
  66. {"matrix": [5, 4], "x": 11, "y": 1.25},
  67. {"matrix": [2, 0], "x": 0, "y": 2.25},
  68. {"matrix": [2, 1], "x": 1, "y": 2.125},
  69. {"matrix": [2, 2], "x": 2, "y": 2},
  70. {"matrix": [2, 3], "x": 3, "y": 2.125},
  71. {"matrix": [6, 0], "x": 8, "y": 2.125},
  72. {"matrix": [6, 1], "x": 9, "y": 2},
  73. {"matrix": [6, 2], "x": 10, "y": 2.125},
  74. {"matrix": [6, 3], "x": 11, "y": 2.25},
  75. {"matrix": [3, 0], "x": 2.5, "y": 3.25},
  76. {"matrix": [3, 1], "x": 3.5, "y": 3.5},
  77. {"matrix": [3, 2], "x": 4.5, "y": 3.75},
  78. {"matrix": [7, 0], "x": 6.5, "y": 3.75},
  79. {"matrix": [7, 1], "x": 7.5, "y": 3.5},
  80. {"matrix": [7, 2], "x": 8.5, "y": 3.25}
  81. ]
  82. }
  83. }
  84. }