Skip to content
Discussion options

You must be logged in to vote

It looks like your problem stems from:

      #include "version.dtsi"
      #ifndef VERSION_MACRO

            ...

        #endif

If you aren't interested in using this version macro I'd recommend removing that include and the wrapping #ifndef/#endif lines.

The app is inserting newly created macros after the last macro node in the keymap file in order to keep things organized, but it doesn't consider preprocessor macros (see preprocessor support for details) your macro beahviors end up getting removed during compilation.

Alternatively, you can manually just move these nodes outside of the #ifndef/#endif and things will start working. If you do take this approach and keep that preprocesso…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ali-aljufairi
Comment options

Answer selected by ali-aljufairi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants