logo

qmk_firmware

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

keyboard.json (3792B)


  1. {
  2. "manufacturer": "Sleepy Craft Studios",
  3. "keyboard_name": "sleepy_keeb_split",
  4. "maintainer": "Sleepy Craft Studios",
  5. "development_board": "promicro",
  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": ["B5", "B6", "B2", "B3", "B1", "F7"],
  16. "rows": ["C6", "D7", "E6", "B4"]
  17. },
  18. "rgblight": {
  19. "animations": {
  20. "alternating": true,
  21. "breathing": true,
  22. "rainbow_mood": true,
  23. "rainbow_swirl": true,
  24. "static_gradient": true,
  25. "twinkle": true
  26. },
  27. "led_count": 18,
  28. "split_count": [9, 9]
  29. },
  30. "split": {
  31. "enabled": true,
  32. "serial": {
  33. "pin": "D2"
  34. },
  35. "usb_detect": {
  36. "enabled": true
  37. }
  38. },
  39. "url": "https://sleepycraftstudios.com",
  40. "usb": {
  41. "device_version": "1.0.0",
  42. "pid": "0x0002",
  43. "vid": "0x7373"
  44. },
  45. "ws2812": {
  46. "pin": "F4"
  47. },
  48. "community_layouts": ["ortho_4x12"],
  49. "layouts": {
  50. "LAYOUT_ortho_4x12": {
  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": [4, 0], "x": 6, "y": 0},
  59. {"matrix": [4, 1], "x": 7, "y": 0},
  60. {"matrix": [4, 2], "x": 8, "y": 0},
  61. {"matrix": [4, 3], "x": 9, "y": 0},
  62. {"matrix": [4, 4], "x": 10, "y": 0},
  63. {"matrix": [4, 5], "x": 11, "y": 0},
  64. {"matrix": [1, 0], "x": 0, "y": 1},
  65. {"matrix": [1, 1], "x": 1, "y": 1},
  66. {"matrix": [1, 2], "x": 2, "y": 1},
  67. {"matrix": [1, 3], "x": 3, "y": 1},
  68. {"matrix": [1, 4], "x": 4, "y": 1},
  69. {"matrix": [1, 5], "x": 5, "y": 1},
  70. {"matrix": [5, 0], "x": 6, "y": 1},
  71. {"matrix": [5, 1], "x": 7, "y": 1},
  72. {"matrix": [5, 2], "x": 8, "y": 1},
  73. {"matrix": [5, 3], "x": 9, "y": 1},
  74. {"matrix": [5, 4], "x": 10, "y": 1},
  75. {"matrix": [5, 5], "x": 11, "y": 1},
  76. {"matrix": [2, 0], "x": 0, "y": 2},
  77. {"matrix": [2, 1], "x": 1, "y": 2},
  78. {"matrix": [2, 2], "x": 2, "y": 2},
  79. {"matrix": [2, 3], "x": 3, "y": 2},
  80. {"matrix": [2, 4], "x": 4, "y": 2},
  81. {"matrix": [2, 5], "x": 5, "y": 2},
  82. {"matrix": [6, 0], "x": 6, "y": 2},
  83. {"matrix": [6, 1], "x": 7, "y": 2},
  84. {"matrix": [6, 2], "x": 8, "y": 2},
  85. {"matrix": [6, 3], "x": 9, "y": 2},
  86. {"matrix": [6, 4], "x": 10, "y": 2},
  87. {"matrix": [6, 5], "x": 11, "y": 2},
  88. {"matrix": [3, 0], "x": 0, "y": 3},
  89. {"matrix": [3, 1], "x": 1, "y": 3},
  90. {"matrix": [3, 2], "x": 2, "y": 3},
  91. {"matrix": [3, 3], "x": 3, "y": 3},
  92. {"matrix": [3, 4], "x": 4, "y": 3},
  93. {"matrix": [3, 5], "x": 5, "y": 3},
  94. {"matrix": [7, 0], "x": 6, "y": 3},
  95. {"matrix": [7, 1], "x": 7, "y": 3},
  96. {"matrix": [7, 2], "x": 8, "y": 3},
  97. {"matrix": [7, 3], "x": 9, "y": 3},
  98. {"matrix": [7, 4], "x": 10, "y": 3},
  99. {"matrix": [7, 5], "x": 11, "y": 3}
  100. ]
  101. }
  102. }
  103. }