qmk_configurator icon indicating copy to clipboard operation
qmk_configurator copied to clipboard

[Bug] Mouse scroll wheel emulation not working

Open michaelcrusso opened this issue 2 years ago • 1 comments

Describe the Bug

Using a Kyria v2 and "mouse scroll wheel down" doesn't appear to work no matter which keyboard half I place it on, or where I locate the key. This was previously working on a Nyquist (right-hand slave board) a couple of months ago, so I don't know if something has changed, it's a quirk of the board, or there's a problem with mouse emulation initializing. I'll try compiling this myself later on to verify whether or not it's a me-problem.

For context as well, my main microcontroller is a Chinese pro-micro USB-C clone with a Caterina bootloader (ATMega32U4). It otherwise functions flawlessly, but perhaps this has something to do with it?

Additional Context?

keyboard

michaelcrusso avatar Sep 09 '22 12:09 michaelcrusso

Mousekeys are not enabled on the Kyria by default. https://github.com/qmk/qmk_firmware/blob/107ccc56b4cbf15d223e5946c74c8495c160eb7b/keyboards/splitkb/kyria/rules.mk#L11

lesshonor avatar Sep 09 '22 15:09 lesshonor