logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 456291d04e002d0bf1884782d06cb44dc0bb83f0
parent 6510188138f74c3c2f20ff8fffd969b73923db54
Author: フィルターペーパー <76888457+filterpaper@users.noreply.github.com>
Date:   Sun, 24 Dec 2023 07:49:47 +0800

Refactor: move miniaxe into kagizaraya (#22708)

Co-authored-by: Ryan <fauxpark@gmail.com>

Diffstat:

Mdata/mappings/keyboard_aliases.hjson3+++
Rkeyboards/miniaxe/config.h -> keyboards/kagizaraya/miniaxe/config.h0
Rkeyboards/miniaxe/info.json -> keyboards/kagizaraya/miniaxe/info.json0
Rkeyboards/miniaxe/keymaps/default/keymap.c -> keyboards/kagizaraya/miniaxe/keymaps/default/keymap.c0
Rkeyboards/miniaxe/keymaps/underglow/keymap.c -> keyboards/kagizaraya/miniaxe/keymaps/underglow/keymap.c0
Rkeyboards/miniaxe/keymaps/underglow/rules.mk -> keyboards/kagizaraya/miniaxe/keymaps/underglow/rules.mk0
Akeyboards/kagizaraya/miniaxe/readme.md16++++++++++++++++
Rkeyboards/miniaxe/rules.mk -> keyboards/kagizaraya/miniaxe/rules.mk0
Dkeyboards/miniaxe/readme.md16----------------
9 files changed, 19 insertions(+), 16 deletions(-)

diff --git a/data/mappings/keyboard_aliases.hjson b/data/mappings/keyboard_aliases.hjson @@ -1074,6 +1074,9 @@ "melody96": { "target": "ymdk/melody96" }, + "miniaxe": { + "target": "kagizaraya/miniaxe" + }, "minidox/rev1": { "target": "maple_computing/minidox/rev1" }, diff --git a/keyboards/miniaxe/config.h b/keyboards/kagizaraya/miniaxe/config.h diff --git a/keyboards/miniaxe/info.json b/keyboards/kagizaraya/miniaxe/info.json diff --git a/keyboards/miniaxe/keymaps/default/keymap.c b/keyboards/kagizaraya/miniaxe/keymaps/default/keymap.c diff --git a/keyboards/miniaxe/keymaps/underglow/keymap.c b/keyboards/kagizaraya/miniaxe/keymaps/underglow/keymap.c diff --git a/keyboards/miniaxe/keymaps/underglow/rules.mk b/keyboards/kagizaraya/miniaxe/keymaps/underglow/rules.mk diff --git a/keyboards/kagizaraya/miniaxe/readme.md b/keyboards/kagizaraya/miniaxe/readme.md @@ -0,0 +1,16 @@ +MiniAxe +=== + +![MiniAxe](https://i.imgur.com/1ApzrCz.jpg) + +Yet another split ortholinear keyboard with 3x5+3 keys. + +Keyboard Maintainer: [ka2hiro](https://github.com/ka2hiro) [@ka2hiro](https://twitter.com/ka2hiro) +Hardware Supported: MiniAxe PCB, ATMEGA32U4 +Hardware Availability: [@ka2hiro](https://twitter.com/ka2hiro) + +Make example for this keyboard (after setting up your build environment): + + make kagizaraya/miniaxe: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). diff --git a/keyboards/miniaxe/rules.mk b/keyboards/kagizaraya/miniaxe/rules.mk diff --git a/keyboards/miniaxe/readme.md b/keyboards/miniaxe/readme.md @@ -1,16 +0,0 @@ -MiniAxe -=== - -![MiniAxe](https://i.imgur.com/1ApzrCz.jpg) - -Yet another split ortholinear keyboard with 3x5+3 keys. - -Keyboard Maintainer: [ka2hiro](https://github.com/ka2hiro) [@ka2hiro](https://twitter.com/ka2hiro) -Hardware Supported: MiniAxe PCB, ATMEGA32U4 -Hardware Availability: [@ka2hiro](https://twitter.com/ka2hiro) - -Make example for this keyboard (after setting up your build environment): - - make miniaxe:default:dfu - -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).