How to convert keyboard inputs to Circle Pad with n3ds

Hello!
I am currently developing an app for the New 3ds in unity 3d. In the documentation, it says that using the number keys will translate to circle pad inputs.
But when I port it over to the devkit, it doesnt work. Similar situation for the Circle Pad Pro.

It’s strange, because the key binds for the buttons (ABYX) work fine.

this might not help you but for circle pad you can use “Emulation_Down” “Emulation_Up” “Emulation_Left” “Emulation_Right” and for c stick and the same thing but you add a R like this
“Emulation_R_down”
@NimNom123 m123,im having the same problem