Refactor: move keyboards into monokei folder (#22715)

pull/22743/head
フィルターペーパー 2023-12-24 07:48:40 +08:00 committed by GitHub
parent 9642cd9046
commit 6f16349e93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
31 changed files with 15 additions and 6 deletions

View File

@ -479,6 +479,15 @@
"minim": {
"target": "matthewdias/minim"
},
"mnk1800s": {
"target": "monokei/mnk1800s"
},
"mnk50": {
"target": "monokei/mnk50"
},
"mnk75": {
"target": "monokei/mnk75"
},
"model01": {
"target": "keyboardio/model01"
},

View File

@ -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 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).
@ -29,4 +29,4 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to
- Unplug
- Hold Escape
- Plug In
- Flash using QMK Toolbox or CLI (`make mnk1800s:<keymap>:flash`)
- Flash using QMK Toolbox or CLI (`make monokei/mnk1800s:<keymap>:flash`)

View File

@ -12,7 +12,7 @@ This is a 40% keyboard. It supports VIA.
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).
@ -29,4 +29,4 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to
- Unplug
- Hold Escape
- Plug In
- Flash using QMK Toolbox or CLI (`make mnk50:<keymap>:flash`)
- Flash using QMK Toolbox or CLI (`make monokei/mnk50:<keymap>:flash`)

View File

@ -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 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).
@ -29,4 +29,4 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to
- Unplug
- Hold Escape
- Plug In
- Flash using QMK Toolbox or CLI (`make mnk75:<keymap>:flash`)
- Flash using QMK Toolbox or CLI (`make monokei/mnk75:<keymap>:flash`)