aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSpaceman <rionlion100@gmail.com>2019-10-29 18:43:01 -0400
committerfauxpark <fauxpark@gmail.com>2019-10-30 09:43:01 +1100
commit908aede957a66e65d37601fa67548c369137b57b (patch)
tree3389b697cf8af2b605bf3e42cb02d893b7cb402e /docs
parentcb3b5563e402dc1c14d8f34f731b17bdd956ea82 (diff)
downloadqmk_firmware-908aede957a66e65d37601fa67548c369137b57b.tar.gz
qmk_firmware-908aede957a66e65d37601fa67548c369137b57b.zip
Update feature_bluetooth.md (#7193)
* Update feature_bluetooth.md * Update feature_bluetooth.md * Update docs/feature_bluetooth.md Co-Authored-By: Joel Challis <git@zvecr.com> * Update docs/feature_bluetooth.md Co-Authored-By: fauxpark <fauxpark@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_bluetooth.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/feature_bluetooth.md b/docs/feature_bluetooth.md
index 3ffbfa068..6cd5c3c6c 100644
--- a/docs/feature_bluetooth.md
+++ b/docs/feature_bluetooth.md
@@ -2,18 +2,18 @@
2 2
3## Bluetooth Known Supported Hardware 3## Bluetooth Known Supported Hardware
4 4
5Currently Bluetooth support is limited to AVR based chips. For Bluetooth 2.1 Qmk has support for RN-42 HID Firmware and Bluefruit EZ Key the later of which is not produced anymore. For more recent BLE protocols currently only the Adafruit Bluefruit SPI friend is directly supported. BLE is needed to connect to iOS devices. Note iOS does not support Mouse Input. 5Currently Bluetooth support is limited to AVR based chips. For Bluetooth 2.1, QMK has support for RN-42 modules and the Bluefruit EZ-Key, the latter of which is not produced anymore. For more recent BLE protocols, currently only the Adafruit Bluefruit SPI Friend is directly supported. BLE is needed to connect to iOS devices. Note iOS does not support mouse input.
6 6
7|Board |Bluetooth Protocol |Connection Type |Rules.mk |Bluetooth Chip| 7|Board |Bluetooth Protocol |Connection Type |rules.mk |Bluetooth Chip|
8|----------------------------------------------------------------|----------------------------|----------------|---------------------------|--------------| 8|----------------------------------------------------------------|----------------------------|----------------|---------------------------|--------------|
9|[Adafruit EzKey HID]("https://www.adafruit.com/product/1535") |Bluetooth Classic | UART | BLUETOOTH = AdafruitEZKey | | 9|[Adafruit EZ-Key HID](https://www.adafruit.com/product/1535) |Bluetooth Classic | UART |`BLUETOOTH = AdafruitEZKey` | |
10|Rover Networks RN-42 (Sparkfun Bluesmirf) |Bluetooth Classic | UART | BLUETOOTH = RN42 | RN-42 | 10|Roving Networks RN-42 (Sparkfun Bluesmirf) |Bluetooth Classic | UART |`BLUETOOTH = RN42` | RN-42 |
11|[Bluefruit LE SPI Friend](https://www.adafruit.com/product/2633)|Bluetooth Low Energy | SPI | BLUETOOTH = AdafruitBLE | nRF5182 | 11|[Bluefruit LE SPI Friend](https://www.adafruit.com/product/2633)|Bluetooth Low Energy | SPI |`BLUETOOTH = AdafruitBLE` | nRF51822 |
12 12
13Not Supported Yet but possible: 13Not Supported Yet but possible:
14* [Bluefruit LE UART Friend](https://www.adafruit.com/product/2479). [Possible tmk implementation found in](https://github.com/tmk/tmk_keyboard/issues/514) 14* [Bluefruit LE UART Friend](https://www.adafruit.com/product/2479). [Possible tmk implementation found in](https://github.com/tmk/tmk_keyboard/issues/514)
15* HC-05 boards flashed with RN-42 firmware. They apparently both use the CSR BC417 Chip. Flashing it with RN-42 firmware gives it HID capability. 15* HC-05 boards flashed with RN-42 firmware. They apparently both use the CSR BC417 Chip. Flashing it with RN-42 firmware gives it HID capability.
16* [Sparkfun Bluetooth mate](https://www.sparkfun.com/products/14839) 16* Sparkfun Bluetooth Mate
17* HM-13 based boards 17* HM-13 based boards
18 18
19### Adafruit BLE SPI Friend 19### Adafruit BLE SPI Friend