logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 6f16349e93a2a0dcb62c331e36d02381fa184c60
parent 9642cd9046490dea73f458f00b4781f49b7f54d7
Author: フィルターペーパー <76888457+filterpaper@users.noreply.github.com>
Date:   Sun, 24 Dec 2023 07:48:40 +0800

Refactor: move keyboards into monokei folder (#22715)


Diffstat:

Mdata/mappings/keyboard_aliases.hjson9+++++++++
Dkeyboards/mnk1800s/readme.md32--------------------------------
Dkeyboards/mnk50/readme.md32--------------------------------
Dkeyboards/mnk75/readme.md32--------------------------------
Rkeyboards/mnk1800s/config.h -> keyboards/monokei/mnk1800s/config.h0
Rkeyboards/mnk1800s/info.json -> keyboards/monokei/mnk1800s/info.json0
Rkeyboards/mnk1800s/keymaps/default/keymap.c -> keyboards/monokei/mnk1800s/keymaps/default/keymap.c0
Rkeyboards/mnk1800s/keymaps/default/readme.md -> keyboards/monokei/mnk1800s/keymaps/default/readme.md0
Rkeyboards/mnk1800s/keymaps/default_2u_bs/keymap.c -> keyboards/monokei/mnk1800s/keymaps/default_2u_bs/keymap.c0
Rkeyboards/mnk1800s/keymaps/via/keymap.c -> keyboards/monokei/mnk1800s/keymaps/via/keymap.c0
Rkeyboards/mnk1800s/keymaps/via/readme.md -> keyboards/monokei/mnk1800s/keymaps/via/readme.md0
Rkeyboards/mnk1800s/keymaps/via/rules.mk -> keyboards/monokei/mnk1800s/keymaps/via/rules.mk0
Rkeyboards/mnk1800s/matrix_diagram.md -> keyboards/monokei/mnk1800s/matrix_diagram.md0
Akeyboards/monokei/mnk1800s/readme.md32++++++++++++++++++++++++++++++++
Rkeyboards/mnk1800s/rules.mk -> keyboards/monokei/mnk1800s/rules.mk0
Rkeyboards/mnk50/config.h -> keyboards/monokei/mnk50/config.h0
Rkeyboards/mnk50/info.json -> keyboards/monokei/mnk50/info.json0
Rkeyboards/mnk50/keymaps/default/keymap.c -> keyboards/monokei/mnk50/keymaps/default/keymap.c0
Rkeyboards/mnk50/keymaps/default/readme.md -> keyboards/monokei/mnk50/keymaps/default/readme.md0
Rkeyboards/mnk50/keymaps/via/keymap.c -> keyboards/monokei/mnk50/keymaps/via/keymap.c0
Rkeyboards/mnk50/keymaps/via/readme.md -> keyboards/monokei/mnk50/keymaps/via/readme.md0
Rkeyboards/mnk50/keymaps/via/rules.mk -> keyboards/monokei/mnk50/keymaps/via/rules.mk0
Akeyboards/monokei/mnk50/readme.md32++++++++++++++++++++++++++++++++
Rkeyboards/mnk50/rules.mk -> keyboards/monokei/mnk50/rules.mk0
Rkeyboards/mnk75/config.h -> keyboards/monokei/mnk75/config.h0
Rkeyboards/mnk75/info.json -> keyboards/monokei/mnk75/info.json0
Rkeyboards/mnk75/keymaps/default/keymap.c -> keyboards/monokei/mnk75/keymaps/default/keymap.c0
Rkeyboards/mnk75/keymaps/default/readme.md -> keyboards/monokei/mnk75/keymaps/default/readme.md0
Rkeyboards/mnk75/keymaps/via/keymap.c -> keyboards/monokei/mnk75/keymaps/via/keymap.c0
Rkeyboards/mnk75/keymaps/via/readme.md -> keyboards/monokei/mnk75/keymaps/via/readme.md0
Rkeyboards/mnk75/keymaps/via/rules.mk -> keyboards/monokei/mnk75/keymaps/via/rules.mk0
Rkeyboards/mnk75/matrix_diagram.md -> keyboards/monokei/mnk75/matrix_diagram.md0
Akeyboards/monokei/mnk75/readme.md32++++++++++++++++++++++++++++++++
Rkeyboards/mnk75/rules.mk -> keyboards/monokei/mnk75/rules.mk0
34 files changed, 105 insertions(+), 96 deletions(-)

diff --git a/data/mappings/keyboard_aliases.hjson b/data/mappings/keyboard_aliases.hjson @@ -479,6 +479,15 @@ "minim": { "target": "matthewdias/minim" }, + "mnk1800s": { + "target": "monokei/mnk1800s" + }, + "mnk50": { + "target": "monokei/mnk50" + }, + "mnk75": { + "target": "monokei/mnk75" + }, "model01": { "target": "keyboardio/model01" }, diff --git a/keyboards/mnk1800s/readme.md b/keyboards/mnk1800s/readme.md @@ -1,32 +0,0 @@ -# MNK1800s - -This is a southpaw 65% keyboard. It supports VIA. - -* Keyboard Maintainer: [Yiancar](http://yiancar-designs.com/) and on [GitHub](https://github.com/yiancar) -* Hardware Supported: A TKL keyboard with STM32F072CB -* Hardware Availability: https://www.monokei.co - -## Instructions - -### Build - -Make example for this keyboard (after setting up your build environment): - - make 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). - -### Reset - -- Unplug -- Hold Escape -- Plug In -- Unplug -- Release Escape - -### Flash - -- Unplug -- Hold Escape -- Plug In -- Flash using QMK Toolbox or CLI (`make mnk1800s:<keymap>:flash`) diff --git a/keyboards/mnk50/readme.md b/keyboards/mnk50/readme.md @@ -1,32 +0,0 @@ -# MNK40 - -This is a 40% keyboard. It supports VIA. - -* Keyboard Maintainer: [Yiancar](http://yiancar-designs.com/) and on [GitHub](https://github.com/yiancar) -* Hardware Supported: A 40% keyboard with STM32F072CB -* Hardware Availability: https://www.monokei.co - -## Instructions - -### Build - -Make example for this keyboard (after setting up your build environment): - - make 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). - -### Reset - -- Unplug -- Hold Escape -- Plug In -- Unplug -- Release Escape - -### Flash - -- Unplug -- Hold Escape -- Plug In -- Flash using QMK Toolbox or CLI (`make mnk50:<keymap>:flash`) diff --git a/keyboards/mnk75/readme.md b/keyboards/mnk75/readme.md @@ -1,32 +0,0 @@ -# MNK75 - -This is a 75% layout PCB. It supports VIA. - -* Keyboard Maintainer: [Yiancar](http://yiancar-designs.com/) and on [GitHub](https://github.com/yiancar) -* Hardware Supported: A 75% keyboard with STM32F072CB -* Hardware Availability: https://monokei.co/ - -## Instructions - -### Build - -Make example for this keyboard (after setting up your build environment): - - make 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). - -### Reset - -- Unplug -- Hold Escape -- Plug In -- Unplug -- Release Escape - -### Flash - -- Unplug -- Hold Escape -- Plug In -- Flash using QMK Toolbox or CLI (`make mnk75:<keymap>:flash`) diff --git a/keyboards/mnk1800s/config.h b/keyboards/monokei/mnk1800s/config.h diff --git a/keyboards/mnk1800s/info.json b/keyboards/monokei/mnk1800s/info.json diff --git a/keyboards/mnk1800s/keymaps/default/keymap.c b/keyboards/monokei/mnk1800s/keymaps/default/keymap.c diff --git a/keyboards/mnk1800s/keymaps/default/readme.md b/keyboards/monokei/mnk1800s/keymaps/default/readme.md diff --git a/keyboards/mnk1800s/keymaps/default_2u_bs/keymap.c b/keyboards/monokei/mnk1800s/keymaps/default_2u_bs/keymap.c diff --git a/keyboards/mnk1800s/keymaps/via/keymap.c b/keyboards/monokei/mnk1800s/keymaps/via/keymap.c diff --git a/keyboards/mnk1800s/keymaps/via/readme.md b/keyboards/monokei/mnk1800s/keymaps/via/readme.md diff --git a/keyboards/mnk1800s/keymaps/via/rules.mk b/keyboards/monokei/mnk1800s/keymaps/via/rules.mk diff --git a/keyboards/mnk1800s/matrix_diagram.md b/keyboards/monokei/mnk1800s/matrix_diagram.md diff --git a/keyboards/monokei/mnk1800s/readme.md b/keyboards/monokei/mnk1800s/readme.md @@ -0,0 +1,32 @@ +# MNK1800s + +This is a southpaw 65% keyboard. It supports VIA. + +* Keyboard Maintainer: [Yiancar](http://yiancar-designs.com/) and on [GitHub](https://github.com/yiancar) +* Hardware Supported: A TKL keyboard with STM32F072CB +* Hardware Availability: https://www.monokei.co + +## Instructions + +### Build + +Make example for this keyboard (after setting up your build environment): + + 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). + +### Reset + +- Unplug +- Hold Escape +- Plug In +- Unplug +- Release Escape + +### Flash + +- Unplug +- Hold Escape +- Plug In +- Flash using QMK Toolbox or CLI (`make monokei/mnk1800s:<keymap>:flash`) diff --git a/keyboards/mnk1800s/rules.mk b/keyboards/monokei/mnk1800s/rules.mk diff --git a/keyboards/mnk50/config.h b/keyboards/monokei/mnk50/config.h diff --git a/keyboards/mnk50/info.json b/keyboards/monokei/mnk50/info.json diff --git a/keyboards/mnk50/keymaps/default/keymap.c b/keyboards/monokei/mnk50/keymaps/default/keymap.c diff --git a/keyboards/mnk50/keymaps/default/readme.md b/keyboards/monokei/mnk50/keymaps/default/readme.md diff --git a/keyboards/mnk50/keymaps/via/keymap.c b/keyboards/monokei/mnk50/keymaps/via/keymap.c diff --git a/keyboards/mnk50/keymaps/via/readme.md b/keyboards/monokei/mnk50/keymaps/via/readme.md diff --git a/keyboards/mnk50/keymaps/via/rules.mk b/keyboards/monokei/mnk50/keymaps/via/rules.mk diff --git a/keyboards/monokei/mnk50/readme.md b/keyboards/monokei/mnk50/readme.md @@ -0,0 +1,32 @@ +# MNK40 + +This is a 40% keyboard. It supports VIA. + +* Keyboard Maintainer: [Yiancar](http://yiancar-designs.com/) and on [GitHub](https://github.com/yiancar) +* Hardware Supported: A 40% keyboard with STM32F072CB +* Hardware Availability: https://www.monokei.co + +## Instructions + +### Build + +Make example for this keyboard (after setting up your build environment): + + 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). + +### Reset + +- Unplug +- Hold Escape +- Plug In +- Unplug +- Release Escape + +### Flash + +- Unplug +- Hold Escape +- Plug In +- Flash using QMK Toolbox or CLI (`make monokei/mnk50:<keymap>:flash`) diff --git a/keyboards/mnk50/rules.mk b/keyboards/monokei/mnk50/rules.mk diff --git a/keyboards/mnk75/config.h b/keyboards/monokei/mnk75/config.h diff --git a/keyboards/mnk75/info.json b/keyboards/monokei/mnk75/info.json diff --git a/keyboards/mnk75/keymaps/default/keymap.c b/keyboards/monokei/mnk75/keymaps/default/keymap.c diff --git a/keyboards/mnk75/keymaps/default/readme.md b/keyboards/monokei/mnk75/keymaps/default/readme.md diff --git a/keyboards/mnk75/keymaps/via/keymap.c b/keyboards/monokei/mnk75/keymaps/via/keymap.c diff --git a/keyboards/mnk75/keymaps/via/readme.md b/keyboards/monokei/mnk75/keymaps/via/readme.md diff --git a/keyboards/mnk75/keymaps/via/rules.mk b/keyboards/monokei/mnk75/keymaps/via/rules.mk diff --git a/keyboards/mnk75/matrix_diagram.md b/keyboards/monokei/mnk75/matrix_diagram.md diff --git a/keyboards/monokei/mnk75/readme.md b/keyboards/monokei/mnk75/readme.md @@ -0,0 +1,32 @@ +# MNK75 + +This is a 75% layout PCB. It supports VIA. + +* Keyboard Maintainer: [Yiancar](http://yiancar-designs.com/) and on [GitHub](https://github.com/yiancar) +* Hardware Supported: A 75% keyboard with STM32F072CB +* Hardware Availability: https://monokei.co/ + +## Instructions + +### Build + +Make example for this keyboard (after setting up your build environment): + + 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). + +### Reset + +- Unplug +- Hold Escape +- Plug In +- Unplug +- Release Escape + +### Flash + +- Unplug +- Hold Escape +- Plug In +- Flash using QMK Toolbox or CLI (`make monokei/mnk75:<keymap>:flash`) diff --git a/keyboards/mnk75/rules.mk b/keyboards/monokei/mnk75/rules.mk