More examples
This commit is contained in:
parent
28c9c1874a
commit
e402f04e60
1 changed files with 3 additions and 4 deletions
|
@ -14,12 +14,11 @@ streamlined syntax. Check out [example.keymap](example.keymap) to see it in acti
|
||||||
private zmk-config repository
|
private zmk-config repository
|
||||||
2. Source `helper.dtsi` near the top of your `.keymap` file:
|
2. Source `helper.dtsi` near the top of your `.keymap` file:
|
||||||
```C++
|
```C++
|
||||||
#include <behaviors.dtsi>
|
|
||||||
#include <dt-bindings/zmk/keys.h>
|
|
||||||
#include "helper.dtsi"
|
#include "helper.dtsi"
|
||||||
```
|
```
|
||||||
3. Customize your keyboard's `.keymap` file. See [example.keymap](example.keymap) for a
|
3. Customize your keyboard's `.keymap` file. See [example.keymap](example.keymap) or [my
|
||||||
complete example and read the documentation below for details.
|
personal zmk-config](https://github.com/urob/zmk-config/blob/main/config/base.keymap)
|
||||||
|
for a complete configuration, and read the documentation below for details.
|
||||||
|
|
||||||
## Usage details
|
## Usage details
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue