diff options
author | yulei <yuleiz@gmail.com> | 2019-11-27 23:54:02 +0800 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-11-27 07:54:02 -0800 |
commit | 265c415f5e13b32fd14f06d8af4ae2498ba9059b (patch) | |
tree | 95a9820ec26722e42db85b19a8e32ded3da3fb7a /keyboards/matrix/noah/readme.md | |
parent | 2b318ba01b6e504bfe5f300f8459afc849e104b7 (diff) |
adding noah keyboard (#7432)
* adding noah keyboard
* Update keyboards/matrix/noah/config.h
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/matrix/noah/noah.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/matrix/noah/readme.md')
-rw-r--r-- | keyboards/matrix/noah/readme.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/matrix/noah/readme.md b/keyboards/matrix/noah/readme.md new file mode 100644 index 0000000000..788fc18727 --- /dev/null +++ b/keyboards/matrix/noah/readme.md @@ -0,0 +1,19 @@ +# NOAH 65 keyboard + +![NOAH](https://raw.githubusercontent.com/yulei/qmk_webusb_tool/master/public/noah.jpg) +This was the first 65% keyboard made by the Matrix team, it had the following features: + +- per key rgb led +- 7 RGB led for caps, scroll , num lock and layer state indicator, or just play light animation effects +- ansi and iso layouts, and split spacebar supported +- pre-programmed bootloader which emulated usb stick to ease firmware updating + +Keyboard Maintainer: [astro](https://github.com/yulei) +Hardware Supported: Matrix NOAH keyboard +Hardware Availability: [NOAH Keybaord](https://geekhack.org/index.php?topic=102300.0) + +Make example for this keyboard (after setting up your build environment): + + make matrix/noah: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).
\ No newline at end of file |