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.

76 lines
3.7 KiB

Adding "Eagle Viper Rep", open sourced Eagle/Viper V2/V3 PCB (#13020) * adding revision A * Update keyboards/4pplet/eagle_viper_rep/rev_a/rev_a.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/4pplet/eagle_viper_rep/rev_a/rev_a.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/4pplet/eagle_viper_rep/rev_a/rev_a.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/4pplet/eagle_viper_rep/rev_a/rev_a.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/4pplet/eagle_viper_rep/rev_a/rev_a.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update readme.md Adding instruction on how to enter bootloader * adding instruction on how to enter bootloader (DFU) adding instruction on how to enter bootloader (DFU) * updated description * Update keyboards/4pplet/eagle_viper_rep/rev_a/halconf.h Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/4pplet/eagle_viper_rep/rev_a/rev_a.c Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/4pplet/eagle_viper_rep/rev_a/config.h Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/4pplet/eagle_viper_rep/rev_a/chconf.h Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/4pplet/eagle_viper_rep/rev_a/chconf.h Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/4pplet/eagle_viper_rep/keymaps/default/keymap.c Co-authored-by: Nick Brassel <nick@tzarc.org> * Restoring palSetLineMode for working underglow I was experiencing the same issue as this: https://github.com/qmk/qmk_firmware/issues/12655#issuecomment-844104659 sigprof helped me resolve this issue. * Update rev_a.c removing palSetLineMode again, works great after rebase. Thanks! Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Adding "Eagle Viper Rep", open sourced Eagle/Viper V2/V3 PCB (#13020) * adding revision A * Update keyboards/4pplet/eagle_viper_rep/rev_a/rev_a.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/4pplet/eagle_viper_rep/rev_a/rev_a.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/4pplet/eagle_viper_rep/rev_a/rev_a.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/4pplet/eagle_viper_rep/rev_a/rev_a.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/4pplet/eagle_viper_rep/rev_a/rev_a.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update readme.md Adding instruction on how to enter bootloader * adding instruction on how to enter bootloader (DFU) adding instruction on how to enter bootloader (DFU) * updated description * Update keyboards/4pplet/eagle_viper_rep/rev_a/halconf.h Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/4pplet/eagle_viper_rep/rev_a/rev_a.c Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/4pplet/eagle_viper_rep/rev_a/config.h Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/4pplet/eagle_viper_rep/rev_a/chconf.h Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/4pplet/eagle_viper_rep/rev_a/chconf.h Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/4pplet/eagle_viper_rep/keymaps/default/keymap.c Co-authored-by: Nick Brassel <nick@tzarc.org> * Restoring palSetLineMode for working underglow I was experiencing the same issue as this: https://github.com/qmk/qmk_firmware/issues/12655#issuecomment-844104659 sigprof helped me resolve this issue. * Update rev_a.c removing palSetLineMode again, works great after rebase. Thanks! Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
  1. {
  2. "keyboard_name": "Eagle/Viper Rep",
  3. "url": "https://github.com/4pplet/eagle_viper_rep",
  4. "maintainer": "4pplet",
  5. "layouts": {
  6. "LAYOUT_all": {
  7. "layout": [
  8. { "label": "Esc", "x": 0, "y": 0 },
  9. { "label": "!", "x": 1, "y": 0 },
  10. { "label": "@", "x": 2, "y": 0 },
  11. { "label": "#", "x": 3, "y": 0 },
  12. { "label": "$", "x": 4, "y": 0 },
  13. { "label": "%", "x": 5, "y": 0 },
  14. { "label": "^", "x": 6, "y": 0 },
  15. { "label": "&", "x": 7, "y": 0 },
  16. { "label": "*", "x": 8, "y": 0 },
  17. { "label": "(", "x": 9, "y": 0 },
  18. { "label": ")", "x": 10, "y": 0 },
  19. { "label": "_", "x": 11, "y": 0 },
  20. { "label": "+", "x": 12, "y": 0 },
  21. { "label": "|", "x": 13, "y": 0 },
  22. { "label": "~", "x": 14, "y": 0 },
  23. { "label": "Tab", "x": 0, "y": 1, "w": 1.5 },
  24. { "label": "Q", "x": 1.5, "y": 1 },
  25. { "label": "W", "x": 2.5, "y": 1 },
  26. { "label": "E", "x": 3.5, "y": 1 },
  27. { "label": "R", "x": 4.5, "y": 1 },
  28. { "label": "T", "x": 5.5, "y": 1 },
  29. { "label": "Y", "x": 6.5, "y": 1 },
  30. { "label": "U", "x": 7.5, "y": 1 },
  31. { "label": "I", "x": 8.5, "y": 1 },
  32. { "label": "O", "x": 9.5, "y": 1 },
  33. { "label": "P", "x": 10.5, "y": 1 },
  34. { "label": "{", "x": 11.5, "y": 1 },
  35. { "label": "}", "x": 12.5, "y": 1 },
  36. { "label": "Backsp.", "x": 13.5, "y": 1, "w": 1.5 },
  37. { "label": "Caps Lock", "x": 0, "y": 2, "w": 1.75 },
  38. { "label": "A", "x": 1.75, "y": 2 },
  39. { "label": "S", "x": 2.75, "y": 2 },
  40. { "label": "D", "x": 3.75, "y": 2 },
  41. { "label": "F", "x": 4.75, "y": 2 },
  42. { "label": "G", "x": 5.75, "y": 2 },
  43. { "label": "H", "x": 6.75, "y": 2 },
  44. { "label": "J", "x": 7.75, "y": 2 },
  45. { "label": "K", "x": 8.75, "y": 2 },
  46. { "label": "L", "x": 9.75, "y": 2 },
  47. { "label": ":", "x": 10.75, "y": 2 },
  48. { "label": "\"", "x": 11.75, "y": 2 },
  49. { "label": "~", "x": 12.75, "y": 2},
  50. { "label": "Enter", "x": 13.75, "y": 2, "w": 1.25 },
  51. { "label": "Shift", "x": 0, "y": 3, "w": 1.25 },
  52. { "label": "|", "x": 1.25, "y": 3 },
  53. { "label": "Z", "x": 2.25, "y": 3 },
  54. { "label": "X", "x": 3.25, "y": 3 },
  55. { "label": "C", "x": 4.25, "y": 3 },
  56. { "label": "V", "x": 5.25, "y": 3 },
  57. { "label": "B", "x": 6.25, "y": 3 },
  58. { "label": "N", "x": 7.25, "y": 3 },
  59. { "label": "M", "x": 8.25, "y": 3 },
  60. { "label": "<", "x": 9.25, "y": 3 },
  61. { "label": ">", "x": 10.25, "y": 3 },
  62. { "label": "?", "x": 11.25, "y": 3 },
  63. { "label": "Shift", "x": 12.25, "y": 3, "w": 1.75 },
  64. { "label": "Fn", "x": 14, "y": 3, "w": 1 },
  65. { "label": "Ctrl", "x": 0, "y": 4, "w": 1.25 },
  66. { "label": "Win", "x": 1.25, "y": 4, "w": 1.25 },
  67. { "label": "Alt", "x": 2.5, "y": 4, "w": 1.25 },
  68. { "label": "Space", "x": 3.75, "y": 4, "w": 6.25 },
  69. { "label": "Alt", "x": 10, "y": 4, "w": 1.25 },
  70. { "label": "Menu", "x": 11.25, "y": 4, "w": 1.25 },
  71. { "label": "Win", "x": 12.5, "y": 4, "w": 1.25 },
  72. { "label": "Ctrl", "x": 13.75, "y": 4, "w": 1.25 }
  73. ]
  74. }
  75. }
  76. }