logo

qmk_firmware

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

Refactor: move keyboards into kezewa (#22712)


Diffstat:

Mdata/mappings/keyboard_aliases.hjson6++++++
Dkeyboards/enter67/readme.md27---------------------------
Dkeyboards/enter80/readme.md26--------------------------
Rkeyboards/enter67/info.json -> keyboards/kezewa/enter67/info.json0
Rkeyboards/enter67/keymaps/default/keymap.c -> keyboards/kezewa/enter67/keymaps/default/keymap.c0
Rkeyboards/enter67/keymaps/via/keymap.c -> keyboards/kezewa/enter67/keymaps/via/keymap.c0
Rkeyboards/enter67/keymaps/via/rules.mk -> keyboards/kezewa/enter67/keymaps/via/rules.mk0
Akeyboards/kezewa/enter67/readme.md27+++++++++++++++++++++++++++
Rkeyboards/enter67/rules.mk -> keyboards/kezewa/enter67/rules.mk0
Rkeyboards/enter80/info.json -> keyboards/kezewa/enter80/info.json0
Rkeyboards/enter80/keymaps/default/keymap.c -> keyboards/kezewa/enter80/keymaps/default/keymap.c0
Rkeyboards/enter80/keymaps/via/keymap.c -> keyboards/kezewa/enter80/keymaps/via/keymap.c0
Rkeyboards/enter80/keymaps/via/rules.mk -> keyboards/kezewa/enter80/keymaps/via/rules.mk0
Rkeyboards/enter80/matrix_diagram.md -> keyboards/kezewa/enter80/matrix_diagram.md0
Akeyboards/kezewa/enter80/readme.md27+++++++++++++++++++++++++++
Rkeyboards/enter80/rules.mk -> keyboards/kezewa/enter80/rules.mk0
16 files changed, 60 insertions(+), 53 deletions(-)

diff --git a/data/mappings/keyboard_aliases.hjson b/data/mappings/keyboard_aliases.hjson @@ -807,6 +807,12 @@ "eggman": { "target": "qpockets/eggman" }, + "enter67": { + "target": "kezewa/enter67" + }, + "enter80": { + "target": "kezewa/enter80" + }, "ergo42": { "target": "biacco42/ergo42" }, diff --git a/keyboards/enter67/readme.md b/keyboards/enter67/readme.md @@ -1,26 +0,0 @@ -# ENTER67 - PCB - -![enter67](https://imgur.com/igF8Lurh.jpg) - -67 layout PCB, with option for stepped Caps Lock - -* Keyboard Maintainer: https://github.com/LXF-YZP -* Hardware Supported: enter67 PCB - -Make example for this keyboard (after setting up your build environment): - - make enter67:default - -Flashing example for this keyboard: - - make 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). - -## Bootloader - -Enter the bootloader in 3 ways: - -* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard -* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead -* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available -\ No newline at end of file diff --git a/keyboards/enter80/readme.md b/keyboards/enter80/readme.md @@ -1,26 +0,0 @@ -# ENTER80 - PCB - -![enter80](https://i.imgur.com/rH9m5Ysh.jpg) - -80 layout PCB, With caps lock light - -* Keyboard Maintainer: https://github.com/LXF-YZP -* Hardware Supported: enter80 PCB - -Make example for this keyboard (after setting up your build environment): - - make enter80:default - -Flashing example for this keyboard: - - make enter80: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). - -## Bootloader - -Enter the bootloader in 3 ways: - -* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard -* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead -* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available diff --git a/keyboards/enter67/info.json b/keyboards/kezewa/enter67/info.json diff --git a/keyboards/enter67/keymaps/default/keymap.c b/keyboards/kezewa/enter67/keymaps/default/keymap.c diff --git a/keyboards/enter67/keymaps/via/keymap.c b/keyboards/kezewa/enter67/keymaps/via/keymap.c diff --git a/keyboards/enter67/keymaps/via/rules.mk b/keyboards/kezewa/enter67/keymaps/via/rules.mk diff --git a/keyboards/kezewa/enter67/readme.md b/keyboards/kezewa/enter67/readme.md @@ -0,0 +1,27 @@ +# ENTER67 - PCB + +![enter67](https://imgur.com/igF8Lurh.jpg) + +67 layout PCB, with option for stepped Caps Lock + +* Keyboard Maintainer: https://github.com/LXF-YZP +* Hardware Supported: enter67 PCB +* Hardware Availability: [Kezewa](https://kezewa.com/) + +Make example for this keyboard (after setting up your build environment): + + make kezewa/enter67:default + +Flashing example for this keyboard: + + 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). + +## Bootloader + +Enter the bootloader in 3 ways: + +* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard +* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead +* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available diff --git a/keyboards/enter67/rules.mk b/keyboards/kezewa/enter67/rules.mk diff --git a/keyboards/enter80/info.json b/keyboards/kezewa/enter80/info.json diff --git a/keyboards/enter80/keymaps/default/keymap.c b/keyboards/kezewa/enter80/keymaps/default/keymap.c diff --git a/keyboards/enter80/keymaps/via/keymap.c b/keyboards/kezewa/enter80/keymaps/via/keymap.c diff --git a/keyboards/enter80/keymaps/via/rules.mk b/keyboards/kezewa/enter80/keymaps/via/rules.mk diff --git a/keyboards/enter80/matrix_diagram.md b/keyboards/kezewa/enter80/matrix_diagram.md diff --git a/keyboards/kezewa/enter80/readme.md b/keyboards/kezewa/enter80/readme.md @@ -0,0 +1,27 @@ +# ENTER80 - PCB + +![enter80](https://i.imgur.com/rH9m5Ysh.jpg) + +80 layout PCB, With caps lock light + +* Keyboard Maintainer: https://github.com/LXF-YZP +* Hardware Supported: enter80 PCB +* Hardware Availability: [Kezewa](https://kezewa.com/) + +Make example for this keyboard (after setting up your build environment): + + make enter80:default + +Flashing example for this keyboard: + + make enter80: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). + +## Bootloader + +Enter the bootloader in 3 ways: + +* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard +* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead +* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available diff --git a/keyboards/enter80/rules.mk b/keyboards/kezewa/enter80/rules.mk