Refactor: move keyboards into monokei folder (#22715)
This commit is contained in:
parent
9642cd9046
commit
6f16349e93
31 changed files with 15 additions and 6 deletions
|
@ -479,6 +479,15 @@
|
||||||
"minim": {
|
"minim": {
|
||||||
"target": "matthewdias/minim"
|
"target": "matthewdias/minim"
|
||||||
},
|
},
|
||||||
|
"mnk1800s": {
|
||||||
|
"target": "monokei/mnk1800s"
|
||||||
|
},
|
||||||
|
"mnk50": {
|
||||||
|
"target": "monokei/mnk50"
|
||||||
|
},
|
||||||
|
"mnk75": {
|
||||||
|
"target": "monokei/mnk75"
|
||||||
|
},
|
||||||
"model01": {
|
"model01": {
|
||||||
"target": "keyboardio/model01"
|
"target": "keyboardio/model01"
|
||||||
},
|
},
|
||||||
|
|
|
@ -12,7 +12,7 @@ This is a southpaw 65% keyboard. It supports VIA.
|
||||||
|
|
||||||
Make example for this keyboard (after setting up your build environment):
|
Make example for this keyboard (after setting up your build environment):
|
||||||
|
|
||||||
make mnk1800s:default
|
make monokei/mnk1800s: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).
|
||||||
|
|
||||||
|
@ -29,4 +29,4 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to
|
||||||
- Unplug
|
- Unplug
|
||||||
- Hold Escape
|
- Hold Escape
|
||||||
- Plug In
|
- Plug In
|
||||||
- Flash using QMK Toolbox or CLI (`make mnk1800s:<keymap>:flash`)
|
- Flash using QMK Toolbox or CLI (`make monokei/mnk1800s:<keymap>:flash`)
|
|
@ -12,7 +12,7 @@ This is a 40% keyboard. It supports VIA.
|
||||||
|
|
||||||
Make example for this keyboard (after setting up your build environment):
|
Make example for this keyboard (after setting up your build environment):
|
||||||
|
|
||||||
make mnk50:default
|
make monokei/mnk50: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).
|
||||||
|
|
||||||
|
@ -29,4 +29,4 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to
|
||||||
- Unplug
|
- Unplug
|
||||||
- Hold Escape
|
- Hold Escape
|
||||||
- Plug In
|
- Plug In
|
||||||
- Flash using QMK Toolbox or CLI (`make mnk50:<keymap>:flash`)
|
- Flash using QMK Toolbox or CLI (`make monokei/mnk50:<keymap>:flash`)
|
|
@ -12,7 +12,7 @@ This is a 75% layout PCB. It supports VIA.
|
||||||
|
|
||||||
Make example for this keyboard (after setting up your build environment):
|
Make example for this keyboard (after setting up your build environment):
|
||||||
|
|
||||||
make mnk75:default
|
make monokei/mnk75: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).
|
||||||
|
|
||||||
|
@ -29,4 +29,4 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to
|
||||||
- Unplug
|
- Unplug
|
||||||
- Hold Escape
|
- Hold Escape
|
||||||
- Plug In
|
- Plug In
|
||||||
- Flash using QMK Toolbox or CLI (`make mnk75:<keymap>:flash`)
|
- Flash using QMK Toolbox or CLI (`make monokei/mnk75:<keymap>:flash`)
|
Loading…
Reference in a new issue