瀏覽代碼

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

peepeetee 3 年之前
父節點
當前提交
3fefaf7f6b
共有 34 個文件被更改,包括 4 次插入4 次删除
  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

+ 0 - 0
keyboards/chimera_ergo/chimera_ergo.c → keyboards/glenpickle/chimera_ergo/chimera_ergo.c


+ 0 - 0
keyboards/chimera_ergo/chimera_ergo.h → keyboards/glenpickle/chimera_ergo/chimera_ergo.h


+ 0 - 0
keyboards/chimera_ergo/config.h → keyboards/glenpickle/chimera_ergo/config.h


+ 0 - 0
keyboards/chimera_ergo/info.json → keyboards/glenpickle/chimera_ergo/info.json


+ 0 - 0
keyboards/chimera_ergo/keymaps/default/keymap.c → keyboards/glenpickle/chimera_ergo/keymaps/default/keymap.c


+ 0 - 0
keyboards/chimera_ergo/matrix.c → keyboards/glenpickle/chimera_ergo/matrix.c


+ 1 - 1
keyboards/chimera_ergo/readme.md → keyboards/glenpickle/chimera_ergo/readme.md

@@ -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 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.
 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.
 
 

+ 0 - 0
keyboards/chimera_ergo/rules.mk → keyboards/glenpickle/chimera_ergo/rules.mk


+ 0 - 0
keyboards/chimera_ls/chimera_ls.c → keyboards/glenpickle/chimera_ls/chimera_ls.c


+ 0 - 0
keyboards/chimera_ls/chimera_ls.h → keyboards/glenpickle/chimera_ls/chimera_ls.h


+ 0 - 0
keyboards/chimera_ls/config.h → keyboards/glenpickle/chimera_ls/config.h


+ 0 - 0
keyboards/chimera_ls/info.json → keyboards/glenpickle/chimera_ls/info.json


+ 0 - 0
keyboards/chimera_ls/keymaps/default/keymap.c → keyboards/glenpickle/chimera_ls/keymaps/default/keymap.c


+ 0 - 0
keyboards/chimera_ls/matrix.c → keyboards/glenpickle/chimera_ls/matrix.c


+ 1 - 1
keyboards/chimera_ls/readme.md → keyboards/glenpickle/chimera_ls/readme.md

@@ -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 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).
 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).

+ 0 - 0
keyboards/chimera_ls/rules.mk → keyboards/glenpickle/chimera_ls/rules.mk


+ 0 - 0
keyboards/chimera_ortho/chimera_ortho.c → keyboards/glenpickle/chimera_ortho/chimera_ortho.c


+ 0 - 0
keyboards/chimera_ortho/chimera_ortho.h → keyboards/glenpickle/chimera_ortho/chimera_ortho.h


+ 0 - 0
keyboards/chimera_ortho/config.h → keyboards/glenpickle/chimera_ortho/config.h


+ 0 - 0
keyboards/chimera_ortho/info.json → keyboards/glenpickle/chimera_ortho/info.json


+ 0 - 0
keyboards/chimera_ortho/keymaps/default/config.h → keyboards/glenpickle/chimera_ortho/keymaps/default/config.h


+ 0 - 0
keyboards/chimera_ortho/keymaps/default/keymap.c → keyboards/glenpickle/chimera_ortho/keymaps/default/keymap.c


+ 0 - 0
keyboards/chimera_ortho/matrix.c → keyboards/glenpickle/chimera_ortho/matrix.c


+ 1 - 1
keyboards/chimera_ortho/readme.md → keyboards/glenpickle/chimera_ortho/readme.md

@@ -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 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.
 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.
 
 

+ 0 - 0
keyboards/chimera_ortho/rules.mk → keyboards/glenpickle/chimera_ortho/rules.mk


+ 0 - 0
keyboards/chimera_ortho_plus/chimera_ortho_plus.c → keyboards/glenpickle/chimera_ortho_plus/chimera_ortho_plus.c


+ 0 - 0
keyboards/chimera_ortho_plus/chimera_ortho_plus.h → keyboards/glenpickle/chimera_ortho_plus/chimera_ortho_plus.h


+ 0 - 0
keyboards/chimera_ortho_plus/config.h → keyboards/glenpickle/chimera_ortho_plus/config.h


+ 0 - 0
keyboards/chimera_ortho_plus/info.json → keyboards/glenpickle/chimera_ortho_plus/info.json


+ 0 - 0
keyboards/chimera_ortho_plus/keymaps/default/config.h → keyboards/glenpickle/chimera_ortho_plus/keymaps/default/config.h


+ 0 - 0
keyboards/chimera_ortho_plus/keymaps/default/keymap.c → keyboards/glenpickle/chimera_ortho_plus/keymaps/default/keymap.c


+ 0 - 0
keyboards/chimera_ortho_plus/matrix.c → keyboards/glenpickle/chimera_ortho_plus/matrix.c


+ 1 - 1
keyboards/chimera_ortho_plus/readme.md → keyboards/glenpickle/chimera_ortho_plus/readme.md

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

+ 0 - 0
keyboards/chimera_ortho_plus/rules.mk → keyboards/glenpickle/chimera_ortho_plus/rules.mk