diff options
author | kakunpc <15257475+kakunpc@users.noreply.github.com> | 2019-06-26 16:39:14 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-06-26 00:39:14 -0700 |
commit | be2c346edf76a049d9aa4be80ffda125eb04a6ba (patch) | |
tree | 5fc47ba732251ac24cac35c6a24031123bc528a2 /keyboards/suihankey/readme.md | |
parent | 4be1dfcee48daeb77e966b08ad9ca51e02253acf (diff) | |
download | qmk_firmware-be2c346edf76a049d9aa4be80ffda125eb04a6ba.tar.gz |
[Keyboard] Add keyboard "suihankey" (#6184)
* new keyboard suihankey
* set split keyboard
* set default keymap
* fix keymap
* update default rules.mk
* I erased what I didn't need.
* Fix default keymap
* fix config
* add keyboard image url
* Update readme.md
* update README.md
* add info.json
* Update keyboards/suihankey/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* remove default RGBLIGHT on
Diffstat (limited to 'keyboards/suihankey/readme.md')
-rw-r--r-- | keyboards/suihankey/readme.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/suihankey/readme.md b/keyboards/suihankey/readme.md new file mode 100644 index 000000000..29d82323d --- /dev/null +++ b/keyboards/suihankey/readme.md @@ -0,0 +1,18 @@ +# suihankey + +![suihankey](https://i.gyazo.com/f798c5967f2ac457dd520ab8ff83b6ac.jpg) + +Compact with only 36 keys is a concept keyboard. +Supports OLED and RGBLED (optional) + + + +Keyboard Maintainer: [kakunpc](https://github.com/kakunpc) +Hardware Supported: suihankeyboard_alpha, promicro +Hardware Availability: booth([@kakunpc](https://kakunpc.booth.pm/)) + +Make example for this keyboard (after setting up your build environment): + + make suihankey: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). |