Refactor: move keyboards into kezewa (#22712)
This commit is contained in:
parent
0b410ffd77
commit
77688ac706
14 changed files with 11 additions and 3 deletions
|
@ -807,6 +807,12 @@
|
||||||
"eggman": {
|
"eggman": {
|
||||||
"target": "qpockets/eggman"
|
"target": "qpockets/eggman"
|
||||||
},
|
},
|
||||||
|
"enter67": {
|
||||||
|
"target": "kezewa/enter67"
|
||||||
|
},
|
||||||
|
"enter80": {
|
||||||
|
"target": "kezewa/enter80"
|
||||||
|
},
|
||||||
"ergo42": {
|
"ergo42": {
|
||||||
"target": "biacco42/ergo42"
|
"target": "biacco42/ergo42"
|
||||||
},
|
},
|
||||||
|
|
|
@ -6,14 +6,15 @@
|
||||||
|
|
||||||
* Keyboard Maintainer: https://github.com/LXF-YZP
|
* Keyboard Maintainer: https://github.com/LXF-YZP
|
||||||
* Hardware Supported: enter67 PCB
|
* Hardware Supported: enter67 PCB
|
||||||
|
* Hardware Availability: [Kezewa](https://kezewa.com/)
|
||||||
|
|
||||||
Make example for this keyboard (after setting up your build environment):
|
Make example for this keyboard (after setting up your build environment):
|
||||||
|
|
||||||
make enter67:default
|
make kezewa/enter67:default
|
||||||
|
|
||||||
Flashing example for this keyboard:
|
Flashing example for this keyboard:
|
||||||
|
|
||||||
make enter67:default:flash
|
make kezewa/enter67: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).
|
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).
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
* Keyboard Maintainer: https://github.com/LXF-YZP
|
* Keyboard Maintainer: https://github.com/LXF-YZP
|
||||||
* Hardware Supported: enter80 PCB
|
* Hardware Supported: enter80 PCB
|
||||||
|
* Hardware Availability: [Kezewa](https://kezewa.com/)
|
||||||
|
|
||||||
Make example for this keyboard (after setting up your build environment):
|
Make example for this keyboard (after setting up your build environment):
|
||||||
|
|
Loading…
Reference in a new issue