info.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "keyboard_name": "Keychron Q9 Plus",
  3. "manufacturer": "Keychron",
  4. "url": "https://github.com/Keychron",
  5. "maintainer": "lalalademaxiya1",
  6. "processor": "STM32L432",
  7. "bootloader": "stm32-dfu",
  8. "usb": {
  9. "vid": "0x3434"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "dip_switch": true,
  18. "encoder": true,
  19. "nkro": true,
  20. "rgb_matrix": true
  21. },
  22. "eeprom": {
  23. "wear_leveling": {
  24. "backing_size": 4096
  25. }
  26. },
  27. "dip_switch": {
  28. "matrix_grid": [ [3, 4] ]
  29. },
  30. "matrix_pins": {
  31. "cols": ["A10", "A9", "A8", "B1", "B0", "A7", "A6", "A5", "A4", "A3", "A2", "A1", "A0", "C15", "C14"],
  32. "rows": ["B3", "A15", "A14", "A13"]
  33. },
  34. "diode_direction": "ROW2COL",
  35. "encoder": {
  36. "rotary": [
  37. {"pin_a": "B4", "pin_b": "B5"}
  38. ]
  39. },
  40. "dynamic_keymap": {
  41. "layer_count": 5
  42. },
  43. "layouts": {
  44. "LAYOUT_54_ansi": {
  45. "layout": [
  46. {"matrix":[0,0], "x":0, "y":0, "w":1.5},
  47. {"matrix":[0,1], "x":1.5, "y":0},
  48. {"matrix":[0,2], "x":2.5, "y":0},
  49. {"matrix":[0,3], "x":3.5, "y":0},
  50. {"matrix":[0,4], "x":4.5, "y":0},
  51. {"matrix":[0,5], "x":5.5, "y":0},
  52. {"matrix":[0,6], "x":6.5, "y":0},
  53. {"matrix":[0,7], "x":7.5, "y":0},
  54. {"matrix":[0,8], "x":8.5, "y":0},
  55. {"matrix":[0,9], "x":9.5, "y":0},
  56. {"matrix":[0,10], "x":10.5, "y":0},
  57. {"matrix":[0,11], "x":11.5, "y":0},
  58. {"matrix":[0,12], "x":12.5, "y":0},
  59. {"matrix":[0,13], "x":13.5, "y":0, "w":1.5},
  60. {"matrix":[0,14], "x":15.25, "y":0},
  61. {"matrix":[1,0], "x":0, "y":1, "w":1.75},
  62. {"matrix":[1,1], "x":1.75, "y":1},
  63. {"matrix":[1,2], "x":2.75, "y":1},
  64. {"matrix":[1,3], "x":3.75, "y":1},
  65. {"matrix":[1,4], "x":4.75, "y":1},
  66. {"matrix":[1,5], "x":5.75, "y":1},
  67. {"matrix":[1,6], "x":6.75, "y":1},
  68. {"matrix":[1,7], "x":7.75, "y":1},
  69. {"matrix":[1,8], "x":8.75, "y":1},
  70. {"matrix":[1,9], "x":9.75, "y":1},
  71. {"matrix":[1,10], "x":10.75, "y":1},
  72. {"matrix":[1,11], "x":11.75, "y":1},
  73. {"matrix":[1,13], "x":12.75, "y":1, "w":2.25},
  74. {"matrix":[1,14], "x":15.25, "y":1.25},
  75. {"matrix":[2,0], "x":0, "y":2, "w":2.25},
  76. {"matrix":[2,2], "x":2.25, "y":2},
  77. {"matrix":[2,3], "x":3.25, "y":2},
  78. {"matrix":[2,4], "x":4.25, "y":2},
  79. {"matrix":[2,5], "x":5.25, "y":2},
  80. {"matrix":[2,6], "x":6.25, "y":2},
  81. {"matrix":[2,7], "x":7.25, "y":2},
  82. {"matrix":[2,8], "x":8.25, "y":2},
  83. {"matrix":[2,9], "x":9.25, "y":2},
  84. {"matrix":[2,10], "x":10.25, "y":2},
  85. {"matrix":[2,11], "x":11.25, "y":2},
  86. {"matrix":[2,13], "x":12.25, "y":2, "w":1.75},
  87. {"matrix":[2,14], "x":14, "y":2},
  88. {"matrix":[3,0], "x":0, "y":3, "w":1.25},
  89. {"matrix":[3,1], "x":1.25, "y":3, "w":1.25},
  90. {"matrix":[3,2], "x":2.5, "y":3, "w":1.25},
  91. {"matrix":[3,3], "x":3.75, "y":3, "w":1.25},
  92. {"matrix":[3,6], "x":5, "y":3, "w":2.25},
  93. {"matrix":[3,9], "x":7.25, "y":3, "w":2.75},
  94. {"matrix":[3,10], "x":10, "y":3},
  95. {"matrix":[3,11], "x":11, "y":3},
  96. {"matrix":[3,12], "x":12, "y":3},
  97. {"matrix":[3,13], "x":13, "y":3},
  98. {"matrix":[3,14], "x":14, "y":3},
  99. {"matrix":[1,12], "x":15, "y":3}
  100. ]
  101. }
  102. },
  103. "rgb_matrix": {
  104. "driver": "snled27351",
  105. "animations": {
  106. "breathing": true,
  107. "band_spiral_val": true,
  108. "cycle_all": true,
  109. "cycle_left_right": true,
  110. "cycle_up_down": true,
  111. "rainbow_moving_chevron": true,
  112. "cycle_out_in": true,
  113. "cycle_out_in_dual": true,
  114. "cycle_pinwheel": true,
  115. "cycle_spiral": true,
  116. "dual_beacon": true,
  117. "rainbow_beacon": true,
  118. "jellybean_raindrops": true,
  119. "pixel_rain": true,
  120. "typing_heatmap": true,
  121. "digital_rain": true,
  122. "solid_reactive_simple": true,
  123. "solid_reactive_multiwide": true,
  124. "solid_reactive_multinexus": true,
  125. "splash": true,
  126. "solid_splash": true
  127. },
  128. "sleep": true
  129. }
  130. }