1
0

info.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "keyboard_name": "Janus",
  3. "manufacturer": "Steven Karrmann",
  4. "url": "https://github.com/skarrmann/janus",
  5. "maintainer": "skarrmann",
  6. "processor": "RP2040",
  7. "bootloader": "rp2040",
  8. "diode_direction": "COL2ROW",
  9. "matrix_pins": {
  10. "cols": ["GP6", "GP7", "GP2", "GP4", "GP3"],
  11. "rows": ["GP26", "GP27", "GP28", "GP29"]
  12. },
  13. "indicators": {
  14. "num_lock": "GP17",
  15. "caps_lock": "GP16",
  16. "scroll_lock": "GP25",
  17. "on_state": 0
  18. },
  19. "features": {
  20. "bootmagic": true,
  21. "command": false,
  22. "console": false,
  23. "extrakey": true,
  24. "mousekey": true,
  25. "nkro": true
  26. },
  27. "split": {
  28. "enabled": true
  29. },
  30. "community_layouts": [
  31. "split_3x5_2"
  32. ],
  33. "layouts": {
  34. "LAYOUT_split_3x5_2": {
  35. "layout": [
  36. { "matrix": [0, 0], "x": 0, "y": 0 },
  37. { "matrix": [0, 1], "x": 1, "y": 0 },
  38. { "matrix": [0, 2], "x": 2, "y": 0 },
  39. { "matrix": [0, 3], "x": 3, "y": 0 },
  40. { "matrix": [0, 4], "x": 4, "y": 0 },
  41. { "matrix": [4, 4], "x": 6, "y": 0 },
  42. { "matrix": [4, 3], "x": 7, "y": 0 },
  43. { "matrix": [4, 2], "x": 8, "y": 0 },
  44. { "matrix": [4, 1], "x": 9, "y": 0 },
  45. { "matrix": [4, 0], "x": 10, "y": 0 },
  46. { "matrix": [1, 0], "x": 0, "y": 1 },
  47. { "matrix": [1, 1], "x": 1, "y": 1 },
  48. { "matrix": [1, 2], "x": 2, "y": 1 },
  49. { "matrix": [1, 3], "x": 3, "y": 1 },
  50. { "matrix": [1, 4], "x": 4, "y": 1 },
  51. { "matrix": [5, 4], "x": 6, "y": 1 },
  52. { "matrix": [5, 3], "x": 7, "y": 1 },
  53. { "matrix": [5, 2], "x": 8, "y": 1 },
  54. { "matrix": [5, 1], "x": 9, "y": 1 },
  55. { "matrix": [5, 0], "x": 10, "y": 1 },
  56. { "matrix": [2, 0], "x": 0, "y": 2 },
  57. { "matrix": [2, 1], "x": 1, "y": 2 },
  58. { "matrix": [2, 2], "x": 2, "y": 2 },
  59. { "matrix": [2, 3], "x": 3, "y": 2 },
  60. { "matrix": [2, 4], "x": 4, "y": 2 },
  61. { "matrix": [6, 4], "x": 6, "y": 2 },
  62. { "matrix": [6, 3], "x": 7, "y": 2 },
  63. { "matrix": [6, 2], "x": 8, "y": 2 },
  64. { "matrix": [6, 1], "x": 9, "y": 2 },
  65. { "matrix": [6, 0], "x": 10, "y": 2 },
  66. { "matrix": [3, 3], "x": 3, "y": 3 },
  67. { "matrix": [3, 4], "x": 4, "y": 3 },
  68. { "matrix": [7, 4], "x": 6, "y": 3 },
  69. { "matrix": [7, 3], "x": 7, "y": 3 }
  70. ]
  71. }
  72. },
  73. "usb": {
  74. "device_version": "1.0.0",
  75. "pid": "0x9A25",
  76. "vid": "0xFEED"
  77. }
  78. }