[Keyboard] move unikeyboard boards to /unikeyboard (#16081)

fix_template_bootmagic
peepeetee 3 years ago committed by GitHub
parent 4452be587b
commit 2e052b87c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 0
      keyboards/unikeyboard/diverge3/config.h
  2. 0
      keyboards/unikeyboard/diverge3/diverge3.c
  3. 0
      keyboards/unikeyboard/diverge3/diverge3.h
  4. 0
      keyboards/unikeyboard/diverge3/info.json
  5. 0
      keyboards/unikeyboard/diverge3/keymaps/default/config.h
  6. 0
      keyboards/unikeyboard/diverge3/keymaps/default/keymap.c
  7. 0
      keyboards/unikeyboard/diverge3/keymaps/default/readme.md
  8. 0
      keyboards/unikeyboard/diverge3/keymaps/default/rules.mk
  9. 0
      keyboards/unikeyboard/diverge3/keymaps/iso_uk/config.h
  10. 0
      keyboards/unikeyboard/diverge3/keymaps/iso_uk/keymap.c
  11. 0
      keyboards/unikeyboard/diverge3/keymaps/iso_uk/readme.md
  12. 0
      keyboards/unikeyboard/diverge3/keymaps/iso_uk/rules.mk
  13. 0
      keyboards/unikeyboard/diverge3/keymaps/workman/config.h
  14. 0
      keyboards/unikeyboard/diverge3/keymaps/workman/keymap.c
  15. 0
      keyboards/unikeyboard/diverge3/keymaps/workman/readme.md
  16. 0
      keyboards/unikeyboard/diverge3/keymaps/workman/rules.mk
  17. 6
      keyboards/unikeyboard/diverge3/readme.md
  18. 0
      keyboards/unikeyboard/diverge3/rules.mk
  19. 0
      keyboards/unikeyboard/divergetm2/config.h
  20. 0
      keyboards/unikeyboard/divergetm2/divergetm2.c
  21. 0
      keyboards/unikeyboard/divergetm2/divergetm2.h
  22. 0
      keyboards/unikeyboard/divergetm2/info.json
  23. 0
      keyboards/unikeyboard/divergetm2/keymaps/default/config.h
  24. 0
      keyboards/unikeyboard/divergetm2/keymaps/default/keymap.c
  25. 0
      keyboards/unikeyboard/divergetm2/keymaps/default/readme.md
  26. 0
      keyboards/unikeyboard/divergetm2/keymaps/xtonhasvim/config.h
  27. 0
      keyboards/unikeyboard/divergetm2/keymaps/xtonhasvim/keymap.c
  28. 0
      keyboards/unikeyboard/divergetm2/keymaps/xtonhasvim/readme.md
  29. 0
      keyboards/unikeyboard/divergetm2/keymaps/xtonhasvim/rules.mk
  30. 2
      keyboards/unikeyboard/divergetm2/readme.md
  31. 0
      keyboards/unikeyboard/divergetm2/rules.mk
  32. 0
      keyboards/unikeyboard/felix/config.h
  33. 0
      keyboards/unikeyboard/felix/felix.c
  34. 0
      keyboards/unikeyboard/felix/felix.h
  35. 0
      keyboards/unikeyboard/felix/info.json
  36. 0
      keyboards/unikeyboard/felix/keymaps/default/keymap.c
  37. 2
      keyboards/unikeyboard/felix/readme.md
  38. 0
      keyboards/unikeyboard/felix/rules.mk

@ -8,13 +8,13 @@ Hardware Availability: [Diverge 3](https://unikeyboard.io/product/diverge/)
Make example for this keyboard (after setting up your build environment): Make example for this keyboard (after setting up your build environment):
make diverge3:default make unikeyboard/diverge3:default
Or for the [Workman](https://github.com/ojbucao/workman) layout: Or for the [Workman](https://github.com/ojbucao/workman) layout:
make diverge3:workman make unikeyboard/diverge3:workman
See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.
# Reflashing Animus # Reflashing Animus
Reflashing the stock firmware is pretty easy. Just follow the same steps in the [original guide](https://imgur.com/a/8UapN). You will have to manually reset the Pro Micro (by shorting the GND and RST pins) during the upload step. Then reapply your keymap through Arbites. Reflashing the stock firmware is pretty easy. Just follow the same steps in the [original guide](https://imgur.com/a/8UapN). You will have to manually reset the Pro Micro (by shorting the GND and RST pins) during the upload step. Then reapply your keymap through Arbites.

@ -8,7 +8,7 @@ Hardware Availability: [Diverge TM2](https://unikeyboard.io/product/diverge-tm/)
Make example for this keyboard (after setting up your build environment): Make example for this keyboard (after setting up your build environment):
make divergetm2:default make unikeyboard/divergetm2:default
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).

@ -8,6 +8,6 @@ Hardware Availability: [Unikeyboard](https://unikeyboard.io/product/felix/)
Make example for this keyboard (after setting up your build environment): Make example for this keyboard (after setting up your build environment):
make felix:default make unikeyboard/felix:default
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
Loading…
Cancel
Save