You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
b732b79b49
* Unicode to have unicode input you need to: - set your OS input method to UNICODE if needed - enable unicode in your makefile - copy the action_function from keyboard/planck/keymaps/unicode/unicode.c to your keymap.c set the target OS method in your keymap.c: void matrix_init_user() { set_unicode_mode(UC_OSX); } you can then switch when you want with: set_unicode_mode(UC_OSX); set_unicode_mode(UC_LNX); set_unicode_mode(UC_WIN); put some unicode codes in your keymap like so: UC(0x0061) I did change the bit mask in quantum/keymap_common.c and .h I’m afraid we will need uint32 to get a total support for all unicode tables or relocate the handler as @mbarkhau did. * rearranges keycode values, hooks-up unicode * removes extra lalt ref * adds unicode shortcuts and example |
9 years ago | |
---|---|---|
.. | ||
Bantam44 | 9 years ago | |
IIgs | 10 years ago | |
alps64 | 9 years ago | |
atomic | 9 years ago | |
atreus | 9 years ago | |
clueboard1 | 9 years ago | |
clueboard2 | 9 years ago | |
cluepad | 9 years ago | |
ergodox_ez | 9 years ago | |
gh60 | 9 years ago | |
gh60_rev_c | 9 years ago | |
ghost_squid | 10 years ago | |
hbkb | 10 years ago | |
hhkb | 9 years ago | |
hhkb_qmk | 9 years ago | |
hid_liber | 10 years ago | |
infinity | 10 years ago | |
jd45 | 9 years ago | |
kitten_paw | 10 years ago | |
kmac | 10 years ago | |
lightpad | 10 years ago | |
lightsaber | 10 years ago | |
macway | 10 years ago | |
mbed_onekey | 10 years ago | |
nerd | 10 years ago | |
onekey | 9 years ago | |
phantom | 10 years ago | |
planck | 9 years ago | |
preonic | 9 years ago | |
quark | 10 years ago | |
retro_refit | 9 years ago |