forked from forks/qmk_firmware
bfbcfbc83e
* add miniMACRO5 add all nessecary files for the miniMACRO5 I have rewritten the readme, and changed the keymaps to be more simple. I have tested compiling, and everything works perfectly. * update miniMACRO5 readme add the make example into the readme file * Update keyboards/minimacro5/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/minimacro5/keymaps/default/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/minimacro5/keymaps/media/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/minimacro5/keymaps/media/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/minimacro5/minimacro5.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/minimacro5/info.json Co-authored-by: Ryan <fauxpark@gmail.com> * Apply suggestions from code review applied all suggestions. Co-authored-by: Ryan <fauxpark@gmail.com> * drashna suggestions - enum rather than define committed enum update by drashna Co-authored-by: Drashna Jaelre <drashna@live.com> * update keymap.c incorrect brackets Co-authored-by: dezli <m@dez.li> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
16 lines
812 B
Markdown
16 lines
812 B
Markdown
# miniMACRO5
|
|
|
|
A 5 key Macropad based on Arduino Pro Micro with support for a combination of rotary encoders and mechanical switches.
|
|
|
|
![](https://i.imgur.com/lxA8DSCl.jpg)
|
|
|
|
* Keyboard Maintainer: [LeafCutterLabs](https://github.com/LeafCutterLabs)
|
|
* Hardware Supported: Pro Micro 5V/16MHz and compatible.
|
|
* Hardware availability: PCB Files are available [here](https://github.com/LeafCutterLabs/miniMACRO5), which you can get produced.
|
|
|
|
Make example for this keyboard (after setting up your build environment):
|
|
|
|
make minimacro5: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).
|