Browse Source

[Keyboard] move @GlenPickle 's chimera* boards into a folder (#16072)

pull/16157/head
peepeetee 2 years ago
committed by GitHub
parent
commit
3fefaf7f6b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
34 changed files with 4 additions and 4 deletions
  1. +0
    -0
      keyboards/glenpickle/chimera_ergo/chimera_ergo.c
  2. +0
    -0
      keyboards/glenpickle/chimera_ergo/chimera_ergo.h
  3. +0
    -0
      keyboards/glenpickle/chimera_ergo/config.h
  4. +0
    -0
      keyboards/glenpickle/chimera_ergo/info.json
  5. +0
    -0
      keyboards/glenpickle/chimera_ergo/keymaps/default/keymap.c
  6. +0
    -0
      keyboards/glenpickle/chimera_ergo/matrix.c
  7. +1
    -1
      keyboards/glenpickle/chimera_ergo/readme.md
  8. +0
    -0
      keyboards/glenpickle/chimera_ergo/rules.mk
  9. +0
    -0
      keyboards/glenpickle/chimera_ls/chimera_ls.c
  10. +0
    -0
      keyboards/glenpickle/chimera_ls/chimera_ls.h
  11. +0
    -0
      keyboards/glenpickle/chimera_ls/config.h
  12. +0
    -0
      keyboards/glenpickle/chimera_ls/info.json
  13. +0
    -0
      keyboards/glenpickle/chimera_ls/keymaps/default/keymap.c
  14. +0
    -0
      keyboards/glenpickle/chimera_ls/matrix.c
  15. +1
    -1
      keyboards/glenpickle/chimera_ls/readme.md
  16. +0
    -0
      keyboards/glenpickle/chimera_ls/rules.mk
  17. +0
    -0
      keyboards/glenpickle/chimera_ortho/chimera_ortho.c
  18. +0
    -0
      keyboards/glenpickle/chimera_ortho/chimera_ortho.h
  19. +0
    -0
      keyboards/glenpickle/chimera_ortho/config.h
  20. +0
    -0
      keyboards/glenpickle/chimera_ortho/info.json
  21. +0
    -0
      keyboards/glenpickle/chimera_ortho/keymaps/default/config.h
  22. +0
    -0
      keyboards/glenpickle/chimera_ortho/keymaps/default/keymap.c
  23. +0
    -0
      keyboards/glenpickle/chimera_ortho/matrix.c
  24. +1
    -1
      keyboards/glenpickle/chimera_ortho/readme.md
  25. +0
    -0
      keyboards/glenpickle/chimera_ortho/rules.mk
  26. +0
    -0
      keyboards/glenpickle/chimera_ortho_plus/chimera_ortho_plus.c
  27. +0
    -0
      keyboards/glenpickle/chimera_ortho_plus/chimera_ortho_plus.h
  28. +0
    -0
      keyboards/glenpickle/chimera_ortho_plus/config.h
  29. +0
    -0
      keyboards/glenpickle/chimera_ortho_plus/info.json
  30. +0
    -0
      keyboards/glenpickle/chimera_ortho_plus/keymaps/default/config.h
  31. +0
    -0
      keyboards/glenpickle/chimera_ortho_plus/keymaps/default/keymap.c
  32. +0
    -0
      keyboards/glenpickle/chimera_ortho_plus/matrix.c
  33. +1
    -1
      keyboards/glenpickle/chimera_ortho_plus/readme.md
  34. +0
    -0
      keyboards/glenpickle/chimera_ortho_plus/rules.mk

keyboards/chimera_ergo/chimera_ergo.c → keyboards/glenpickle/chimera_ergo/chimera_ergo.c View File


keyboards/chimera_ergo/chimera_ergo.h → keyboards/glenpickle/chimera_ergo/chimera_ergo.h View File


keyboards/chimera_ergo/config.h → keyboards/glenpickle/chimera_ergo/config.h View File


keyboards/chimera_ergo/info.json → keyboards/glenpickle/chimera_ergo/info.json View File


keyboards/chimera_ergo/keymaps/default/keymap.c → keyboards/glenpickle/chimera_ergo/keymaps/default/keymap.c View File


keyboards/chimera_ergo/matrix.c → keyboards/glenpickle/chimera_ergo/matrix.c View File


keyboards/chimera_ergo/readme.md → keyboards/glenpickle/chimera_ergo/readme.md View File

