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.

81 lines
2.4 KiB

add support for m65 and simple 5x13 ortholinear (#12315) * add support for m65 and simple 5x13 ortholinear * Update keyboards/m65/keymaps/default/keymap.c Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Update keyboards/m65/keymaps/default/keymap.c Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Update keyboards/m65/keymaps/default/keymap.c Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Update keyboards/m65/keymaps/default/keymap.c Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Update keyboards/m65/keymaps/default/keymap.c Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Update keyboards/m65/keymaps/default/keymap.c Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * updates as per @sigprof review plus reformat * pins all now are defined at microcontroller level * profuct id defined at microcontroller level * put leds on when _ADJ is on * add danish keymap * make default uk centric iso as per readme * default is now iso generic, uk is its own business * add license * update imgur links to reflect the layout * leds for _ADJ layer now do not prevent the other layers leds to get on * Update keyboards/m65/keymaps/uk/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/m65/keymaps/dk/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/m65/keymaps/uk/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/m65/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * add support for gd32f303cct6 by we act in rev2 * Revert "add support for gd32f303cct6 by we act in rev2" This reverts commit 4ad3834925508b79f2ff9fd5526dfc39f07fa3bc. * Update keyboards/m65/rev1/rules.mk Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/m65/keymaps/dk/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/m65/keymaps/uk/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/m65/keymaps/default/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * remove empty hal * add capslock * Update keyboards/m65/readme.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/m65/config.h Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Alin M Elena <alin-marin.elena@stfc.ac.uk> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2 years ago
  1. {
  2. "keyboard_name": "M65",
  3. "keyboard_folder": "m65",
  4. "url": "https://alin.elena.space/blog/keeblego/",
  5. "maintainer": "alinelena",
  6. "layouts": {
  7. "LAYOUT_ortho_5x13": {
  8. "layout": [
  9. {"x": 0, "y": 0},
  10. {"x": 1, "y": 0},
  11. {"x": 2, "y": 0},
  12. {"x": 3, "y": 0},
  13. {"x": 4, "y": 0},
  14. {"x": 5, "y": 0},
  15. {"x": 6, "y": 0},
  16. {"x": 7, "y": 0},
  17. {"x": 8, "y": 0},
  18. {"x": 9, "y": 0},
  19. {"x": 10, "y": 0},
  20. {"x": 11, "y": 0},
  21. {"x": 12, "y": 0},
  22. {"x": 0, "y": 1},
  23. {"x": 1, "y": 1},
  24. {"x": 2, "y": 1},
  25. {"x": 3, "y": 1},
  26. {"x": 4, "y": 1},
  27. {"x": 5, "y": 1},
  28. {"x": 6, "y": 1},
  29. {"x": 7, "y": 1},
  30. {"x": 8, "y": 1},
  31. {"x": 9, "y": 1},
  32. {"x": 10, "y": 1},
  33. {"x": 11, "y": 1},
  34. {"x": 12, "y": 1},
  35. {"x": 0, "y": 2},
  36. {"x": 1, "y": 2},
  37. {"x": 2, "y": 2},
  38. {"x": 3, "y": 2},
  39. {"x": 4, "y": 2},
  40. {"x": 5, "y": 2},
  41. {"x": 6, "y": 2},
  42. {"x": 7, "y": 2},
  43. {"x": 8, "y": 2},
  44. {"x": 9, "y": 2},
  45. {"x": 10, "y": 2},
  46. {"x": 11, "y": 2},
  47. {"x": 12, "y": 2},
  48. {"x": 0, "y": 3},
  49. {"x": 1, "y": 3},
  50. {"x": 2, "y": 3},
  51. {"x": 3, "y": 3},
  52. {"x": 4, "y": 3},
  53. {"x": 5, "y": 3},
  54. {"x": 6, "y": 3},
  55. {"x": 7, "y": 3},
  56. {"x": 8, "y": 3},
  57. {"x": 9, "y": 3},
  58. {"x": 10, "y": 3},
  59. {"x": 11, "y": 3},
  60. {"x": 12, "y": 3},
  61. {"x": 0, "y": 4},
  62. {"x": 1, "y": 4},
  63. {"x": 2, "y": 4},
  64. {"x": 3, "y": 4},
  65. {"x": 4, "y": 4},
  66. {"x": 5, "y": 4},
  67. {"x": 6, "y": 4},
  68. {"x": 7, "y": 4},
  69. {"x": 8, "y": 4},
  70. {"x": 9, "y": 4},
  71. {"x": 10, "y": 4},
  72. {"x": 11, "y": 4}
  73. {"x": 12, "y": 4}
  74. ]
  75. }
  76. }
  77. }