hasu@tmk
hasu@tmk
NIce! Could you make pull request for this?
Mouse key is implemented here: https://github.com/tmk/tmk_keyboard/blob/5f7d388dee73ccbd61d40d581e83acc632fa4855/tmk_core/common/mousekey.c You can change some values or replace all codes in the file as you like. Share your result if you find better configuration or...
In TMK acceleration value is reset to 0 once you release all of mouse keys, you will have to hold both `MS_L` and `MS_R` temporarily before releasing one, to change...
I didn't find significant difference on their codes with a quick glance. I don't have time to look into YDKB codes further. Let me know if you have something interesting....
Probably no. I won't add project from others baiscally anymore. I have no time and can't manage many projects tidily and already failed to maintain some existent projects. This issue...
This will be fixed along with #117 later.
Do you have your code suffering this issue somewhere?
Report size(endpoint size) is: LUFA: [32](https://github.com/tmk/tmk_keyboard/blob/910c204a59bab3447671f4d34534f6b15126ea81/tmk_core/protocol/lufa/descriptor.h#L161) ChibiOS: [16](https://github.com/tmk/tmk_keyboard/blob/fa52d8ba7468a8bbb5754a5be1df249af7ecfece/tmk_core/protocol/chibios/usb_main.h#L57) PJRC: [16](https://github.com/tmk/tmk_keyboard/blob/1a02ebcc612e9a9c0d87e02295c7258de3a70ccc/tmk_core/protocol/pjrc/usb.h#L132) LUFA no longer have this issue due to extension of report size to 32 bytes at https://github.com/tmk/tmk_keyboard/commit/61cad24a871ec79b6222fe492ab807714d36cdaa while other protocols...
# Device handler and Data bytes ``` b--: Button state.(0: on, 1: off) x--: X axis movement. y--: Y axis movement. ``` ### Apple Classic Mouse Protocol Data length is...
# Mouse button mapping |ADB Extended |USB HID/TMK |Mac OSX |Windows |Xorg | |Linux driver |NetBSD driver | |- |- |- |- |- |-|- |- | |b00 first |bit0 Button...