You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ZMK Firmware](https://zmkfirmware.dev/) is an open source (MIT) keyboard firmware built on the [Zephyr™ Project](https://www.zephyrproject.org/) Real Time Operating System (RTOS). ZMK's goal is to provide a modern, wireless, and powerful firmware free of licensing issues.
7
+
[ZMK Firmware](https://zmk.dev/) is an open source (MIT) keyboard firmware built on the [Zephyr™ Project](https://www.zephyrproject.org/) Real Time Operating System (RTOS). ZMK's goal is to provide a modern, wireless, and powerful firmware free of licensing issues.
8
8
9
-
Check out the website to learn more: https://zmkfirmware.dev/
9
+
Check out the website to learn more: https://zmk.dev/
10
10
11
-
You can also come join our [ZMK Discord Server](https://zmkfirmware.dev/community/discord/invite)
11
+
You can also come join our [ZMK Discord Server](https://zmk.dev/community/discord/invite)
12
12
13
-
To review features, check out the [feature overview](https://zmkfirmware.dev/docs/). ZMK is under active development, and new features are listed with the [enhancement label](https://github.com/zmkfirmware/zmk/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement) in GitHub. Please feel free to add 👍 to the issue description of any requests to upvote the feature.
13
+
To review features, check out the [feature overview](https://zmk.dev/docs/). ZMK is under active development, and new features are listed with the [enhancement label](https://github.com/zmkfirmware/zmk/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement) in GitHub. Please feel free to add 👍 to the issue description of any requests to upvote the feature.
in [#133](https://github.com/zmkfirmware/zmk/pull/133) - [petejohanson]
23
23
- Integration tests were added to automate testing of behaviors in [#131](https://github.com/zmkfirmware/zmk/pull/131) by [BrainWart] & [petejohanson]
24
-
-[Toggle layer behavior](https://zmkfirmware.dev/docs/behaviors/layers#toggle-layer), e.g. `&tog LOWER`, in
24
+
-[Toggle layer behavior](https://zmk.dev/docs/behaviors/layers#toggle-layer), e.g. `&tog LOWER`, in
- Key fix for dropped press/release over HID [#93](https://github.com/zmkfirmware/zmk/pull/93)/[#96](https://github.com/zmkfirmware/zmk/pull/96) - [careyk007](https://github.com/careyk007) & [petejohanson]
27
27
- Code formatting standardized using `clang-format` in [#183](https://github.com/zmkfirmware/zmk/pull/183) - [petejohanson]
28
-
-[Bootloader reset behavior](https://zmkfirmware.dev/docs/behaviors/reset#bootloader-reset), e.g. `&bootloader`, in [#116](https://github.com/zmkfirmware/zmk/pull/116) - [petejohanson]
28
+
-[Bootloader reset behavior](https://zmk.dev/docs/behaviors/reset#bootloader-reset), e.g. `&bootloader`, in [#116](https://github.com/zmkfirmware/zmk/pull/116) - [petejohanson]
Copy file name to clipboardExpand all lines: docs/docs/faq.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -82,19 +82,19 @@ Currently, ZMK only supports wireless split, but wired split is possible and we
82
82
83
83
### What bootloader does ZMK use?
84
84
85
-
ZMK isn’t designed for any particular bootloader, and supports flashing different boards with different flash utilities (e.g. OpenOCD, nrfjprog, etc.). So if you have any difficulties, please let us know on [Discord](https://zmkfirmware.dev/community/discord/invite)!
85
+
ZMK isn’t designed for any particular bootloader, and supports flashing different boards with different flash utilities (e.g. OpenOCD, nrfjprog, etc.). So if you have any difficulties, please let us know on [Discord](https://zmk.dev/community/discord/invite)!
86
86
87
87
### Can I contribute?
88
88
89
89
Of course! Please use the developer [documentation](/docs) to get started!
90
90
91
91
### I have an idea! What should I do?
92
92
93
-
Please join us on [Discord](https://zmkfirmware.dev/community/discord/invite) and discuss it with us!
93
+
Please join us on [Discord](https://zmk.dev/community/discord/invite) and discuss it with us!
94
94
95
95
### I want to add a new keyboard! What should I do?
96
96
97
-
The exact process for the management of all the possible hardware is still being finalized, but any developer looking to contribute new keyboard definitions should chat with us on [Discord](https://zmkfirmware.dev/community/discord/invite) to get started.
97
+
The exact process for the management of all the possible hardware is still being finalized, but any developer looking to contribute new keyboard definitions should chat with us on [Discord](https://zmk.dev/community/discord/invite) to get started.
Copy file name to clipboardExpand all lines: docs/docs/hardware.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ In addition to the basic keyboard functionality, there is some initial support f
49
49
- OLEDs
50
50
- RGB Underglow
51
51
52
-
Until detailed documentation is available, feel free to ask questions about how these are supported in the [Discord server](https://zmkfirmware.dev/community/discord/invite).
52
+
Until detailed documentation is available, feel free to ask questions about how these are supported in the [Discord server](https://zmk.dev/community/discord/invite).
Copy file name to clipboardExpand all lines: docs/docs/troubleshooting.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ sidebar_title: Troubleshooting
5
5
6
6
### Summary
7
7
8
-
The following page provides suggestions for common errors that may occur during firmware compilation. If the information provided is insufficient to resolve the issue, feel free to seek out help from the [ZMK Discord](https://zmkfirmware.dev/community/discord/invite).
8
+
The following page provides suggestions for common errors that may occur during firmware compilation. If the information provided is insufficient to resolve the issue, feel free to seek out help from the [ZMK Discord](https://zmk.dev/community/discord/invite).
0 commit comments