diff options
author | zk-phi <zk-phi@users.noreply.github.com> | 2019-03-11 13:49:08 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-03-10 21:49:08 -0700 |
commit | 5e093ad224fad5497f4f5360c8e430ea267ecac5 (patch) | |
tree | cb2aa127c5d57860e5444833f1c6a7ae2784cb0e /keyboards/hifumi/readme.md | |
parent | 0f67232035bc7d9129ab0b91edd3316841ef8cf2 (diff) | |
download | qmk_firmware-5e093ad224fad5497f4f5360c8e430ea267ecac5.tar.gz |
[Keyboard] Add keyboard hifumi (#5341)
* Add keyboard hifumi
* Update keyboards/hifumi/Readme.md
Co-Authored-By: zk-phi <zk-phi@users.noreply.github.com>
* Update keyboards/hifumi/Readme.md
Co-Authored-By: zk-phi <zk-phi@users.noreply.github.com>
* Update keyboards/hifumi/Readme.md
Co-Authored-By: zk-phi <zk-phi@users.noreply.github.com>
* Update keyboards/hifumi/keymaps/default/keymap.c
Co-Authored-By: zk-phi <zk-phi@users.noreply.github.com>
* Update keyboards/hifumi/keymaps/test/keymap.c
Co-Authored-By: zk-phi <zk-phi@users.noreply.github.com>
* Update keyboards/hifumi/Readme.md
Co-Authored-By: zk-phi <zk-phi@users.noreply.github.com>
* Add DIODE_DIRECTION
* Rename readme.md
Diffstat (limited to 'keyboards/hifumi/readme.md')
-rw-r--r-- | keyboards/hifumi/readme.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/hifumi/readme.md b/keyboards/hifumi/readme.md new file mode 100644 index 000000000..2911c1244 --- /dev/null +++ b/keyboards/hifumi/readme.md @@ -0,0 +1,13 @@ +# hifumi + +A macro pad with 6 keys. + +Keyboard Maintainer: riconken, [zk-phi](https://github.com/zk-phi) +Hardware Supported: hifumi PCB, Pro Micro +Hardware Availability: [PCB & Case Data](https://github.com/zk-phi/1x2x3-keyboard) + +Make example for this keyboard (after setting up your build environment): + + make hifumi: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). |