Skip to content

Commit

Permalink
Refactor: move p3d keyboards (#22763)
Browse files Browse the repository at this point in the history
Group standalone p3dstore keyboards into p3d folder
  • Loading branch information
filterpaper authored Feb 12, 2024
1 parent 98a68b6 commit 0cad5e9
Show file tree
Hide file tree
Showing 47 changed files with 26 additions and 12 deletions.
15 changes: 15 additions & 0 deletions data/mappings/keyboard_aliases.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,9 @@
"espectro": {
"target": "mechkeys/espectro"
},
"eu_isolation": {
"target": "p3d/eu_isolation"
},
"felix": {
"target": "unikeyboard/felix"
},
Expand Down Expand Up @@ -1224,6 +1227,9 @@
"pw88": {
"target": "smoll/pw88"
},
"q4z": {
"target": "p3d/q4z"
},
"qaz": {
"target": "tominabox1/qaz"
},
Expand Down Expand Up @@ -1359,6 +1365,9 @@
"space_space/rev2": {
"target": "qpockets/space_space/rev2"
},
"spacey": {
"target": "p3d/spacey"
},
"spiderisland/winry25tc": {
"target": "winry/winry25tc"
},
Expand Down Expand Up @@ -1389,6 +1398,9 @@
"suihankey/split": {
"target": "kakunpc/suihankey/split"
},
"synapse": {
"target": "p3d/synapse"
},
"the_ruler": {
"target": "maple_computing/the_ruler"
},
Expand All @@ -1410,6 +1422,9 @@
"tronguylabs/m122_3270": {
"target": "ibm/model_m_122/m122_3270/teensy"
},
"tw40": {
"target": "p3d/tw40"
},
"ua62": {
"target": "nacly/ua62"
},
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Enter the bootloader in 3 ways:

Make example for this keyboard (after setting up your build environment):

make eu_isolation:default
make p3d/eu_isolation:default

Flashing example for this keyboard:

make eu_isolation:default:flash
make p3d/eu_isolation: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).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions keyboards/q4z/readme.md → keyboards/p3d/q4z/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ this little board is ready for whatever a raging gamer can throw it at.

Make example for this keyboard (after setting up your build environment):

make q4z:default
make p3d/q4z:default

Flashing example for this keyboard:

make q4z:default:flash
make p3d/q4z: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).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions keyboards/spacey/readme.md → keyboards/p3d/spacey/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Spacey, designed by Vanilla Keyboards is a 45/65% keyboard with a little persona

* Keyboard Maintainer: [vanilla](https://github.com/vanillakeyboards)
* Hardware Supported: Elite C, Spacey PCB plates and acrylic drop_in case
* Hardware Availability: https://p3dstore.com/collections/ended-group-buys/products/spacey?variant=37742593147064 and https://keeb.io/products/elite-c-low-profile-version-usb-c-pro-micro-replacement-atmega32u4
* Hardware Availability: [P3D Store](https://p3dstore.com/collections/ended-group-buys/products/spacey?variant=37742593147064)

Make example for this keyboard (after setting up your build environment):

make spacey:default
make p3d/spacey:default

Flashing example for this keyboard:

make spacey:default:flash
make p3d/spacey: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).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 @@ -9,11 +9,11 @@ Stagger PCB for Cervello!

Make example for this keyboard (after setting up your build environment):

make synapse:default
make p3d/synapse:default

Flashing example for this keyboard:

make synapse:default:flash
make p3d/synapse: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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 2 additions & 3 deletions keyboards/tw40/readme.md → keyboards/p3d/tw40/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@

Make example for this keyboard (after setting up your build environment):

make tw40:default

make p3d/tw40:default

To flash a new firmware plug in the keyboard while holding Esc (top left key) and then run the commands below.

Flashing example for this keyboard:

make tw40:default:flash
make p3d/tw40: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).
File renamed without changes.

0 comments on commit 0cad5e9

Please sign in to comment.