@ -10,7 +10,7 @@ Hardware Availability: [Gerbers](https://github.com/GlenPickle/Chimera/tree/mast
Make example for this keyboard (after setting up your build environment):
make chimera_ergo:default
make glenpickle/chimera_ergo:default
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.

keyboards/chimera_ergo/rules.mk → keyboards/glenpickle/chimera_ergo/rules.mk View File


keyboards/chimera_ls/chimera_ls.c → keyboards/glenpickle/chimera_ls/chimera_ls.c View File


keyboards/chimera_ls/chimera_ls.h → keyboards/glenpickle/chimera_ls/chimera_ls.h View File


keyboards/chimera_ls/config.h → keyboards/glenpickle/chimera_ls/config.h View File


keyboards/chimera_ls/info.json → keyboards/glenpickle/chimera_ls/info.json View File


keyboards/chimera_ls/keymaps/default/keymap.c → keyboards/glenpickle/chimera_ls/keymaps/default/keymap.c View File


keyboards/chimera_ls/matrix.c → keyboards/glenpickle/chimera_ls/matrix.c View File


keyboards/chimera_ls/readme.md → keyboards/glenpickle/chimera_ls/readme.md View File

@ -10,6 +10,6 @@ Hardware Availability: [Gerbers](https://github.com/GlenPickle/Chimera/tree/mast
Make example for this keyboard (after setting up your build environment):
make chimera_ls:default
make glenpickle/chimera_ls: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).

keyboards/chimera_ls/rules.mk → keyboards/glenpickle/chimera_ls/rules.mk View File


keyboards/chimera_ortho/chimera_ortho.c → keyboards/glenpickle/chimera_ortho/chimera_ortho.c View File


keyboards/chimera_ortho/chimera_ortho.h → keyboards/glenpickle/chimera_ortho/chimera_ortho.h View File


keyboards/chimera_ortho/config.h → keyboards/glenpickle/chimera_ortho/config.h View File


keyboards/chimera_ortho/info.json → keyboards/glenpickle/chimera_ortho/info.json View File


keyboards/chimera_ortho/keymaps/default/config.h → keyboards/glenpickle/chimera_ortho/keymaps/default/config.h View File


keyboards/chimera_ortho/keymaps/default/keymap.c → keyboards/glenpickle/chimera_ortho/keymaps/default/keymap.c View File


keyboards/chimera_ortho/matrix.c → keyboards/glenpickle/chimera_ortho/matrix.c View File


keyboards/chimera_ortho/readme.md → keyboards/glenpickle/chimera_ortho/readme.md View File

@ -13,7 +13,7 @@ Hardware Availability: [Gerbers](https://github.com/GlenPickle/Chimera/tree/mast
Make example for this keyboard (after setting up your build environment):
make chimera_ortho:default
make glenpickle/chimera_ortho:default
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.

keyboards/chimera_ortho/rules.mk → keyboards/glenpickle/chimera_ortho/rules.mk View File


keyboards/chimera_ortho_plus/chimera_ortho_plus.c → keyboards/glenpickle/chimera_ortho_plus/chimera_ortho_plus.c View File


keyboards/chimera_ortho_plus/chimera_ortho_plus.h → keyboards/glenpickle/chimera_ortho_plus/chimera_ortho_plus.h View File


keyboards/chimera_ortho_plus/config.h → keyboards/glenpickle/chimera_ortho_plus/config.h View File


keyboards/chimera_ortho_plus/info.json → keyboards/glenpickle/chimera_ortho_plus/info.json View File


keyboards/chimera_ortho_plus/keymaps/default/config.h → keyboards/glenpickle/chimera_ortho_plus/keymaps/default/config.h View File


keyboards/chimera_ortho_plus/keymaps/default/keymap.c → keyboards/glenpickle/chimera_ortho_plus/keymaps/default/keymap.c View File


keyboards/chimera_ortho_plus/matrix.c → keyboards/glenpickle/chimera_ortho_plus/matrix.c View File


keyboards/chimera_ortho_plus/readme.md → keyboards/glenpickle/chimera_ortho_plus/readme.md View File

@ -10,6 +10,6 @@ A split wireless 50% ortholinear keyboard.
Make example for this keyboard (after setting up your build environment):
make chimera_ortho_plus:default
make glenpickle/chimera_ortho_plus: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).

keyboards/chimera_ortho_plus/rules.mk → keyboards/glenpickle/chimera_ortho_plus/rules.mk View File


Loading…
Cancel
Save