keyboard.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "manufacturer": "Simon Hengel",
  3. "keyboard_name": "CHORD ZERO",
  4. "usb": {
  5. "device_version": "1.0.0",
  6. "vid": "0x1D50",
  7. "pid": "0x617C"
  8. },
  9. "url": "https://github.com/sol/chord-zero#readme",
  10. "maintainer": "sol",
  11. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "nkro": true,
  18. "steno": true
  19. },
  20. "processor": "RP2040",
  21. "bootloader": "rp2040",
  22. "diode_direction": "COL2ROW",
  23. "matrix_pins": {
  24. "cols": ["GP22", "GP9", "GP21", "GP11", "GP19", "GP12"],
  25. "rows": ["GP26", "GP20", "GP18", "GP17", "GP7", "GP10", "GP13", "GP14"]
  26. },
  27. "layout_aliases": {
  28. "LAYOUT_zero": "LAYOUT"
  29. },
  30. "layouts": {
  31. "LAYOUT": {
  32. "layout": [
  33. {"matrix": [0, 0], "y": 0, "x": 0},
  34. {"matrix": [0, 1], "y": 0, "x": 1},
  35. {"matrix": [0, 2], "y": 0, "x": 2},
  36. {"matrix": [0, 3], "y": 0, "x": 3},
  37. {"matrix": [0, 4], "y": 0, "x": 4},
  38. {"matrix": [0, 5], "y": 0, "x": 5},
  39. {"matrix": [4, 5], "y": 0, "x": 8},
  40. {"matrix": [4, 4], "y": 0, "x": 9},
  41. {"matrix": [4, 3], "y": 0, "x": 10},
  42. {"matrix": [4, 2], "y": 0, "x": 11},
  43. {"matrix": [4, 1], "y": 0, "x": 12},
  44. {"matrix": [4, 0], "y": 0, "x": 13},
  45. {"matrix": [1, 0], "y": 1, "x": 0},
  46. {"matrix": [1, 1], "y": 1, "x": 1},
  47. {"matrix": [1, 2], "y": 1, "x": 2},
  48. {"matrix": [1, 3], "y": 1, "x": 3},
  49. {"matrix": [1, 4], "y": 1, "x": 4},
  50. {"matrix": [1, 5], "y": 1, "x": 5},
  51. {"matrix": [5, 5], "y": 1, "x": 8},
  52. {"matrix": [5, 4], "y": 1, "x": 9},
  53. {"matrix": [5, 3], "y": 1, "x": 10},
  54. {"matrix": [5, 2], "y": 1, "x": 11},
  55. {"matrix": [5, 1], "y": 1, "x": 12},
  56. {"matrix": [5, 0], "y": 1, "x": 13},
  57. {"matrix": [3, 3], "y": 3, "x": 3},
  58. {"matrix": [3, 4], "y": 3, "x": 4},
  59. {"matrix": [3, 5], "y": 3, "x": 5},
  60. {"matrix": [7, 5], "y": 3, "x": 8},
  61. {"matrix": [7, 4], "y": 3, "x": 9},
  62. {"matrix": [7, 3], "y": 3, "x": 10}
  63. ]
  64. }
  65. }
  66. }