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.

60 lines
2.3 KiB

[Keyboard] Add vault45 (#13119) * adding my keymap * Update keyboards/projectcain/vault45/keymaps/default/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/projectcain/vault45/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/projectcain/vault45/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/projectcain/vault45/vault45.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/projectcain/vault45/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update readme.md * Update keyboards/projectcain/vault45/keymaps/default/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keymap.c * Update keyboards/projectcain/vault45/keymaps/default/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/projectcain/vault45/readme.md Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> * Update info.json * Update keyboards/projectcain/vault45/vault45.c Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> * Update keyboards/projectcain/vault45/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/projectcain/vault45/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/projectcain/vault45/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2 years ago
  1. {
  2. "keyboard_name": "vault 45",
  3. "url": "",
  4. "maintainer": "projectcain",
  5. "width": 13,
  6. "height": 4,
  7. "layouts": {
  8. "LAYOUT": {
  9. "layout": [
  10. { "label": "Tab", "x": 0, "y": 0 },
  11. { "label": "Q", "x": 1, "y": 0 },
  12. { "label": "W", "x": 2, "y": 0 },
  13. { "label": "E", "x": 3, "y": 0 },
  14. { "label": "R", "x": 4, "y": 0 },
  15. { "label": "T", "x": 5, "y": 0 },
  16. { "label": "Y", "x": 6, "y": 0 },
  17. { "label": "U", "x": 7, "y": 0 },
  18. { "label": "I", "x": 8, "y": 0 },
  19. { "label": "O", "x": 9, "y": 0 },
  20. { "label": "P", "x": 10, "y": 0 },
  21. { "label": "Back<br>Space", "x": 11, "y": 0 },
  22. { "x": 12, "y": 0 },
  23. { "label": "Caps", "x": 0, "y": 1, "w": 1.25 },
  24. { "label": "A", "x": 1.25, "y": 1 },
  25. { "label": "S", "x": 2.25, "y": 1 },
  26. { "label": "D", "x": 3.25, "y": 1 },
  27. { "label": "F", "x": 4.25, "y": 1 },
  28. { "label": "G", "x": 5.25, "y": 1 },
  29. { "label": "H", "x": 6.25, "y": 1 },
  30. { "label": "J", "x": 7.25, "y": 1 },
  31. { "label": "K", "x": 8.25, "y": 1 },
  32. { "label": "L", "x": 9.25, "y": 1 },
  33. { "label": ":", "x": 10.25, "y": 1 },
  34. { "label": "Enter", "x": 11.25, "y": 1, "w": 1.75 },
  35. { "label": "Shift", "x": 0, "y": 2, "w": 1.75 },
  36. { "label": "Z", "x": 1.75, "y": 2 },
  37. { "label": "X", "x": 2.75, "y": 2 },
  38. { "label": "C", "x": 3.75, "y": 2 },
  39. { "label": "V", "x": 4.75, "y": 2 },
  40. { "label": "B", "x": 5.75, "y": 2 },
  41. { "label": "N", "x": 6.75, "y": 2 },
  42. { "label": "M", "x": 7.75, "y": 2 },
  43. { "label": "<", "x": 8.75, "y": 2 },
  44. { "label": ">", "x": 9.75, "y": 2 },
  45. { "label": "?", "x": 10.75, "y": 2 },
  46. { "label": "Shift", "x": 11.75, "y": 2, "w": 1.25 },
  47. { "label": "Hyper", "x": 0, "y": 3, "w": 1.25 },
  48. { "label": "Super", "x": 1.25, "y": 3 },
  49. { "label": "Meta", "x": 2.25, "y": 3, "w": 1.25 },
  50. { "label": "Alt", "x": 3.5, "y": 3, "w": 1.25 },
  51. { "x": 4.75, "y": 3, "w": 1.75 },
  52. { "x": 6.5, "y": 3, "w": 1.75 },
  53. { "label": "Meta", "x": 8.25, "y": 3, "w": 1.25 },
  54. { "label": "Super", "x": 9.5, "y": 3, "w": 1.25 },
  55. { "label": "Fn2", "x": 10.75, "y": 3 },
  56. { "label": "Ctrl", "x": 11.75, "y": 3, "w": 1.25 }
  57. ]
  58. }
  59. }
  60. }