Hello,
I made an simple homebrew which show text on every input for debuging.
I modded a lot this template.
Everything work, except for New 3DS buttons: ZL, ZR, and Cstick.
I use this in my code for manage each buttons (exemple for CStick up of New 3DS) :
//New3DS
if (kDown & KEY_CSTICK_UP)...