diff options
author | scottywei <scot.wei@gmail.com> | 2021-01-11 10:57:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-10 18:57:58 -0800 |
commit | 6edbd845ebda0b67e9d56a21977381949476930a (patch) | |
tree | 421096928a897032dbfbce426ef6fec16c225e34 /keyboards/bioi/morgan65/readme.md | |
parent | 46b3245d6628a78eefab1b09209021d9b02bcdb9 (diff) |
[Keyboard] Add BIOI Keyboards (#9602)
* Add BIOI Keyboards
Add keyboards from BIOI, including dual-mode G60, Morgan65, and S65
* Update keyboards/bioi/g60/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/bioi/g60/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/bioi/g60/g60.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/bioi/g60/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
* Rename rule.mk to rules.mk
* Rename rule.mk to rules.mk
* Rename rule.mk to rules.mk
* Update readme.md
* Apply suggestions from code review
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update ble.h
* Update config.h
Change VenderID to 8101
* Update config.h
* Update config.h
* Update ble.c
* Update ble.h
* Add license headers
* Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Add license header in keymap files
* Fix year in license header
* Update keyboards/bioi/s65/readme.md
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/bioi/morgan65/readme.md')
-rw-r--r-- | keyboards/bioi/morgan65/readme.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/bioi/morgan65/readme.md b/keyboards/bioi/morgan65/readme.md new file mode 100644 index 0000000000..0df6010f5e --- /dev/null +++ b/keyboards/bioi/morgan65/readme.md @@ -0,0 +1,15 @@ +# Morgan65 + +![Morgan65](https://img.zfrontier.com/post/20200408/lucKXngFL3Xr8hP2zoLnGNK4jH8C?imageView2/2/format/webp) + +Morgan65 is a 65% custom keyboard by DT Studio, powered by an USB/Bluetooth dual-mode PCB from Basic I/O Instruments. + +* Keyboard Maintainer: [Basic I/O Instruments (Scott Wei)](https://github.com/scottywei) +* Hardware Supported: Morgan65 PCB +* Hardware Availability: N/A + +Make example for this keyboard (after setting up your build environment): + + make bioi/morgan65: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). |