|
|
@ -8,7 +8,7 @@ ZMK Firmware is an open source (MIT) keyboard |
|
|
|
firmware built on the [Zephyr Project](https://zephyrproject.com/) RTOS. |
|
|
|
firmware built on the [Zephyr Project](https://zephyrproject.com/) RTOS. |
|
|
|
|
|
|
|
|
|
|
|
The goal is to provider a powerful, featureful keyboard firmware that is free |
|
|
|
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. |
|
|
|
feature. |
|
|
|
|
|
|
|
|
|
|
|
## Features |
|
|
|
## Features |
|
|
@ -16,7 +16,7 @@ feature. |
|
|
|
At this point, ZMK is _missing_ more features than it has. Currently, the mostly working bits |
|
|
|
At this point, ZMK is _missing_ more features than it has. Currently, the mostly working bits |
|
|
|
include: |
|
|
|
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. |
|
|
|
- Keymaps and layers with basic keycodes. |
|
|
|
- Some initial work on one "action", Mod-Tap. |
|
|
|
- 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. |
|
|
|
- Basic HID over USB - This somehow _conflicts_ with BLE at least on the stm32wb55rg dev kit, so investigation needed. |
|
|
|