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
|
||||
2. Source `helper.dtsi` near the top of your `.keymap` file:
|
||||
```C++
|
||||
#include <behaviors.dtsi>
|
||||
#include <dt-bindings/zmk/keys.h>
|
||||
#include "helper.dtsi"
|
||||
```
|
||||
3. Customize your keyboard's `.keymap` file. See [example.keymap](example.keymap) for a
|
||||
complete example and read the documentation below for details.
|
||||
3. Customize your keyboard's `.keymap` file. See [example.keymap](example.keymap) or [my
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue