diff options
author | Joshua Rubin <joshuarubin@users.noreply.github.com> | 2020-07-11 12:50:57 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-11 11:50:57 -0700 |
commit | 78f0b5fb02c2419b2a4dd508c423701a48f43e01 (patch) | |
tree | fd87fb5c1816af9eca8b8f7c72bcddb5455e696e /keyboards/bioi/g60ble/readme.md | |
parent | 64603ab647c07f3b7574e59ebbd2f92457588152 (diff) | |
download | qmk_firmware-78f0b5fb02c2419b2a4dd508c423701a48f43e01.tar.gz qmk_firmware-78f0b5fb02c2419b2a4dd508c423701a48f43e01.zip |
[Keyboard] Add g60ble (#8952)
* add g60ble
Signed-off-by: Joshua Rubin <mejawa.dev>
* fixes from review
Signed-off-by: Joshua Rubin <mejawa.dev>
* bioi/g60ble better comments in rules.mk
* bioi/g60ble better comments in rules.mk part 2
* Update keyboards/bioi/g60ble/readme.md
* Update keyboards/bioi/g60ble/rules.mk
* Update keyboards/bioi/g60ble/rules.mk
Diffstat (limited to 'keyboards/bioi/g60ble/readme.md')
-rw-r--r-- | keyboards/bioi/g60ble/readme.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/bioi/g60ble/readme.md b/keyboards/bioi/g60ble/readme.md new file mode 100644 index 0000000000..f42d90164e --- /dev/null +++ b/keyboards/bioi/g60ble/readme.md @@ -0,0 +1,15 @@ +# BIOI G60 BLE + +![BIOI G60 BLE](https://i.imgur.com/7Mf8L3al.png) + +A 60% keyboard with Bluetooth LE support + +* Keyboard Maintainer: [Joshua Rubin](https://github.com/joshuarubin) +* Hardware Supported: R2 both default and hotswap versions +* Hardware Availability: https://play-keyboard.store/ + +Make example for this keyboard (after setting up your build environment): + + make bioi/g60ble: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). |