keyboard.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "manufacturer": "Steven Karrmann",
  3. "keyboard_name": "Sha",
  4. "maintainer": "skarrmann",
  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": ["GP8", "GP9", "GP10", "GP11", "GP12", "GP13", "GP14"],
  18. "rows": ["GP28", "GP4", "GP27", "GP5", "GP26", "GP6", "GP15", "GP7"]
  19. },
  20. "processor": "RP2040",
  21. "rgblight": {
  22. "animations": {
  23. "breathing": true,
  24. "rainbow_mood": true,
  25. "rainbow_swirl": true,
  26. "snake": true,
  27. "knight": true,
  28. "christmas": true,
  29. "static_gradient": true,
  30. "rgb_test": true,
  31. "alternating": true,
  32. "twinkle": true
  33. },
  34. "default": {
  35. "val": 0
  36. },
  37. "led_count": 25,
  38. "max_brightness": 24,
  39. "sleep": true
  40. },
  41. "url": "https://github.com/skarrmann/sha",
  42. "usb": {
  43. "device_version": "1.0.0",
  44. "pid": "0x0000",
  45. "vid": "0xFEED"
  46. },
  47. "ws2812": {
  48. "driver": "vendor",
  49. "pin": "GP16"
  50. },
  51. "layouts": {
  52. "LAYOUT": {
  53. "layout": [
  54. {"matrix": [0, 0], "x": 0, "y": 0},
  55. {"matrix": [0, 1], "x": 1, "y": 0},
  56. {"matrix": [0, 2], "x": 2, "y": 0},
  57. {"matrix": [0, 3], "x": 3, "y": 0},
  58. {"matrix": [0, 4], "x": 4, "y": 0},
  59. {"matrix": [0, 5], "x": 5, "y": 0},
  60. {"matrix": [1, 1], "x": 8, "y": 0},
  61. {"matrix": [1, 2], "x": 9, "y": 0},
  62. {"matrix": [1, 3], "x": 10, "y": 0},
  63. {"matrix": [1, 4], "x": 11, "y": 0},
  64. {"matrix": [1, 5], "x": 12, "y": 0},
  65. {"matrix": [1, 6], "x": 13, "y": 0},
  66. {"matrix": [2, 0], "x": 0, "y": 1},
  67. {"matrix": [2, 1], "x": 1, "y": 1},
  68. {"matrix": [2, 2], "x": 2, "y": 1},
  69. {"matrix": [2, 3], "x": 3, "y": 1},
  70. {"matrix": [2, 4], "x": 4, "y": 1},
  71. {"matrix": [2, 5], "x": 5, "y": 1},
  72. {"matrix": [3, 1], "x": 8, "y": 1},
  73. {"matrix": [3, 2], "x": 9, "y": 1},
  74. {"matrix": [3, 3], "x": 10, "y": 1},
  75. {"matrix": [3, 4], "x": 11, "y": 1},
  76. {"matrix": [3, 5], "x": 12, "y": 1},
  77. {"matrix": [3, 6], "x": 13, "y": 1},
  78. {"matrix": [4, 0], "x": 0, "y": 2},
  79. {"matrix": [4, 1], "x": 1, "y": 2},
  80. {"matrix": [4, 2], "x": 2, "y": 2},
  81. {"matrix": [4, 3], "x": 3, "y": 2},
  82. {"matrix": [4, 4], "x": 4, "y": 2},
  83. {"matrix": [4, 5], "x": 5, "y": 2},
  84. {"matrix": [5, 1], "x": 8, "y": 2},
  85. {"matrix": [5, 2], "x": 9, "y": 2},
  86. {"matrix": [5, 3], "x": 10, "y": 2},
  87. {"matrix": [5, 4], "x": 11, "y": 2},
  88. {"matrix": [5, 5], "x": 12, "y": 2},
  89. {"matrix": [5, 6], "x": 13, "y": 2},
  90. {"matrix": [6, 0], "x": 0, "y": 3},
  91. {"matrix": [6, 1], "x": 1, "y": 3},
  92. {"matrix": [6, 2], "x": 2, "y": 3},
  93. {"matrix": [6, 3], "x": 3, "y": 3},
  94. {"matrix": [6, 4], "x": 4, "y": 3},
  95. {"matrix": [6, 5], "x": 5, "y": 3},
  96. {"matrix": [6, 6], "x": 6, "y": 3},
  97. {"matrix": [7, 0], "x": 7, "y": 3},
  98. {"matrix": [7, 1], "x": 8, "y": 3},
  99. {"matrix": [7, 2], "x": 9, "y": 3},
  100. {"matrix": [7, 3], "x": 10, "y": 3},
  101. {"matrix": [7, 4], "x": 11, "y": 3},
  102. {"matrix": [7, 5], "x": 12, "y": 3},
  103. {"matrix": [7, 6], "x": 13, "y": 3}
  104. ]
  105. }
  106. }
  107. }