Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: group shandoncodes keyboards #22743

Merged
merged 1 commit into from
Dec 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions data/mappings/keyboard_aliases.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,9 @@
"felix": {
"target": "unikeyboard/felix"
},
"flygone60/rev3": {
"target": "shandoncodes/flygone60/rev3"
},
"four_banger": {
"target": "bpiphany/four_banger"
},
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -1269,6 +1281,9 @@
"reviung61": {
"target": "reviung/reviung61"
},
"riot_pad": {
"target": "shandoncodes/riot_pad"
},
"runner3680/3x6": {
"target": "omkbd/runner3680/3x6"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
File renamed without changes.