Browse Source

Refactor: group shandoncodes keyboards (#22743)

pull/22745/head
フィルターペーパー 4 months ago
committed by GitHub
parent
commit
b37d23bfa5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
45 changed files with 25 additions and 10 deletions
  1. +15
    -0
      data/mappings/keyboard_aliases.hjson
  2. +0
    -0
      keyboards/shandoncodes/flygone60/rev3/config.h
  3. +0
    -0
      keyboards/shandoncodes/flygone60/rev3/info.json
  4. +0
    -0
      keyboards/shandoncodes/flygone60/rev3/keymaps/default/keymap.c
  5. +0
    -0
      keyboards/shandoncodes/flygone60/rev3/keymaps/default/readme.md
  6. +0
    -0
      keyboards/shandoncodes/flygone60/rev3/keymaps/via/keymap.c
  7. +0
    -0
      keyboards/shandoncodes/flygone60/rev3/keymaps/via/rules.mk
  8. +2
    -2
      keyboards/shandoncodes/flygone60/rev3/readme.md
  9. +0
    -0
      keyboards/shandoncodes/flygone60/rev3/rules.mk
  10. +0
    -0
      keyboards/shandoncodes/mino/hotswap/config.h
  11. +0
    -0
      keyboards/shandoncodes/mino/hotswap/info.json
  12. +0
    -0
      keyboards/shandoncodes/mino/hotswap/rules.mk
  13. +0
    -0
      keyboards/shandoncodes/mino/keymaps/default/keymap.c
  14. +0
    -0
      keyboards/shandoncodes/mino/keymaps/via/keymap.c
  15. +0
    -0
      keyboards/shandoncodes/mino/keymaps/via/rules.mk
  16. +2
    -2
      keyboards/shandoncodes/mino/readme.md
  17. +0
    -0
      keyboards/shandoncodes/mino_plus/hotswap/config.h
  18. +0
    -0
      keyboards/shandoncodes/mino_plus/hotswap/halconf.h
  19. +0
    -0
      keyboards/shandoncodes/mino_plus/hotswap/hotswap.c
  20. +0
    -0
      keyboards/shandoncodes/mino_plus/hotswap/info.json
  21. +0
    -0
      keyboards/shandoncodes/mino_plus/hotswap/keymaps/default/keymap.c
  22. +0
    -0
      keyboards/shandoncodes/mino_plus/hotswap/keymaps/via/keymap.c
  23. +0
    -0
      keyboards/shandoncodes/mino_plus/hotswap/keymaps/via/rules.mk
  24. +0
    -0
      keyboards/shandoncodes/mino_plus/hotswap/mcuconf.h
  25. +0
    -0
      keyboards/shandoncodes/mino_plus/hotswap/rules.mk
  26. +0
    -0
      keyboards/shandoncodes/mino_plus/mino_plus.c
  27. +4
    -4
      keyboards/shandoncodes/mino_plus/readme.md
  28. +0
    -0
      keyboards/shandoncodes/mino_plus/soldered/config.h
  29. +0
    -0
      keyboards/shandoncodes/mino_plus/soldered/halconf.h
  30. +0
    -0
      keyboards/shandoncodes/mino_plus/soldered/info.json
  31. +0
    -0
      keyboards/shandoncodes/mino_plus/soldered/keymaps/default/keymap.c
  32. +0
    -0
      keyboards/shandoncodes/mino_plus/soldered/keymaps/via/keymap.c
  33. +0
    -0
      keyboards/shandoncodes/mino_plus/soldered/keymaps/via/rules.mk
  34. +0
    -0
      keyboards/shandoncodes/mino_plus/soldered/mcuconf.h
  35. +0
    -0
      keyboards/shandoncodes/mino_plus/soldered/rules.mk
  36. +0
    -0
      keyboards/shandoncodes/mino_plus/soldered/soldered.c
  37. +0
    -0
      keyboards/shandoncodes/riot_pad/config.h
  38. +0
    -0
      keyboards/shandoncodes/riot_pad/halconf.h
  39. +0
    -0
      keyboards/shandoncodes/riot_pad/info.json
  40. +0
    -0
      keyboards/shandoncodes/riot_pad/keymaps/default/keymap.c
  41. +0
    -0
      keyboards/shandoncodes/riot_pad/keymaps/via/keymap.c
  42. +0
    -0
      keyboards/shandoncodes/riot_pad/keymaps/via/rules.mk
  43. +0
    -0
      keyboards/shandoncodes/riot_pad/mcuconf.h
  44. +2
    -2
      keyboards/shandoncodes/riot_pad/readme.md
  45. +0
    -0
      keyboards/shandoncodes/riot_pad/rules.mk

+ 15
- 0
data/mappings/keyboard_aliases.hjson View File

@ -882,6 +882,9 @@
"felix": {
"target": "unikeyboard/felix"
},
"flygone60/rev3": {
"target": "shandoncodes/flygone60/rev3"
},
"four_banger": {
"target": "bpiphany/four_banger"
},
@ -1080,6 +1083,15 @@
"minidox/rev1": {
"target": "maple_computing/minidox/rev1"
},
"mino/hotswap": {
"target": "shandoncodes/mino/hotswap"
},
"mino_plus/hotswap": {
"target": "shandoncodes/mino_plus/hotswap"
},
"mino_plus/soldered": {
"target": "shandoncodes/mino_plus/soldered"
},
"mio": {
"target": "recompile_keys/mio"
},
@ -1269,6 +1281,9 @@
"reviung61": {
"target": "reviung/reviung61"
},
"riot_pad": {
"target": "shandoncodes/riot_pad"
},
"runner3680/3x6": {
"target": "omkbd/runner3680/3x6"
},


keyboards/flygone60/rev3/config.h → keyboards/shandoncodes/flygone60/rev3/config.h View File


keyboards/flygone60/rev3/info.json → keyboards/shandoncodes/flygone60/rev3/info.json View File


keyboards/flygone60/rev3/keymaps/default/keymap.c → keyboards/shandoncodes/flygone60/rev3/keymaps/default/keymap.c View File


keyboards/flygone60/rev3/keymaps/default/readme.md → keyboards/shandoncodes/flygone60/rev3/keymaps/default/readme.md View File


keyboards/flygone60/rev3/keymaps/via/keymap.c → keyboards/shandoncodes/flygone60/rev3/keymaps/via/keymap.c View File


keyboards/flygone60/rev3/keymaps/via/rules.mk → keyboards/shandoncodes/flygone60/rev3/keymaps/via/rules.mk View File


keyboards/flygone60/rev3/readme.md → keyboards/shandoncodes/flygone60/rev3/readme.md View File

@ -10,10 +10,10 @@ A 60% that takes arrow keys seriously!
Make example for this keyboard (after setting up your build environment):
make flygone60/rev3:default
make shandoncodes/flygone60/rev3:default
Flashing example for this keyboard:
make flygone60/rev3:default:flash
make shandoncodes/flygone60/rev3:default:flash
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/flygone60/rev3/rules.mk → keyboards/shandoncodes/flygone60/rev3/rules.mk View File


keyboards/mino/hotswap/config.h → keyboards/shandoncodes/mino/hotswap/config.h View File


keyboards/mino/hotswap/info.json → keyboards/shandoncodes/mino/hotswap/info.json View File


keyboards/mino/hotswap/rules.mk → keyboards/shandoncodes/mino/hotswap/rules.mk View File


keyboards/mino/keymaps/default/keymap.c → keyboards/shandoncodes/mino/keymaps/default/keymap.c View File


keyboards/mino/keymaps/via/keymap.c → keyboards/shandoncodes/mino/keymaps/via/keymap.c View File


keyboards/mino/keymaps/via/rules.mk → keyboards/shandoncodes/mino/keymaps/via/rules.mk View File


keyboards/mino/readme.md → keyboards/shandoncodes/mino/readme.md View File

@ -18,10 +18,10 @@ Enter the bootloader in 3 ways:
Make example for this keyboard (after setting up your build environment):
make mino/hotswap:default
make shandoncodes/mino/hotswap:default
Flashing example for this keyboard:
make mino/hotswap:default:flash
make shandoncodes/mino/hotswap:default:flash
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/mino_plus/hotswap/config.h → keyboards/shandoncodes/mino_plus/hotswap/config.h View File


keyboards/mino_plus/hotswap/halconf.h → keyboards/shandoncodes/mino_plus/hotswap/halconf.h View File


keyboards/mino_plus/hotswap/hotswap.c → keyboards/shandoncodes/mino_plus/hotswap/hotswap.c View File


keyboards/mino_plus/hotswap/info.json → keyboards/shandoncodes/mino_plus/hotswap/info.json View File


keyboards/mino_plus/hotswap/keymaps/default/keymap.c → keyboards/shandoncodes/mino_plus/hotswap/keymaps/default/keymap.c View File


keyboards/mino_plus/hotswap/keymaps/via/keymap.c → keyboards/shandoncodes/mino_plus/hotswap/keymaps/via/keymap.c View File


keyboards/mino_plus/hotswap/keymaps/via/rules.mk → keyboards/shandoncodes/mino_plus/hotswap/keymaps/via/rules.mk View File


keyboards/mino_plus/hotswap/mcuconf.h → keyboards/shandoncodes/mino_plus/hotswap/mcuconf.h View File


keyboards/mino_plus/hotswap/rules.mk → keyboards/shandoncodes/mino_plus/hotswap/rules.mk View File


keyboards/mino_plus/mino_plus.c → keyboards/shandoncodes/mino_plus/mino_plus.c View File


keyboards/mino_plus/readme.md → keyboards/shandoncodes/mino_plus/readme.md View File

@ -10,13 +10,13 @@ A 65% keyboard, inspried by tetrominos.
Make example for this keyboard (after setting up your build environment):
make mino_plus/soldered:default
make mino_plus/hotswap:default
make shandoncodes/mino_plus/soldered:default
make shandoncodes/mino_plus/hotswap:default
Flashing example for this keyboard:
make mino_plus/soldered:default:flash
make mino_plus/hotswap:default:flash
make shandoncodes/mino_plus/soldered:default:flash
make shandoncodes/mino_plus/hotswap:default:flash
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/mino_plus/soldered/config.h → keyboards/shandoncodes/mino_plus/soldered/config.h View File


keyboards/mino_plus/soldered/halconf.h → keyboards/shandoncodes/mino_plus/soldered/halconf.h View File


keyboards/mino_plus/soldered/info.json → keyboards/shandoncodes/mino_plus/soldered/info.json View File


keyboards/mino_plus/soldered/keymaps/default/keymap.c → keyboards/shandoncodes/mino_plus/soldered/keymaps/default/keymap.c View File


keyboards/mino_plus/soldered/keymaps/via/keymap.c → keyboards/shandoncodes/mino_plus/soldered/keymaps/via/keymap.c View File


keyboards/mino_plus/soldered/keymaps/via/rules.mk → keyboards/shandoncodes/mino_plus/soldered/keymaps/via/rules.mk View File


keyboards/mino_plus/soldered/mcuconf.h → keyboards/shandoncodes/mino_plus/soldered/mcuconf.h View File


keyboards/mino_plus/soldered/rules.mk → keyboards/shandoncodes/mino_plus/soldered/rules.mk View File


keyboards/mino_plus/soldered/soldered.c → keyboards/shandoncodes/mino_plus/soldered/soldered.c View File


keyboards/riot_pad/config.h → keyboards/shandoncodes/riot_pad/config.h View File


keyboards/riot_pad/halconf.h → keyboards/shandoncodes/riot_pad/halconf.h View File


keyboards/riot_pad/info.json → keyboards/shandoncodes/riot_pad/info.json View File


keyboards/riot_pad/keymaps/default/keymap.c → keyboards/shandoncodes/riot_pad/keymaps/default/keymap.c View File


keyboards/riot_pad/keymaps/via/keymap.c → keyboards/shandoncodes/riot_pad/keymaps/via/keymap.c View File


keyboards/riot_pad/keymaps/via/rules.mk → keyboards/shandoncodes/riot_pad/keymaps/via/rules.mk View File


keyboards/riot_pad/mcuconf.h → keyboards/shandoncodes/riot_pad/mcuconf.h View File


keyboards/riot_pad/readme.md → keyboards/shandoncodes/riot_pad/readme.md View File

@ -10,11 +10,11 @@ A RGB lovin', 6 key macropad.
Make example for this keyboard (after setting up your build environment):
make riot_pad:default
make shandoncodes/riot_pad:default
Flashing example for this keyboard:
make riot_pad:default:flash
make shandoncodes/riot_pad:default:flash
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/riot_pad/rules.mk → keyboards/shandoncodes/riot_pad/rules.mk View File


Loading…
Cancel
Save