hasu@tmk

Results 154 comments of hasu@tmk

And anyway sending signal for LED setting(converter->keyboard) is best-effort basis(with polling, not interrupt) and could fail in the end when other code with priority like USB task or other interrupts...

Can you share `hid_listen` ouput when the keyboard is plugged in? Keboard layout is defined just as CPP macro like this. https://github.com/tmk/tmk_keyboard/blob/792074f49b30ea9d39becdd3364cac7883024ac9/tmk_core/common/unimap.h#L49 You can define your layout in your keymap(unimap)...

Simple ways would be to write Parser for the joystick to converter input from joystick into keyboard code and store it in `report_keyboard_t`. https://github.com/tmk/tmk_keyboard/blob/master/tmk_core/protocol/usb_hid/parser.h#L10 https://github.com/tmk/tmk_keyboard/blob/master/tmk_core/protocol/usb_hid/parser.cpp#L7-L23

Thaks, good to know. I found USB 2.0 spec 7.2.4.1 Inrush Current Limiting, I'll read later.

`ReadFile()` appears to require that buffer size is **65** when reading from 64-byte endpoint. The function replies with error 1784 when using 64-byte buffer. > ERROR_INVALID_USER_BUFFER > 1784 (0x6F8) >...

### Revert to 32-byte for console EP size b690da76 ### hid_listen code on TMK has been fixed but Windows binary is not available yet. https://github.com/tmk/hid_listen/commit/e586cf19006999a29dafe22d1dbdea754e4c25d2 TODO: Learn Windows binary build...

# Kensington Mouse in a box ADB/USB ball #64475 https://imgur.com/a/Xf3BlbG It has two chips. - ADB processor? - CY7C63001A https://media.digikey.com/pdf/Data%20Sheets/Cypress%20PDFs/CY7C63001A_63101A.pdf ``` TMK:c46d7b/LUFA:d6a7df USB configured. Scan: $3 R3:6601 Loop start. R:$3:Found....

What is displayed when keyboard is plugged into converter and when connecting the converter to usb port ? I like to see How the keyboard is initialized, particularly. And Does...

Didn't you get output like this? https://github.com/tmk/tmk_keyboard/issues/666#issuecomment-761516847

No debug firmware is available. Just try default firmware and I think you already flashed it on your converter. The default firmware should display this version string. If you are...