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.
qmk_firmware/keyboard
Jack Humbert b732b79b49 adapts unicode to quantum.c (#333)
* 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 Edited to work with jackhumbert/qmk_firmware pull #190 9 years ago
IIgs Change TMK_DIR setting 10 years ago
alps64 Updated several keyboard folders to use new keymap naming scheme 9 years ago
atomic adds music and audio toggles (#337) 9 years ago
atreus updates atreus's column mapping 9 years ago
clueboard1 Bring the clueboard firmware size down 9 years ago
clueboard2 Bring the clueboard firmware size down 9 years ago
cluepad Bring the clueboard firmware size down 9 years ago
ergodox_ez Merge pull request #320 from Townk/townkmap 9 years ago
gh60 Updated several keyboard folders to use new keymap naming scheme 9 years ago
gh60_rev_c Leader key implementation (#326) 9 years ago
ghost_squid Change TMK_DIR setting 10 years ago
hbkb Change TMK_DIR setting 10 years ago
hhkb Update functions used to write to EEPROM 9 years ago
hhkb_qmk Updated several keyboard folders to use new keymap naming scheme 9 years ago
hid_liber Change TMK_DIR setting 10 years ago
infinity Change mbed sdk path 10 years ago
jd45 Updated several keyboard folders to use new keymap naming scheme 9 years ago
kitten_paw Change TMK_DIR setting 10 years ago
kmac Change TMK_DIR setting 10 years ago
lightpad Change TMK_DIR setting 10 years ago
lightsaber Change TMK_DIR setting 10 years ago
macway Change TMK_DIR setting 10 years ago
mbed_onekey Change TMK_DIR setting 10 years ago
nerd Change TMK_DIR setting 10 years ago
onekey onekey: Add V-USB build 9 years ago
phantom Change TMK_DIR setting 10 years ago
planck adapts unicode to quantum.c (#333) 9 years ago
preonic adds KC_NUBS, KC_NUHS and shifted versions to default keymaps 9 years ago
quark quark 10 years ago
retro_refit Added extra songs, LED indicator notes 9 years ago