logo

qmk_firmware

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

keyboard.json (3588B)


  1. {
  2. "keyboard_name": "Rorschach Rev. 1",
  3. "manufacturer": "Keebio",
  4. "url": "https://keeb.io",
  5. "maintainer": "nooges",
  6. "usb": {
  7. "vid": "0xCB10",
  8. "pid": "0x1246",
  9. "device_version": "1.0.0"
  10. },
  11. "matrix_pins": {
  12. "cols": ["F6", "F7", "B1", "B3", "B2", "B6"],
  13. "rows": ["D7", "E6", "B4", "D2", "D4"]
  14. },
  15. "diode_direction": "COL2ROW",
  16. "backlight": {
  17. "pin": "B5",
  18. "levels": 5
  19. },
  20. "rgblight": {
  21. "saturation_steps": 8,
  22. "brightness_steps": 8,
  23. "led_count": 12,
  24. "animations": {
  25. "breathing": true,
  26. "rainbow_mood": true,
  27. "rainbow_swirl": true,
  28. "snake": true,
  29. "knight": true,
  30. "christmas": true,
  31. "static_gradient": true,
  32. "rgb_test": true,
  33. "alternating": true,
  34. "twinkle": true
  35. }
  36. },
  37. "ws2812": {
  38. "pin": "D3"
  39. },
  40. "split": {
  41. "enabled": true,
  42. "serial": {
  43. "pin": "D0"
  44. }
  45. },
  46. "processor": "atmega32u4",
  47. "bootloader": "caterina",
  48. "features": {
  49. "bootmagic": false,
  50. "mousekey": true,
  51. "extrakey": true,
  52. "command": true,
  53. "backlight": true,
  54. "rgblight": true
  55. },
  56. "qmk": {
  57. "locking": {
  58. "enabled": true,
  59. "resync": true
  60. }
  61. },
  62. "layouts": {
  63. "LAYOUT": {
  64. "layout": [
  65. {"matrix": [0, 0], "x": 0, "y": 0},
  66. {"matrix": [0, 1], "x": 1, "y": 0},
  67. {"matrix": [0, 2], "x": 2, "y": 0},
  68. {"matrix": [0, 3], "x": 3, "y": 0},
  69. {"matrix": [0, 4], "x": 4, "y": 0},
  70. {"matrix": [0, 5], "x": 5, "y": 0},
  71. {"matrix": [5, 5], "x": 9, "y": 0},
  72. {"matrix": [5, 4], "x": 10, "y": 0},
  73. {"matrix": [5, 3], "x": 11, "y": 0},
  74. {"matrix": [5, 2], "x": 12, "y": 0},
  75. {"matrix": [5, 1], "x": 13, "y": 0},
  76. {"matrix": [5, 0], "x": 14, "y": 0},
  77. {"matrix": [1, 0], "x": 0, "y": 1},
  78. {"matrix": [1, 1], "x": 1, "y": 1},
  79. {"matrix": [1, 2], "x": 2, "y": 1},
  80. {"matrix": [1, 3], "x": 3, "y": 1},
  81. {"matrix": [1, 4], "x": 4, "y": 1},
  82. {"matrix": [1, 5], "x": 5, "y": 1},
  83. {"matrix": [6, 5], "x": 9, "y": 1},
  84. {"matrix": [6, 4], "x": 10, "y": 1},
  85. {"matrix": [6, 3], "x": 11, "y": 1},
  86. {"matrix": [6, 2], "x": 12, "y": 1},
  87. {"matrix": [6, 1], "x": 13, "y": 1},
  88. {"matrix": [6, 0], "x": 14, "y": 1},
  89. {"matrix": [2, 0], "x": 0, "y": 2},
  90. {"matrix": [2, 1], "x": 1, "y": 2},
  91. {"matrix": [2, 2], "x": 2, "y": 2},
  92. {"matrix": [2, 3], "x": 3, "y": 2},
  93. {"matrix": [2, 4], "x": 4, "y": 2},
  94. {"matrix": [2, 5], "x": 5, "y": 2},
  95. {"matrix": [7, 5], "x": 9, "y": 2},
  96. {"matrix": [7, 4], "x": 10, "y": 2},
  97. {"matrix": [7, 3], "x": 11, "y": 2},
  98. {"matrix": [7, 2], "x": 12, "y": 2},
  99. {"matrix": [7, 1], "x": 13, "y": 2},
  100. {"matrix": [7, 0], "x": 14, "y": 2},
  101. {"matrix": [3, 0], "x": 0, "y": 3},
  102. {"matrix": [3, 1], "x": 1, "y": 3},
  103. {"matrix": [3, 2], "x": 2, "y": 3},
  104. {"matrix": [3, 3], "x": 3, "y": 3},
  105. {"matrix": [3, 4], "x": 4, "y": 3},
  106. {"matrix": [3, 5], "x": 5, "y": 3},
  107. {"matrix": [8, 5], "x": 9, "y": 3},
  108. {"matrix": [8, 4], "x": 10, "y": 3},
  109. {"matrix": [8, 3], "x": 11, "y": 3},
  110. {"matrix": [8, 2], "x": 12, "y": 3},
  111. {"matrix": [8, 1], "x": 13, "y": 3},
  112. {"matrix": [8, 0], "x": 14, "y": 3},
  113. {"matrix": [4, 4], "x": 5.5, "y": 4},
  114. {"matrix": [4, 5], "x": 6, "y": 5},
  115. {"matrix": [9, 5], "x": 8, "y": 5},
  116. {"matrix": [9, 4], "x": 8.5, "y": 4}
  117. ]
  118. }
  119. }
  120. }