hasu@tmk

Results 154 comments of hasu@tmk

# USB Interface Association Descriptor https://docs.microsoft.com/en-us/windows-hardware/drivers/usbcon/usb-interface-association-descriptor # Port close problem Serial terminal cannot close port properly when CDC device retrieve data from endpoint bank. After that terminal app fail to...

Oneshot layer action has been on my to-do list for long time, I'll work on it someday :D I wonder how you input 'ctrl+alt+F1', I assume that you have real...

We have to put 'wdt_disable()' at beginning of application? Section '.initX' can be used for this purpose, perhaps.

I think you have right idea. Yes, I like to see your code and result, let me know! Thanks,

@knightjp SUN converter doesn't support USB keyboard, only for Type-5, 4 and 3. I think you can remap the keys with my USB-USB converter but it requires hardware. https://github.com/tmk/tmk_keyboard/tree/master/converter/usb_usb I...

Related to #540

I pulled the changes and did quick test, it looks promissing! I'll look into codes closely and do some tests later. For someone intrested this PR is related to this...

yes, adding submodule is good idea I'll use 'kinetis' branch.

hmm, submodule doesn't work when subtree-ing tmk_core. I'll leave this alone for a while until I get nice idea.