Updated to the latest teensy cores source from github and nkro is working great. I must have missed something when copying the original updated source files from this post.
Using this update, when KEYBOARD_SIZE is set to 16, Keyboard.press(...) does not generate a keyboard event for me on Windows 11.
Setting KEYBOARD_SIZE to 8 makes it work as expected.
Keyboard.println() also does not work when KEYBOARD_SIZE is...