logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 489151d7a0c782670df30d62409ba5ef4ca11c8c
parent da6a05bfea2e057a70e92462ff11f2ddf38449a3
Author: フィルターペーパー <76888457+filterpaper@users.noreply.github.com>
Date:   Wed, 27 Dec 2023 12:26:48 +0800

Refactor: move macro3 into handwired folder (#22759)


Diffstat:

Rkeyboards/macro3/info.json -> keyboards/handwired/macro3/info.json0
Rkeyboards/macro3/keymaps/default/keymap.c -> keyboards/handwired/macro3/keymaps/default/keymap.c0
Rkeyboards/macro3/keymaps/default/rules.mk -> keyboards/handwired/macro3/keymaps/default/rules.mk0
Rkeyboards/macro3/macro3.c -> keyboards/handwired/macro3/macro3.c0
Akeyboards/handwired/macro3/readme.md26++++++++++++++++++++++++++
Rkeyboards/macro3/rules.mk -> keyboards/handwired/macro3/rules.mk0
Dkeyboards/macro3/readme.md26--------------------------
7 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/keyboards/macro3/info.json b/keyboards/handwired/macro3/info.json diff --git a/keyboards/macro3/keymaps/default/keymap.c b/keyboards/handwired/macro3/keymaps/default/keymap.c diff --git a/keyboards/macro3/keymaps/default/rules.mk b/keyboards/handwired/macro3/keymaps/default/rules.mk diff --git a/keyboards/macro3/macro3.c b/keyboards/handwired/macro3/macro3.c diff --git a/keyboards/handwired/macro3/readme.md b/keyboards/handwired/macro3/readme.md @@ -0,0 +1,26 @@ +# Macro3 + +![Macro3](https://github.com/filterpaper/filterpaper.github.io/raw/main/images/macro3.png) + +Macro3 is a low-profile macro pad with dual encoder support designed by [@davidphilipbarr](https://github.com/davidphilipbarr). + +## Keyboard Info + +* Keyboard Maintainer: [filterpaper](https://github.com/filterpaper) +* Hardware Supported: Macro3 +* Hardware Availability: [Open-source](https://github.com/davidphilipbarr/Macropads/tree/main/macro3) + +Make example for this keyboard (after setting up your build environment): + + make handwired/macro3: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). + +## Bootloader + +Enter the bootloader in 3 ways: + +* **Bootmagic reset**: Hold down the top right key and plug in the controller. +* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is configured. +* **Physical reset pins**: Briefly short the RST and GND pins on the microcontroller using tweezers, a paperclip, or any other conductive material. + diff --git a/keyboards/macro3/rules.mk b/keyboards/handwired/macro3/rules.mk diff --git a/keyboards/macro3/readme.md b/keyboards/macro3/readme.md @@ -1,26 +0,0 @@ -# Macro3 - -![Macro3](https://github.com/filterpaper/filterpaper.github.io/raw/main/images/macro3.png) - -Macro3 is a low-profile macro pad with dual encoder support designed by [@davidphilipbarr](https://github.com/davidphilipbarr). - -## Keyboard Info - -* Keyboard Maintainer: [filterpaper](https://github.com/filterpaper), [davidphilipbarr](https://github.com/davidphilipbarr) -* Hardware Supported: [Macro3](https://github.com/davidphilipbarr/Macropads/tree/main/macro3) -* Hardware Availability: order PCBs with gerber file from the repository - -Make example for this keyboard (after setting up your build environment): - - make macro3: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). - -## Bootloader - -Enter the bootloader in 3 ways: - -* **Bootmagic reset**: Hold down the top right key and plug in the controller. -* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is configured. -* **Physical reset pins**: Briefly short the RST and GND pins on the microcontroller using tweezers, a paperclip, or any other conductive material. -