Problem with mouse config (undefined node label 'mmv') #52
-
Last month I could build my config with success but now even using the same commits that I used to build here with success I get this build error: devicetree error: /keymap/layer_2: undefined node label 'mmv' I have done no changes on the keymap includes nor west.yml I see there is a recent commit that messes with mouse functionality. But I can't understand what is wrong. Is there missing a new config that I need to add but it is not on the README file or it can be other issue, is it just me? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, there was a recent change in the mouse PR that I had pushed to my ZMK fork (which this repo builds against). The change requires an additional #include <behaviors/mouse_keys.dtsi> This is the commit fixing it in my |
Beta Was this translation helpful? Give feedback.
Yes, there was a recent change in the mouse PR that I had pushed to my ZMK fork (which this repo builds against). The change requires an additional
include
for mouse movements to work:This is the commit fixing it in my
zmk-config
: 242f8d4