logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (3165B)


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