geekhack

geekhack Projects => Making Stuff Together! => Topic started by: Snipeye on Sat, 01 July 2017, 00:34:05

Title: QMK Mouse Passthrough
Post by: Snipeye on Sat, 01 July 2017, 00:34:05
I've read about TMK having PS2 mouse passthrough, and I'm currently embarking on a rather ambitious project.

Can somebody help me find where QMK is actually transmitting the USB HID codes?  I'd like to see if I can add in some mouse info as well for a passthrough.

Has anybody done this before?  Direction would be appreciated.  I'd rather not just use the keyboard mouse keys.
Title: Re: QMK Mouse Passthrough
Post by: Tactile on Sat, 01 July 2017, 01:04:26
QMK uses quite a bit from TMK - but you probably already knew that. Anyway, I'm just guessing here but does this (https://github.com/qmk/qmk_firmware/tree/master/tmk_core/protocol) help?