More examples

This commit is contained in:
urob 2022-07-13 20:37:02 -04:00
parent 28c9c1874a
commit e402f04e60

View file

@ -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