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
2016-05-18 23:47:16 -04:00
..
alps64 Updated several keyboard folders to use new keymap naming scheme 2016-03-29 21:53:36 -04:00
atomic adds music and audio toggles (#337) 2016-05-18 23:14:00 -04:00
atreus updates atreus's column mapping 2016-05-05 12:05:09 -04:00
Bantam44 Edited to work with jackhumbert/qmk_firmware pull #190 2016-03-23 13:42:34 -04:00
clueboard1 Bring the clueboard firmware size down 2016-04-28 20:07:07 -07:00
clueboard2 Bring the clueboard firmware size down 2016-04-28 20:07:07 -07:00
cluepad Bring the clueboard firmware size down 2016-04-28 20:07:07 -07:00
ergodox_ez Merge pull request #320 from Townk/townkmap 2016-05-13 21:54:23 -04:00
gh60 Updated several keyboard folders to use new keymap naming scheme 2016-03-29 21:53:36 -04:00
gh60_rev_c Leader key implementation (#326) 2016-05-15 00:27:32 -04:00
ghost_squid Change TMK_DIR setting 2015-04-10 01:53:24 +09:00
hbkb Change TMK_DIR setting 2015-04-10 01:53:24 +09:00
hhkb Update functions used to write to EEPROM 2016-04-21 20:07:03 -07:00
hhkb_qmk Updated several keyboard folders to use new keymap naming scheme 2016-03-29 21:53:36 -04:00
hid_liber Change TMK_DIR setting 2015-04-10 01:53:24 +09:00
IIgs Change TMK_DIR setting 2015-04-10 01:53:24 +09:00
infinity Change mbed sdk path 2015-04-24 16:27:40 +09:00
jd45 Updated several keyboard folders to use new keymap naming scheme 2016-03-29 21:53:36 -04:00
kitten_paw Change TMK_DIR setting 2015-04-10 01:53:24 +09:00
kmac Change TMK_DIR setting 2015-04-10 01:53:24 +09:00
lightpad Change TMK_DIR setting 2015-04-10 01:53:24 +09:00
lightsaber Change TMK_DIR setting 2015-04-10 01:53:24 +09:00
macway Change TMK_DIR setting 2015-04-10 01:53:24 +09:00
mbed_onekey Change TMK_DIR setting 2015-04-10 01:53:24 +09:00
nerd Change TMK_DIR setting 2015-04-10 01:53:24 +09:00
onekey onekey: Add V-USB build 2015-07-12 06:59:58 +09:00
phantom Change TMK_DIR setting 2015-04-10 01:53:24 +09:00
planck adapts unicode to quantum.c (#333) 2016-05-18 23:47:16 -04:00
preonic adds KC_NUBS, KC_NUHS and shifted versions to default keymaps 2016-05-17 22:17:23 -04:00
quark quark 2015-05-15 21:57:29 -04:00
retro_refit Added extra songs, LED indicator notes 2016-04-17 20:14:37 -05:00