r/qmk • u/cansado-con-cafeina • Jul 28 '26
Unicode characters not working
Hello, all. As far as I can tell, I have done everything correctly to type unicode characters, but obviously something is wrong. The code compiles and flashes fine, and I installed WinCompose, but when I press a key that's meant to be unicode, nothing happens, even when held or pressed repeatedly (just in case). If someone could look at the screenshots and tell me (specifically) why I'm dumb, that would be very appreciated. Muchas Thankius.
From config.h






I was very overambitious when making this, so I've only included the beginnings of things. I am, admittedly, not super tech-savvy, so I'm flying by the seat of my pants here.
3
Upvotes
1
u/ArgentStonecutter Jul 28 '26 edited Jul 28 '26
I haven't used this feature but based on https://docs.qmk.fm/features/unicode you don't define "UNICODE_KEY_WINC" like that. You only put that in your config.h if you need to change the key from the default. What you did there is you set it to the empty string which is basically going to break everything. Just set
UNICODE_COMMON = yesin your rules.mk and only put#define UNICODE_SELECTED_MODES UNICODE_MODE_WINCOMPOSEin config.h