logo

qmk_firmware

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

info.json (13834B)


  1. {
  2. "maintainer": "foostan",
  3. "manufacturer": "foostan",
  4. "url": "https://github.com/foostan/crkbd",
  5. "usb": {
  6. "vid": "0x4653",
  7. "suspend_wakeup_delay": 200,
  8. "device_version": "4.1.0"
  9. },
  10. "processor": "RP2040",
  11. "bootloader": "rp2040",
  12. "features": {
  13. "bootmagic": true,
  14. "extrakey": true,
  15. "nkro": true,
  16. "oled": true,
  17. "rgblight": false,
  18. "rgb_matrix": true,
  19. "mousekey": true,
  20. "encoder": true
  21. },
  22. "diode_direction": "COL2ROW",
  23. "dynamic_keymap": {
  24. "layer_count": 6
  25. },
  26. "matrix_pins": {
  27. "direct":[
  28. ["GP22", "GP20", "GP23", "GP26", "GP29", "GP0", "GP4"],
  29. ["GP19", "GP18", "GP24", "GP27", "GP1", "GP2", "GP8"],
  30. ["GP17", "GP16", "GP25", "GP28", "GP3", "GP9", null],
  31. [ null, null, null, "GP14", "GP15", "GP11", null]
  32. ]
  33. },
  34. "encoder": {
  35. "rotary": [
  36. {"pin_a": "GP5", "pin_b": "GP7"},
  37. {"pin_a": "GP6", "pin_b": "GP7"}
  38. ]
  39. },
  40. "bootmagic": {
  41. "enabled": true,
  42. "matrix": [ 0, 1 ]
  43. },
  44. "split": {
  45. "enabled": true,
  46. "bootmagic": {
  47. "matrix": [ 4, 1 ]
  48. },
  49. "handedness": {
  50. "pin": "GP21"
  51. },
  52. "matrix_pins": {
  53. "right": {
  54. "direct": [
  55. [ "GP8", "GP9", "GP3", "GP2", "GP1", "GP27", "GP25"],
  56. ["GP11", "GP14", "GP4", "GP0", "GP28", "GP26", "GP23"],
  57. ["GP15", "GP18", "GP5", "GP29", "GP20", "GP22", null],
  58. [ null, null, null, "GP16", "GP17", "GP19", null]
  59. ]
  60. }
  61. },
  62. "encoder": {
  63. "right": {
  64. "rotary": [
  65. {"pin_a": "GP24", "pin_b": "GP7"},
  66. {"pin_a": "GP6", "pin_b": "GP7"}
  67. ]
  68. }
  69. },
  70. "serial": {
  71. "driver": "vendor"
  72. },
  73. "transport": {
  74. "sync": {
  75. "matrix_state": true
  76. },
  77. "watchdog": true
  78. }
  79. },
  80. "community_layouts": [ "split_3x5_3", "split_3x6_3" ],
  81. "layouts": {
  82. "LAYOUT_split_3x5_3": {
  83. "layout": [
  84. {"matrix": [0, 1], "x": 0, "y": 0.3},
  85. {"matrix": [0, 2], "x": 1, "y": 0.1},
  86. {"matrix": [0, 3], "x": 2, "y": 0},
  87. {"matrix": [0, 4], "x": 3, "y": 0.1},
  88. {"matrix": [0, 5], "x": 4, "y": 0.2},
  89. {"matrix": [4, 5], "x": 8, "y": 0.2},
  90. {"matrix": [4, 4], "x": 9, "y": 0.1},
  91. {"matrix": [4, 3], "x": 10, "y": 0},
  92. {"matrix": [4, 2], "x": 11, "y": 0.1},
  93. {"matrix": [4, 1], "x": 12, "y": 0.3},
  94. {"matrix": [1, 1], "x": 0, "y": 1.3},
  95. {"matrix": [1, 2], "x": 1, "y": 1.1},
  96. {"matrix": [1, 3], "x": 2, "y": 1},
  97. {"matrix": [1, 4], "x": 3, "y": 1.1},
  98. {"matrix": [1, 5], "x": 4, "y": 1.2},
  99. {"matrix": [5, 5], "x": 8, "y": 1.2},
  100. {"matrix": [5, 4], "x": 9, "y": 1.1},
  101. {"matrix": [5, 3], "x": 10, "y": 1},
  102. {"matrix": [5, 2], "x": 11, "y": 1.1},
  103. {"matrix": [5, 1], "x": 12, "y": 1.3},
  104. {"matrix": [2, 1], "x": 0, "y": 2.3},
  105. {"matrix": [2, 2], "x": 1, "y": 2.1},
  106. {"matrix": [2, 3], "x": 2, "y": 2},
  107. {"matrix": [2, 4], "x": 3, "y": 2.1},
  108. {"matrix": [2, 5], "x": 4, "y": 2.2},
  109. {"matrix": [6, 5], "x": 8, "y": 2.2},
  110. {"matrix": [6, 4], "x": 9, "y": 2.1},
  111. {"matrix": [6, 3], "x": 10, "y": 2},
  112. {"matrix": [6, 2], "x": 11, "y": 2.1},
  113. {"matrix": [6, 1], "x": 12, "y": 2.3},
  114. {"matrix": [3, 3], "x": 3, "y": 3.7},
  115. {"matrix": [3, 4], "x": 4, "y": 3.7},
  116. {"matrix": [3, 5], "x": 5, "y": 3.2, "h": 1.5},
  117. {"matrix": [7, 5], "x": 7, "y": 3.2, "h": 1.5},
  118. {"matrix": [7, 4], "x": 8, "y": 3.7},
  119. {"matrix": [7, 3], "x": 9, "y": 3.7}
  120. ]
  121. },
  122. "LAYOUT_split_3x6_3": {
  123. "layout": [
  124. {"matrix": [0, 0], "x": 0, "y": 0.3},
  125. {"matrix": [0, 1], "x": 1, "y": 0.3},
  126. {"matrix": [0, 2], "x": 2, "y": 0.1},
  127. {"matrix": [0, 3], "x": 3, "y": 0},
  128. {"matrix": [0, 4], "x": 4, "y": 0.1},
  129. {"matrix": [0, 5], "x": 5, "y": 0.2},
  130. {"matrix": [4, 5], "x": 9, "y": 0.2},
  131. {"matrix": [4, 4], "x": 10, "y": 0.1},
  132. {"matrix": [4, 3], "x": 11, "y": 0},
  133. {"matrix": [4, 2], "x": 12, "y": 0.1},
  134. {"matrix": [4, 1], "x": 13, "y": 0.3},
  135. {"matrix": [4, 0], "x": 14, "y": 0.3},
  136. {"matrix": [1, 0], "x": 0, "y": 1.3},
  137. {"matrix": [1, 1], "x": 1, "y": 1.3},
  138. {"matrix": [1, 2], "x": 2, "y": 1.1},
  139. {"matrix": [1, 3], "x": 3, "y": 1},
  140. {"matrix": [1, 4], "x": 4, "y": 1.1},
  141. {"matrix": [1, 5], "x": 5, "y": 1.2},
  142. {"matrix": [5, 5], "x": 9, "y": 1.2},
  143. {"matrix": [5, 4], "x": 10, "y": 1.1},
  144. {"matrix": [5, 3], "x": 11, "y": 1},
  145. {"matrix": [5, 2], "x": 12, "y": 1.1},
  146. {"matrix": [5, 1], "x": 13, "y": 1.3},
  147. {"matrix": [5, 0], "x": 14, "y": 1.3},
  148. {"matrix": [2, 0], "x": 0, "y": 2.3},
  149. {"matrix": [2, 1], "x": 1, "y": 2.3},
  150. {"matrix": [2, 2], "x": 2, "y": 2.1},
  151. {"matrix": [2, 3], "x": 3, "y": 2},
  152. {"matrix": [2, 4], "x": 4, "y": 2.1},
  153. {"matrix": [2, 5], "x": 5, "y": 2.2},
  154. {"matrix": [6, 5], "x": 9, "y": 2.2},
  155. {"matrix": [6, 4], "x": 10, "y": 2.1},
  156. {"matrix": [6, 3], "x": 11, "y": 2},
  157. {"matrix": [6, 2], "x": 12, "y": 2.1},
  158. {"matrix": [6, 1], "x": 13, "y": 2.3},
  159. {"matrix": [6, 0], "x": 14, "y": 2.3},
  160. {"matrix": [3, 3], "x": 4, "y": 3.7},
  161. {"matrix": [3, 4], "x": 5, "y": 3.7},
  162. {"matrix": [3, 5], "x": 6, "y": 3.2, "h": 1.5},
  163. {"matrix": [7, 5], "x": 8, "y": 3.2, "h": 1.5},
  164. {"matrix": [7, 4], "x": 9, "y": 3.7},
  165. {"matrix": [7, 3], "x": 10, "y": 3.7}
  166. ]
  167. },
  168. "LAYOUT_split_3x5_3_ex2": {
  169. "layout": [
  170. {"matrix": [0, 1], "x": 0, "y": 0.3},
  171. {"matrix": [0, 2], "x": 1, "y": 0.1},
  172. {"matrix": [0, 3], "x": 2, "y": 0},
  173. {"matrix": [0, 4], "x": 3, "y": 0.1},
  174. {"matrix": [0, 5], "x": 4, "y": 0.2},
  175. {"matrix": [0, 6], "x": 5, "y": 0.7},
  176. {"matrix": [4, 6], "x": 8, "y": 0.7},
  177. {"matrix": [4, 5], "x": 9, "y": 0.2},
  178. {"matrix": [4, 4], "x": 10, "y": 0.1},
  179. {"matrix": [4, 3], "x": 11, "y": 0},
  180. {"matrix": [4, 2], "x": 12, "y": 0.1},
  181. {"matrix": [4, 1], "x": 13, "y": 0.3},
  182. {"matrix": [1, 1], "x": 0, "y": 1.3},
  183. {"matrix": [1, 2], "x": 1, "y": 1.1},
  184. {"matrix": [1, 3], "x": 2, "y": 1},
  185. {"matrix": [1, 4], "x": 3, "y": 1.1},
  186. {"matrix": [1, 5], "x": 4, "y": 1.2},
  187. {"matrix": [1, 6], "x": 5, "y": 1.7},
  188. {"matrix": [5, 6], "x": 8, "y": 1.7},
  189. {"matrix": [5, 5], "x": 9, "y": 1.2},
  190. {"matrix": [5, 4], "x": 10, "y": 1.1},
  191. {"matrix": [5, 3], "x": 11, "y": 1},
  192. {"matrix": [5, 2], "x": 12, "y": 1.1},
  193. {"matrix": [5, 1], "x": 13, "y": 1.3},
  194. {"matrix": [2, 1], "x": 0, "y": 2.3},
  195. {"matrix": [2, 2], "x": 1, "y": 2.1},
  196. {"matrix": [2, 3], "x": 2, "y": 2},
  197. {"matrix": [2, 4], "x": 3, "y": 2.1},
  198. {"matrix": [2, 5], "x": 4, "y": 2.2},
  199. {"matrix": [6, 5], "x": 9, "y": 2.2},
  200. {"matrix": [6, 4], "x": 10, "y": 2.1},
  201. {"matrix": [6, 3], "x": 11, "y": 2},
  202. {"matrix": [6, 2], "x": 12, "y": 2.1},
  203. {"matrix": [6, 1], "x": 13, "y": 2.3},
  204. {"matrix": [3, 3], "x": 4, "y": 3.7},
  205. {"matrix": [3, 4], "x": 5, "y": 3.7},
  206. {"matrix": [3, 5], "x": 6, "y": 3.2, "h": 1.5},
  207. {"matrix": [7, 5], "x": 8, "y": 3.2, "h": 1.5},
  208. {"matrix": [7, 4], "x": 9, "y": 3.7},
  209. {"matrix": [7, 3], "x": 10, "y": 3.7}
  210. ]
  211. },
  212. "LAYOUT_split_3x6_3_ex2": {
  213. "layout": [
  214. {"matrix": [0, 0], "x": 0, "y": 0.3},
  215. {"matrix": [0, 1], "x": 1, "y": 0.3},
  216. {"matrix": [0, 2], "x": 2, "y": 0.1},
  217. {"matrix": [0, 3], "x": 3, "y": 0},
  218. {"matrix": [0, 4], "x": 4, "y": 0.1},
  219. {"matrix": [0, 5], "x": 5, "y": 0.2},
  220. {"matrix": [0, 6], "x": 6, "y": 0.7},
  221. {"matrix": [4, 6], "x": 8, "y": 0.7},
  222. {"matrix": [4, 5], "x": 9, "y": 0.2},
  223. {"matrix": [4, 4], "x": 10, "y": 0.1},
  224. {"matrix": [4, 3], "x": 11, "y": 0},
  225. {"matrix": [4, 2], "x": 12, "y": 0.1},
  226. {"matrix": [4, 1], "x": 13, "y": 0.3},
  227. {"matrix": [4, 0], "x": 14, "y": 0.3},
  228. {"matrix": [1, 0], "x": 0, "y": 1.3},
  229. {"matrix": [1, 1], "x": 1, "y": 1.3},
  230. {"matrix": [1, 2], "x": 2, "y": 1.1},
  231. {"matrix": [1, 3], "x": 3, "y": 1},
  232. {"matrix": [1, 4], "x": 4, "y": 1.1},
  233. {"matrix": [1, 5], "x": 5, "y": 1.2},
  234. {"matrix": [1, 6], "x": 6, "y": 1.7},
  235. {"matrix": [5, 6], "x": 8, "y": 1.7},
  236. {"matrix": [5, 5], "x": 9, "y": 1.2},
  237. {"matrix": [5, 4], "x": 10, "y": 1.1},
  238. {"matrix": [5, 3], "x": 11, "y": 1},
  239. {"matrix": [5, 2], "x": 12, "y": 1.1},
  240. {"matrix": [5, 1], "x": 13, "y": 1.3},
  241. {"matrix": [5, 0], "x": 14, "y": 1.3},
  242. {"matrix": [2, 0], "x": 0, "y": 2.3},
  243. {"matrix": [2, 1], "x": 1, "y": 2.3},
  244. {"matrix": [2, 2], "x": 2, "y": 2.1},
  245. {"matrix": [2, 3], "x": 3, "y": 2},
  246. {"matrix": [2, 4], "x": 4, "y": 2.1},
  247. {"matrix": [2, 5], "x": 5, "y": 2.2},
  248. {"matrix": [6, 5], "x": 9, "y": 2.2},
  249. {"matrix": [6, 4], "x": 10, "y": 2.1},
  250. {"matrix": [6, 3], "x": 11, "y": 2},
  251. {"matrix": [6, 2], "x": 12, "y": 2.1},
  252. {"matrix": [6, 1], "x": 13, "y": 2.3},
  253. {"matrix": [6, 0], "x": 14, "y": 2.3},
  254. {"matrix": [3, 3], "x": 4, "y": 3.7},
  255. {"matrix": [3, 4], "x": 5, "y": 3.7},
  256. {"matrix": [3, 5], "x": 6, "y": 3.2, "h": 1.5},
  257. {"matrix": [7, 5], "x": 8, "y": 3.2, "h": 1.5},
  258. {"matrix": [7, 4], "x": 9, "y": 3.7},
  259. {"matrix": [7, 3], "x": 10, "y": 3.7}
  260. ]
  261. }
  262. },
  263. "ws2812": {
  264. "driver": "vendor",
  265. "pin": "GP10"
  266. },
  267. "rgblight": {
  268. "led_count": 46,
  269. "split": true,
  270. "split_count": [23, 23],
  271. "max_brightness": 50,
  272. "animations": {
  273. "alternating": true,
  274. "breathing": true,
  275. "christmas": true,
  276. "knight": true,
  277. "rainbow_mood": true,
  278. "rainbow_swirl": true,
  279. "rgb_test": true,
  280. "snake": true,
  281. "static_gradient": true,
  282. "twinkle": true
  283. }
  284. },
  285. "rgb_matrix": {
  286. "driver": "ws2812",
  287. "max_brightness": 50,
  288. "animations": {
  289. "alphas_mods": true,
  290. "gradient_up_down": true,
  291. "gradient_left_right": true,
  292. "breathing": true,
  293. "band_sat": true,
  294. "band_val": true,
  295. "band_pinwheel_sat": true,
  296. "band_pinwheel_val": true,
  297. "band_spiral_sat": true,
  298. "band_spiral_val": true,
  299. "cycle_all": true,
  300. "cycle_left_right": true,
  301. "cycle_up_down": true,
  302. "rainbow_moving_chevron": true,
  303. "cycle_out_in": true,
  304. "cycle_out_in_dual": true,
  305. "cycle_pinwheel": true,
  306. "cycle_spiral": true,
  307. "dual_beacon": true,
  308. "rainbow_beacon": true,
  309. "rainbow_pinwheels": true,
  310. "raindrops": true,
  311. "jellybean_raindrops": true,
  312. "hue_breathing": true,
  313. "hue_pendulum": true,
  314. "hue_wave": true,
  315. "pixel_fractal": true,
  316. "pixel_flow": true,
  317. "pixel_rain": true,
  318. "typing_heatmap": true,
  319. "digital_rain": true,
  320. "solid_reactive_simple": true,
  321. "solid_reactive": true,
  322. "solid_reactive_wide": true,
  323. "solid_reactive_multiwide": true,
  324. "solid_reactive_cross": true,
  325. "solid_reactive_multicross": true,
  326. "solid_reactive_nexus": true,
  327. "solid_reactive_multinexus": true,
  328. "splash": true,
  329. "multisplash": true,
  330. "solid_splash": true,
  331. "solid_multisplash": true
  332. },
  333. "sleep": true
  334. }
  335. }