summaryrefslogtreecommitdiff
path: root/docs/docs/intro.md
blob: 39a52c6c7e9cd44afb7e1e9796922314dacc7e0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
title: Introduction to ZMK
sidebar_label: Introduction
slug: /
---

ZMK Firmware is an open source (MIT) keyboard
firmware built on the [Zephyrâ„¢ Project](https://zephyrproject.org/) Real Time Operating System (RTOS). ZMK's goal is to provide a modern, wireless, and powerful firmware free of licensing issues.

## Features

ZMK is currently missing some features found in other popular firmware. This table compares the features supported by ZMK, BlueMicro and QMK:

| Legend: | ✅ Supported | 🚧 Under Development | 💡 Planned |
| :------ | :----------- | :------------------- | :--------- |

| **Feature**                                                                                                                        | ZMK | BlueMicro | QMK |
| ---------------------------------------------------------------------------------------------------------------------------------- | :-: | :-------: | :-: |
| Low Latency BLE Support                                                                                                            | ✅  |    ✅     |     |
| Multi-Device BLE Support                                                                                                           | ✅  |           |     |
| [USB Connectivity](behaviors/outputs.md)                                                                                           | ✅  |    ✅     | ✅  |
| User Configuration Repositories                                                                                                    | ✅  |           |     |
| Split Keyboard Support                                                                                                             | ✅  |    ✅     | ✅  |
| [Keymaps and Layers](behaviors/layers.md)                                                                                          | ✅  |    ✅     | ✅  |
| [Hold-Tap](behaviors/hold-tap.md) (which includes [Mod-Tap](behaviors/mod-tap.md) and [Layer-Tap](behaviors/layers.md/#layer-tap)) | ✅  |    ✅     | ✅  |
| [Keyboard Codes](codes/index.mdx#keyboard)                                                                                         | ✅  |    ✅     | ✅  |
| [Media](codes/index.mdx#media-controls) & [Consumer](codes/index.mdx#consumer-controls) Codes                                      | ✅  |    ✅     | ✅  |
| [Encoders](features/encoders.md)[^1]                                                                                               | ✅  |    ✅     | ✅  |
| [Display Support](features/displays.md)[^2]                                                                                        | 🚧  |    🚧     | ✅  |
| [RGB Underglow](features/underglow.md)                                                                                             | ✅  |    ✅     | ✅  |
| One Shot Keys                                                                                                                      | ✅  |    ✅     | ✅  |
| [Combo Keys](features/combos.md)                                                                                                   | ✅  |           | ✅  |
| Macros                                                                                                                             | 🚧  |    ✅     | ✅  |
| Mouse Keys                                                                                                                         | 🚧  |    ✅     | ✅  |
| Low Active Power Usage                                                                                                             | ✅  |           |     |
| Low Power Sleep States                                                                                                             | ✅  |    ✅     |     |
| [Low Power Mode (VCC Shutoff)](behaviors/power.md)                                                                                 | ✅  |    ✅     |     |
| Battery Reporting                                                                                                                  | ✅  |    ✅     |     |
| Shell over BLE                                                                                                                     | 💡  |           |     |
| Realtime Keymap Updating                                                                                                           | 💡  |           | ✅  |
| AVR/8 Bit                                                                                                                          |     |           | ✅  |
| [Wide Range of ARM Chips Supported](https://docs.zephyrproject.org/latest/boards/index.html)                                       | ✅  |           |     |

[^2]: Encoders are not currently supported on peripheral side splits.
[^1]: OLEDs are currently proof of concept in ZMK.

## Code Of Conduct

Please note that this project is released with a
[Contributor Code of Conduct](https://www.contributor-covenant.org/version/2/0/code_of_conduct/).
By participating in this project you agree to abide by its terms.