#Trouble with timeless homerow mods

1 messages · Page 1 of 1 (latest)

jolly creek
#
GitHub

Contribute to R3ISilva/zmk-config development by creating an account on GitHub.

GitHub

Contribute to R3ISilva/zmk-config development by creating an account on GitHub.

GitHub

Contribute to R3ISilva/zmk-config development by creating an account on GitHub.

calm sorrel
#

Two separate problems:

You are missing a }; in the keymap. There are 3 { but only 2 }.

If you want to define behaviors in another file, you need to #include it in the keymap. Like

#include "includes/behaviours.dtsi"
jolly creek
#

I need to start using syntax highlighting i didn't even notice i was missing the bracket

#

about the second point

#

i had it like that but i was getting this error

#

oh i misspelled

calm sorrel
#

Just like in C/C++, #include <name> is searching in compiler defined "system library", and #include "name" is relative to current file.

jolly creek
calm sorrel
#

That file is in ZMK.

jolly creek
#

thats what i tought but i couldn't find it, but glad to know the explanation

calm sorrel
jolly creek
#

oh

jolly creek