You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

376 lines
12 KiB

2020 November 28 Breaking Changes Update (#11053) * Branch point for 2020 November 28 Breaking Change * Remove matrix_col_t to allow MATRIX_ROWS > 32 (#10183) * Add support for soft serial to ATmega32U2 (#10204) * Change MIDI velocity implementation to allow direct control of velocity value (#9940) * Add ability to build a subset of all keyboards based on platform. * Actually use eeprom_driver_init(). * Make bootloader_jump weak for ChibiOS. (#10417) * Joystick 16-bit support (#10439) * Per-encoder resolutions (#10259) * Share button state from mousekey to pointing_device (#10179) * Add hotfix for chibios keyboards not wake (#10088) * Add advanced/efficient RGB Matrix Indicators (#8564) * Naming change. * Support for STM32 GPIOF,G,H,I,J,K (#10206) * Add milc as a dependency and remove the installed milc (#10563) * ChibiOS upgrade: early init conversions (#10214) * ChibiOS upgrade: configuration file migrator (#9952) * Haptic and solenoid cleanup (#9700) * XD75 cleanup (#10524) * OLED display update interval support (#10388) * Add definition based on currently-selected serial driver. (#10716) * New feature: Retro Tapping per key (#10622) * Allow for modification of output RGB values when using rgblight/rgb_matrix. (#10638) * Add housekeeping task callbacks so that keyboards/keymaps are capable of executing code for each main loop iteration. (#10530) * Rescale both ChibiOS and AVR backlighting. * Reduce Helix keyboard build variation (#8669) * Minor change to behavior allowing display updates to continue between task ticks (#10750) * Some GPIO manipulations in matrix.c change to atomic. (#10491) * qmk cformat (#10767) * [Keyboard] Update the Speedo firmware for v3.0 (#10657) * Maartenwut/Maarten namechange to evyd13/Evy (#10274) * [quantum] combine repeated lines of code (#10837) * Add step sequencer feature (#9703) * aeboards/ext65 refactor (#10820) * Refactor xelus/dawn60 for Rev2 later (#10584) * add DEBUG_MATRIX_SCAN_RATE_ENABLE to common_features.mk (#10824) * [Core] Added `add_oneshot_mods` & `del_oneshot_mods` (#10549) * update chibios os usb for the otg driver (#8893) * Remove HD44780 References, Part 4 (#10735) * [Keyboard] Add Valor FRL TKL (+refactor) (#10512) * Fix cursor position bug in oled_write_raw functions (#10800) * Fixup version.h writing when using SKIP_VERSION=yes (#10972) * Allow for certain code in the codebase assuming length of string. (#10974) * Add AT90USB support for serial.c (#10706) * Auto shift: support repeats and early registration (#9826) * Rename ledmatrix.h to match .c file (#7949) * Split RGB_MATRIX_ENABLE into _ENABLE and _DRIVER (#10231) * Split LED_MATRIX_ENABLE into _ENABLE and _DRIVER (#10840) * Merge point for 2020 Nov 28 Breaking Change
3 years ago
  1. {
  2. "keyboard_name": "Plume65",
  3. "url": "",
  4. "maintainer": "evyd13",
  5. "width": 16,
  6. "height": 5,
  7. "layouts": {
  8. "LAYOUT_iso": {
  9. "layout": [
  10. {"x":0, "y":0},
  11. {"x":1, "y":0},
  12. {"x":2, "y":0},
  13. {"x":3, "y":0},
  14. {"x":4, "y":0},
  15. {"x":5, "y":0},
  16. {"x":6, "y":0},
  17. {"x":7, "y":0},
  18. {"x":8, "y":0},
  19. {"x":9, "y":0},
  20. {"x":10, "y":0},
  21. {"x":11, "y":0},
  22. {"x":12, "y":0},
  23. {"x":13, "y":0, "w":2},
  24. {"x":0, "y":1, "w":1.5},
  25. {"x":1.5, "y":1},
  26. {"x":2.5, "y":1},
  27. {"x":3.5, "y":1},
  28. {"x":4.5, "y":1},
  29. {"x":5.5, "y":1},
  30. {"x":6.5, "y":1},
  31. {"x":7.5, "y":1},
  32. {"x":8.5, "y":1},
  33. {"x":9.5, "y":1},
  34. {"x":10.5, "y":1},
  35. {"x":11.5, "y":1},
  36. {"x":12.5, "y":1},
  37. {"x":15, "y":1},
  38. {"x":0, "y":2, "w":1.75},
  39. {"x":1.75, "y":2},
  40. {"x":2.75, "y":2},
  41. {"x":3.75, "y":2},
  42. {"x":4.75, "y":2},
  43. {"x":5.75, "y":2},
  44. {"x":6.75, "y":2},
  45. {"x":7.75, "y":2},
  46. {"x":8.75, "y":2},
  47. {"x":9.75, "y":2},
  48. {"x":10.75, "y":2},
  49. {"x":11.75, "y":2},
  50. {"x":12.75, "y":2},
  51. {"x":13.75, "y":1, "w":1.25, "h":2},
  52. {"x":15, "y":2},
  53. {"x":0, "y":3, "w":1.25},
  54. {"x":1.25, "y":3},
  55. {"x":2.25, "y":3},
  56. {"x":3.25, "y":3},
  57. {"x":4.25, "y":3},
  58. {"x":5.25, "y":3},
  59. {"x":6.25, "y":3},
  60. {"x":7.25, "y":3},
  61. {"x":8.25, "y":3},
  62. {"x":9.25, "y":3},
  63. {"x":10.25, "y":3},
  64. {"x":11.25, "y":3},
  65. {"x":12.25, "y":3, "w":1.75},
  66. {"x":14, "y":3},
  67. {"x":15, "y":3},
  68. {"x":0, "y":4, "w":1.5},
  69. {"x":2.5, "y":4, "w":1.5},
  70. {"x":4, "y":4, "w":7},
  71. {"x":11, "y":4, "w":1.5},
  72. {"x":13, "y":4},
  73. {"x":14, "y":4},
  74. {"x":15, "y":4}
  75. ]
  76. },
  77. "LAYOUT_ansi": {
  78. "layout": [
  79. {"x":0, "y":0},
  80. {"x":1, "y":0},
  81. {"x":2, "y":0},
  82. {"x":3, "y":0},
  83. {"x":4, "y":0},
  84. {"x":5, "y":0},
  85. {"x":6, "y":0},
  86. {"x":7, "y":0},
  87. {"x":8, "y":0},
  88. {"x":9, "y":0},
  89. {"x":10, "y":0},
  90. {"x":11, "y":0},
  91. {"x":12, "y":0},
  92. {"x":13, "y":0, "w":2},
  93. {"x":0, "y":1, "w":1.5},
  94. {"x":1.5, "y":1},
  95. {"x":2.5, "y":1},
  96. {"x":3.5, "y":1},
  97. {"x":4.5, "y":1},
  98. {"x":5.5, "y":1},
  99. {"x":6.5, "y":1},
  100. {"x":7.5, "y":1},
  101. {"x":8.5, "y":1},
  102. {"x":9.5, "y":1},
  103. {"x":10.5, "y":1},
  104. {"x":11.5, "y":1},
  105. {"x":12.5, "y":1},
  106. {"x":13.5, "y":1, "w":1.5},
  107. {"x":15, "y":1},
  108. {"x":0, "y":2, "w":1.75},
  109. {"x":1.75, "y":2},
  110. {"x":2.75, "y":2},
  111. {"x":3.75, "y":2},
  112. {"x":4.75, "y":2},
  113. {"x":5.75, "y":2},
  114. {"x":6.75, "y":2},
  115. {"x":7.75, "y":2},
  116. {"x":8.75, "y":2},
  117. {"x":9.75, "y":2},
  118. {"x":10.75, "y":2},
  119. {"x":11.75, "y":2},
  120. {"x":12.75, "y":2, "w":2.25},
  121. {"x":15, "y":2},
  122. {"x":0, "y":3, "w":2.25},
  123. {"x":2.25, "y":3},
  124. {"x":3.25, "y":3},
  125. {"x":4.25, "y":3},
  126. {"x":5.25, "y":3},
  127. {"x":6.25, "y":3},
  128. {"x":7.25, "y":3},
  129. {"x":8.25, "y":3},
  130. {"x":9.25, "y":3},
  131. {"x":10.25, "y":3},
  132. {"x":11.25, "y":3},
  133. {"x":12.25, "y":3, "w":1.75},
  134. {"x":14, "y":3},
  135. {"x":15, "y":3},
  136. {"x":0, "y":4, "w":1.5},
  137. {"x":2.5, "y":4, "w":1.5},
  138. {"x":4, "y":4, "w":7},
  139. {"x":11, "y":4, "w":1.5},
  140. {"x":13, "y":4},
  141. {"x":14, "y":4},
  142. {"x":15, "y":4}
  143. ]
  144. },
  145. "LAYOUT_iso_split_bs": {
  146. "layout": [
  147. {"x":0, "y":0},
  148. {"x":1, "y":0},
  149. {"x":2, "y":0},
  150. {"x":3, "y":0},
  151. {"x":4, "y":0},
  152. {"x":5, "y":0},
  153. {"x":6, "y":0},
  154. {"x":7, "y":0},
  155. {"x":8, "y":0},
  156. {"x":9, "y":0},
  157. {"x":10, "y":0},
  158. {"x":11, "y":0},
  159. {"x":12, "y":0},
  160. {"x":13, "y":0},
  161. {"x":14, "y":0},
  162. {"x":0, "y":1, "w":1.5},
  163. {"x":1.5, "y":1},
  164. {"x":2.5, "y":1},
  165. {"x":3.5, "y":1},
  166. {"x":4.5, "y":1},
  167. {"x":5.5, "y":1},
  168. {"x":6.5, "y":1},
  169. {"x":7.5, "y":1},
  170. {"x":8.5, "y":1},
  171. {"x":9.5, "y":1},
  172. {"x":10.5, "y":1},
  173. {"x":11.5, "y":1},
  174. {"x":12.5, "y":1},
  175. {"x":15, "y":1},
  176. {"x":0, "y":2, "w":1.75},
  177. {"x":1.75, "y":2},
  178. {"x":2.75, "y":2},
  179. {"x":3.75, "y":2},
  180. {"x":4.75, "y":2},
  181. {"x":5.75, "y":2},
  182. {"x":6.75, "y":2},
  183. {"x":7.75, "y":2},
  184. {"x":8.75, "y":2},
  185. {"x":9.75, "y":2},
  186. {"x":10.75, "y":2},
  187. {"x":11.75, "y":2},
  188. {"x":12.75, "y":2},
  189. {"x":13.75, "y":1, "w":1.25, "h":2},
  190. {"x":15, "y":2},
  191. {"x":0, "y":3, "w":1.25},
  192. {"x":1.25, "y":3},
  193. {"x":2.25, "y":3},
  194. {"x":3.25, "y":3},
  195. {"x":4.25, "y":3},
  196. {"x":5.25, "y":3},
  197. {"x":6.25, "y":3},
  198. {"x":7.25, "y":3},
  199. {"x":8.25, "y":3},
  200. {"x":9.25, "y":3},
  201. {"x":10.25, "y":3},
  202. {"x":11.25, "y":3},
  203. {"x":12.25, "y":3, "w":1.75},
  204. {"x":14, "y":3},
  205. {"x":15, "y":3},
  206. {"x":0, "y":4, "w":1.5},
  207. {"x":2.5, "y":4, "w":1.5},
  208. {"x":4, "y":4, "w":7},
  209. {"x":11, "y":4, "w":1.5},
  210. {"x":13, "y":4},
  211. {"x":14, "y":4},
  212. {"x":15, "y":4}
  213. ]
  214. },
  215. "LAYOUT_ansi_split_bs": {
  216. "layout": [
  217. {"x":0, "y":0},
  218. {"x":1, "y":0},
  219. {"x":2, "y":0},
  220. {"x":3, "y":0},
  221. {"x":4, "y":0},
  222. {"x":5, "y":0},
  223. {"x":6, "y":0},
  224. {"x":7, "y":0},
  225. {"x":8, "y":0},
  226. {"x":9, "y":0},
  227. {"x":10, "y":0},
  228. {"x":11, "y":0},
  229. {"x":12, "y":0},
  230. {"x":13, "y":0},
  231. {"x":14, "y":0},
  232. {"x":0, "y":1, "w":1.5},
  233. {"x":1.5, "y":1},
  234. {"x":2.5, "y":1},
  235. {"x":3.5, "y":1},
  236. {"x":4.5, "y":1},
  237. {"x":5.5, "y":1},
  238. {"x":6.5, "y":1},
  239. {"x":7.5, "y":1},
  240. {"x":8.5, "y":1},
  241. {"x":9.5, "y":1},
  242. {"x":10.5, "y":1},
  243. {"x":11.5, "y":1},
  244. {"x":12.5, "y":1},
  245. {"x":13.5, "y":1, "w":1.5},
  246. {"x":15, "y":1},
  247. {"x":0, "y":2, "w":1.75},
  248. {"x":1.75, "y":2},
  249. {"x":2.75, "y":2},
  250. {"x":3.75, "y":2},
  251. {"x":4.75, "y":2},
  252. {"x":5.75, "y":2},
  253. {"x":6.75, "y":2},
  254. {"x":7.75, "y":2},
  255. {"x":8.75, "y":2},
  256. {"x":9.75, "y":2},
  257. {"x":10.75, "y":2},
  258. {"x":11.75, "y":2},
  259. {"x":12.75, "y":2, "w":2.25},
  260. {"x":15, "y":2},
  261. {"x":0, "y":3, "w":2.25},
  262. {"x":2.25, "y":3},
  263. {"x":3.25, "y":3},
  264. {"x":4.25, "y":3},
  265. {"x":5.25, "y":3},
  266. {"x":6.25, "y":3},
  267. {"x":7.25, "y":3},
  268. {"x":8.25, "y":3},
  269. {"x":9.25, "y":3},
  270. {"x":10.25, "y":3},
  271. {"x":11.25, "y":3},
  272. {"x":12.25, "y":3, "w":1.75},
  273. {"x":14, "y":3},
  274. {"x":15, "y":3},
  275. {"x":0, "y":4, "w":1.5},
  276. {"x":2.5, "y":4, "w":1.5},
  277. {"x":4, "y":4, "w":7},
  278. {"x":11, "y":4, "w":1.5},
  279. {"x":13, "y":4},
  280. {"x":14, "y":4},
  281. {"x":15, "y":4}
  282. ]
  283. },
  284. "LAYOUT_all": {
  285. "layout": [
  286. {"x":0, "y":0},
  287. {"x":1, "y":0},
  288. {"x":2, "y":0},
  289. {"x":3, "y":0},
  290. {"x":4, "y":0},
  291. {"x":5, "y":0},
  292. {"x":6, "y":0},
  293. {"x":7, "y":0},
  294. {"x":8, "y":0},
  295. {"x":9, "y":0},
  296. {"x":10, "y":0},
  297. {"x":11, "y":0},
  298. {"x":12, "y":0},
  299. {"x":13, "y":0},
  300. {"x":14, "y":0},
  301. {"x":0, "y":1, "w":1.5},
  302. {"x":1.5, "y":1},
  303. {"x":2.5, "y":1},
  304. {"x":3.5, "y":1},
  305. {"x":4.5, "y":1},
  306. {"x":5.5, "y":1},
  307. {"x":6.5, "y":1},
  308. {"x":7.5, "y":1},
  309. {"x":8.5, "y":1},
  310. {"x":9.5, "y":1},
  311. {"x":10.5, "y":1},
  312. {"x":11.5, "y":1},
  313. {"x":12.5, "y":1},
  314. {"x":13.5, "y":1, "w":1.5},
  315. {"x":15, "y":1},
  316. {"x":0, "y":2, "w":1.75},
  317. {"x":1.75, "y":2},
  318. {"x":2.75, "y":2},
  319. {"x":3.75, "y":2},
  320. {"x":4.75, "y":2},
  321. {"x":5.75, "y":2},
  322. {"x":6.75, "y":2},
  323. {"x":7.75, "y":2},
  324. {"x":8.75, "y":2},
  325. {"x":9.75, "y":2},
  326. {"x":10.75, "y":2},
  327. {"x":11.75, "y":2},
  328. {"x":12.75, "y":2},
  329. {"x":13.75, "y":2, "w":1.25},
  330. {"x":15, "y":2},
  331. {"x":0, "y":3, "w":1.25},
  332. {"x":1.25, "y":3},
  333. {"x":2.25, "y":3},
  334. {"x":3.25, "y":3},
  335. {"x":4.25, "y":3},
  336. {"x":5.25, "y":3},
  337. {"x":6.25, "y":3},
  338. {"x":7.25, "y":3},
  339. {"x":8.25, "y":3},
  340. {"x":9.25, "y":3},
  341. {"x":10.25, "y":3},
  342. {"x":11.25, "y":3},
  343. {"x":12.25, "y":3, "w":1.75},
  344. {"x":14, "y":3},
  345. {"x":15, "y":3},
  346. {"x":0, "y":4, "w":1.5},
  347. {"x":2.5, "y":4, "w":1.5},
  348. {"x":4, "y":4, "w":7},
  349. {"x":11, "y":4, "w":1.5},
  350. {"x":13, "y":4},
  351. {"x":14, "y":4},
  352. {"x":15, "y":4}
  353. ]
  354. }
  355. }
  356. }