#mouse emulation not working in zmk

1 messages · Page 1 of 1 (latest)

supple pond
#

trying to use mouse emulation and it doesn't seem to be working. when using it just acts like it's transparent on layer 0.

I do have #include <dt-bindings/zmk/pointing.h> in my .keymap https://github.com/ujl123/keyboardio-preonic-zmk-module/blob/main/config/keyboardio_preonic.keymap

I also have CONFIG_ZMK_POINTING=y in my conf files https://github.com/ujl123/keyboardio-preonic-zmk-module/blob/main/boards/arm/keyboardio_preonic/keyboardio_preonic.conf

documentation makes it look like those are the only 2 things I need. Is there an issue with my keymap or did I miss another line I had to add.

GitHub

Keyboard.io Preonic ZMK Module. Contribute to ujl123/keyboardio-preonic-zmk-module development by creating an account on GitHub.

GitHub

Keyboard.io Preonic ZMK Module. Contribute to ujl123/keyboardio-preonic-zmk-module development by creating an account on GitHub.

dull pebble
supple pond
strong charm
#

You should move the conf file to config/ folder

supple pond
supple pond
strong charm
supple pond
strong charm
#

Note the “module” at the end, not “config”

#

module=keyboard definition, maintained by owner

config=user stuff

supple pond
#

maybe doing this might fix the mouse emulation issue i'm having too

strong charm
#

I guess there won’t be the board folder to confuse you, you will only have the config folder

#

The wrong location is your issue