diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-09 15:50:46 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-09 15:50:46 -0400 |
commit | 1ba66e7dbe027bc98dae16d059345ac6f661418d (patch) | |
tree | 1a4e8652735da2abfa9704e757f1899996a1b2ce /docs | |
parent | 297e457dd523b179ba4b4aeb55995dac0f9df55f (diff) |
Nix Bluetooth in favor of BLE for now.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/blog/2020-05-24-wip.md | 2 | ||||
-rw-r--r-- | docs/docs/hardware.md | 2 | ||||
-rw-r--r-- | docs/docs/intro.md | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/blog/2020-05-24-wip.md b/docs/blog/2020-05-24-wip.md index bd330c6..2ec2956 100644 --- a/docs/blog/2020-05-24-wip.md +++ b/docs/blog/2020-05-24-wip.md @@ -5,7 +5,7 @@ author: Pete Johanson author_title: Project Creator author_url: https://gitlab.com/petejohanson author_image_url: https://www.gravatar.com/avatar/2001ceff7e9dc753cf96fcb2e6f41110 -tags: [keyboards, firmeware, oss, bluetooth] +tags: [keyboards, firmeware, oss, ble] --- This blog is a work-in-progress as I work on basic docs + blog on this nascent keyboard firmware. diff --git a/docs/docs/hardware.md b/docs/docs/hardware.md index 029b164..9bd037c 100644 --- a/docs/docs/hardware.md +++ b/docs/docs/hardware.md @@ -10,4 +10,4 @@ ZMK Firmware is still _completely_ untested on real KB hardware. It is pre-pre-p ::: -Current development of ZMK is focused on ARM, in particular stm32, MCUs, including the stm32wb for bluetooth support. +Current development of ZMK is focused on ARM, in particular stm32, MCUs, including the stm32wb for BLE support. diff --git a/docs/docs/intro.md b/docs/docs/intro.md index 3b6b87c..82def2f 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -8,7 +8,7 @@ ZMK Firmware is an open source (MIT) keyboard firmware built on the [Zephyr Project](https://zephyrproject.com/) RTOS. The goal is to provider a powerful, featureful keyboard firmware that is free -of licensing issues that prevent upstream bluetooth support as a first-class +of licensing issues that prevent upstream BLE support as a first-class feature. ## Features @@ -16,7 +16,7 @@ feature. At this point, ZMK is _missing_ more features than it has. Currently, the mostly working bits include: -- HID Over GATT (HOG) - This is the official term for Bluetooth Low Energy HID devices. +- HID Over GATT (HOG) - This is the official term for BLE HID devices. - Keymaps and layers with basic keycodes. - Some initial work on one "action", Mod-Tap. - Basic HID over USB - This somehow _conflicts_ with BLE at least on the stm32wb55rg dev kit, so investigation needed. |