keyboard.json 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "manufacturer": "ScottoKeebs",
  3. "keyboard_name": "Scotto34 (PCB Edition)",
  4. "maintainer": "joe-scotto",
  5. "bootloader": "rp2040",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "command": false,
  10. "console": false,
  11. "extrakey": true,
  12. "mousekey": true,
  13. "nkro": true,
  14. "rgblight": true
  15. },
  16. "matrix_pins": {
  17. "cols": ["GP9", "GP10", "GP11", "GP12", "GP13", "GP18", "GP19", "GP20", "GP21", "GP22"],
  18. "rows": ["GP0", "GP1", "GP14", "GP15"]
  19. },
  20. "processor": "RP2040",
  21. "url": "https://scottokeebs.com",
  22. "usb": {
  23. "device_version": "1.0.0",
  24. "pid": "0x1019",
  25. "vid": "0x534B"
  26. },
  27. "ws2812": {
  28. "pin": "GP23",
  29. "driver": "vendor"
  30. },
  31. "rgblight": {
  32. "led_count": 5,
  33. "default": {
  34. "animation": "rainbow_swirl"
  35. },
  36. "animations": {
  37. "breathing": true,
  38. "rainbow_mood": true,
  39. "rainbow_swirl": true,
  40. "snake": true,
  41. "knight": true,
  42. "christmas": true,
  43. "static_gradient": true,
  44. "alternating": true,
  45. "twinkle": true
  46. }
  47. },
  48. "community_layouts": ["split_3x5_2"],
  49. "layouts": {
  50. "LAYOUT_split_3x5_2": {
  51. "layout": [
  52. { "matrix": [0, 0], "x": 0, "y": 0 },
  53. { "matrix": [0, 1], "x": 1, "y": 0 },
  54. { "matrix": [0, 2], "x": 2, "y": 0 },
  55. { "matrix": [0, 3], "x": 3, "y": 0 },
  56. { "matrix": [0, 4], "x": 4, "y": 0 },
  57. { "matrix": [0, 5], "x": 5, "y": 0 },
  58. { "matrix": [0, 6], "x": 6, "y": 0 },
  59. { "matrix": [0, 7], "x": 7, "y": 0 },
  60. { "matrix": [0, 8], "x": 8, "y": 0 },
  61. { "matrix": [0, 9], "x": 9, "y": 0 },
  62. { "matrix": [1, 0], "x": 0, "y": 1 },
  63. { "matrix": [1, 1], "x": 1, "y": 1 },
  64. { "matrix": [1, 2], "x": 2, "y": 1 },
  65. { "matrix": [1, 3], "x": 3, "y": 1 },
  66. { "matrix": [1, 4], "x": 4, "y": 1 },
  67. { "matrix": [1, 5], "x": 5, "y": 1 },
  68. { "matrix": [1, 6], "x": 6, "y": 1 },
  69. { "matrix": [1, 7], "x": 7, "y": 1 },
  70. { "matrix": [1, 8], "x": 8, "y": 1 },
  71. { "matrix": [1, 9], "x": 9, "y": 1 },
  72. { "matrix": [2, 0], "x": 0, "y": 2 },
  73. { "matrix": [2, 1], "x": 1, "y": 2 },
  74. { "matrix": [2, 2], "x": 2, "y": 2 },
  75. { "matrix": [2, 3], "x": 3, "y": 2 },
  76. { "matrix": [2, 4], "x": 4, "y": 2 },
  77. { "matrix": [2, 5], "x": 5, "y": 2 },
  78. { "matrix": [2, 6], "x": 6, "y": 2 },
  79. { "matrix": [2, 7], "x": 7, "y": 2 },
  80. { "matrix": [2, 8], "x": 8, "y": 2 },
  81. { "matrix": [2, 9], "x": 9, "y": 2 },
  82. { "matrix": [3, 3], "x": 3, "y": 3 },
  83. { "matrix": [3, 4], "x": 4, "y": 3 },
  84. { "matrix": [3, 5], "x": 5, "y": 3 },
  85. { "matrix": [3, 6], "x": 6, "y": 3 }
  86. ]
  87. }
  88. }
  89. }