info.json 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. {
  2. "keyboard_name": "Keychron Q11",
  3. "manufacturer": "Keychron",
  4. "url": "https://github.com/Keychron",
  5. "maintainer": "lalalademaxiya1",
  6. "bootloader": "stm32-dfu",
  7. "bootmagic": {
  8. "matrix": [0, 1]
  9. },
  10. "features": {
  11. "audio": false,
  12. "backlight": false,
  13. "bootmagic": true,
  14. "command": false,
  15. "console": false,
  16. "dip_switch": true,
  17. "encoder": true,
  18. "extrakey": true,
  19. "mousekey": true,
  20. "nkro": true,
  21. "rgb_matrix": true,
  22. "rgblight": false
  23. },
  24. "diode_direction": "ROW2COL",
  25. "encoder": {
  26. "rotary": [
  27. {"pin_a": "B0", "pin_b": "B1"}
  28. ]
  29. },
  30. "matrix_pins": {
  31. "cols": ["A7", "A6", "A5", "A4", "A3", "A2", "A1", "C15", null],
  32. "rows": ["A13", "A14", "A15", "B3", "B4", "B5"]
  33. },
  34. "processor": "STM32L432",
  35. "rgb_matrix": {
  36. "driver": "CKLED2001",
  37. "split_count": [42, 47]
  38. },
  39. "split": {
  40. "enabled": true,
  41. "encoder": {
  42. "right": {
  43. "rotary": [
  44. {"pin_a": "C14", "pin_b": "C15"}
  45. ]
  46. }
  47. },
  48. "matrix_pins": {
  49. "right": {
  50. "cols": ["A8", "A7", "A6", "A5", "A4", "A3", "A2", "A1", "A0"],
  51. "rows": ["B5", "B4", "B3", "A15", "A14", "A13"]
  52. }
  53. },
  54. "transport": {
  55. "protocol": "serial_usart",
  56. "sync_matrix_state": false
  57. }
  58. },
  59. "usb": {
  60. "vid": "0x3434",
  61. "pid": "0x01E0",
  62. "device_version": "1.0.0"
  63. },
  64. "layouts": {
  65. "LAYOUT_ansi_91": {
  66. "layout": [
  67. {"matrix":[0,0], "x":0, "y":0},
  68. {"matrix":[0,1], "x":1.25, "y":0},
  69. {"matrix":[0,2], "x":2.25, "y":0},
  70. {"matrix":[0,3], "x":3.25, "y":0},
  71. {"matrix":[0,4], "x":4.25, "y":0},
  72. {"matrix":[0,5], "x":5.25, "y":0},
  73. {"matrix":[0,6], "x":6.25, "y":0},
  74. {"matrix":[0,7], "x":7.25, "y":0},
  75. {"matrix":[6,0], "x":8.25, "y":0},
  76. {"matrix":[6,1], "x":9.25, "y":0},
  77. {"matrix":[6,2], "x":10.25, "y":0},
  78. {"matrix":[6,3], "x":11.25, "y":0},
  79. {"matrix":[6,4], "x":12.25, "y":0},
  80. {"matrix":[6,5], "x":13.25, "y":0},
  81. {"matrix":[6,6], "x":14.25, "y":0},
  82. {"matrix":[6,7], "x":15.25, "y":0},
  83. {"matrix":[6,8], "x":16.5, "y":0},
  84. {"matrix":[1,0], "x":0, "y":1.25},
  85. {"matrix":[1,1], "x":1.25, "y":1.25},
  86. {"matrix":[1,2], "x":2.25, "y":1.25},
  87. {"matrix":[1,3], "x":3.25, "y":1.25},
  88. {"matrix":[1,4], "x":4.25, "y":1.25},
  89. {"matrix":[1,5], "x":5.25, "y":1.25},
  90. {"matrix":[1,6], "x":6.25, "y":1.25},
  91. {"matrix":[1,7], "x":7.25, "y":1.25},
  92. {"matrix":[7,0], "x":8.25, "y":1.25},
  93. {"matrix":[7,1], "x":9.25, "y":1.25},
  94. {"matrix":[7,2], "x":10.25, "y":1.25},
  95. {"matrix":[7,3], "x":11.25, "y":1.25},
  96. {"matrix":[7,4], "x":12.25, "y":1.25},
  97. {"matrix":[7,5], "x":13.25, "y":1.25},
  98. {"matrix":[7,6], "x":14.25, "y":1.25, "w":2},
  99. {"matrix":[7,8], "x":16.5, "y":1.25},
  100. {"matrix":[2,0], "x":0, "y":2.25},
  101. {"matrix":[2,1], "x":1.25, "y":2.25, "w":1.5},
  102. {"matrix":[2,2], "x":2.75, "y":2.25},
  103. {"matrix":[2,3], "x":3.75, "y":2.25},
  104. {"matrix":[2,4], "x":4.75, "y":2.25},
  105. {"matrix":[2,6], "x":5.75, "y":2.25},
  106. {"matrix":[2,7], "x":6.75, "y":2.25},
  107. {"matrix":[8,0], "x":7.75, "y":2.25},
  108. {"matrix":[8,1], "x":8.75, "y":2.25},
  109. {"matrix":[8,2], "x":9.75, "y":2.25},
  110. {"matrix":[8,3], "x":10.75, "y":2.25},
  111. {"matrix":[8,4], "x":11.75, "y":2.25},
  112. {"matrix":[8,5], "x":12.75, "y":2.25},
  113. {"matrix":[8,6], "x":13.75, "y":2.25},
  114. {"matrix":[8,7], "x":14.75, "y":2.25, "w":1.5},
  115. {"matrix":[8,8], "x":16.5, "y":2.25},
  116. {"matrix":[3,0], "x":0, "y":3.25},
  117. {"matrix":[3,1], "x":1.25, "y":3.25, "w":1.75},
  118. {"matrix":[3,2], "x":3, "y":3.25},
  119. {"matrix":[3,3], "x":4, "y":3.25},
  120. {"matrix":[3,4], "x":5, "y":3.25},
  121. {"matrix":[3,5], "x":6, "y":3.25},
  122. {"matrix":[3,6], "x":7, "y":3.25},
  123. {"matrix":[9,0], "x":8, "y":3.25},
  124. {"matrix":[9,1], "x":9, "y":3.25},
  125. {"matrix":[9,2], "x":10, "y":3.25},
  126. {"matrix":[9,3], "x":11, "y":3.25},
  127. {"matrix":[9,4], "x":12, "y":3.25},
  128. {"matrix":[9,5], "x":13, "y":3.25},
  129. {"matrix":[9,7], "x":14, "y":3.25, "w":2.25},
  130. {"matrix":[9,8], "x":16.5, "y":3.25},
  131. {"matrix":[4,0], "x":0, "y":4.25},
  132. {"matrix":[4,2], "x":1.25, "y":4.25, "w":2.25},
  133. {"matrix":[4,3], "x":3.5, "y":4.25},
  134. {"matrix":[4,4], "x":4.5, "y":4.25},
  135. {"matrix":[4,5], "x":5.5, "y":4.25},
  136. {"matrix":[4,6], "x":6.5, "y":4.25},
  137. {"matrix":[4,7], "x":7.5, "y":4.25},
  138. {"matrix":[10,0], "x":8.5, "y":4.25},
  139. {"matrix":[10,1], "x":9.5, "y":4.25},
  140. {"matrix":[10,2], "x":10.5, "y":4.25},
  141. {"matrix":[10,3], "x":11.5, "y":4.25},
  142. {"matrix":[10,4], "x":12.5, "y":4.25},
  143. {"matrix":[10,5], "x":13.5, "y":4.25, "w":1.75},
  144. {"matrix":[10,7], "x":15.5, "y":4.25},
  145. {"matrix":[5,0], "x":0, "y":5.25},
  146. {"matrix":[5,1], "x":1.25, "y":5.25, "w":1.25},
  147. {"matrix":[5,2], "x":2.5, "y":5.25, "w":1.25},
  148. {"matrix":[5,3], "x":3.75, "y":5.25, "w":1.25},
  149. {"matrix":[5,4], "x":5, "y":5.25, "w":1.25},
  150. {"matrix":[5,6], "x":6.25, "y":5.25, "w":2.25},
  151. {"matrix":[11,1], "x":8.5, "y":5.25, "w":2.75},
  152. {"matrix":[11,2], "x":11.25, "y":5.25},
  153. {"matrix":[11,3], "x":12.25, "y":5.25},
  154. {"matrix":[11,4], "x":13.25, "y":5.25},
  155. {"matrix":[11,6], "x":14.5, "y":5.25},
  156. {"matrix":[11,7], "x":15.5, "y":5.25},
  157. {"matrix":[11,8], "x":16.5, "y":5.25}
  158. ]
  159. }
  160. }
  161. }