diff options
author | QMK Bot <hello@qmk.fm> | 2021-01-14 00:12:36 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-01-14 00:12:36 +0000 |
commit | bf1d9de1d8e78c7a70563517e1dde12fac9e6130 (patch) | |
tree | 1fb6e77c860238066f1b4d89375d7f8e42d8a33a | |
parent | f4cf0d2f282dbf19ea3e0427a146d90c88e1904c (diff) | |
parent | b5c2e5e8fddcdbbed955f438796db505270025ee (diff) | |
download | qmk_firmware-bf1d9de1d8e78c7a70563517e1dde12fac9e6130.tar.gz qmk_firmware-bf1d9de1d8e78c7a70563517e1dde12fac9e6130.zip |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | docs/feature_unicode.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_unicode.md b/docs/feature_unicode.md index 02a7bea5da..372d8b205f 100644 --- a/docs/feature_unicode.md +++ b/docs/feature_unicode.md @@ -87,7 +87,7 @@ const qk_ucis_symbol_t ucis_symbol_table[] = UCIS_TABLE( UCIS_SYM("poop", 0x1F4A9), // 💩 UCIS_SYM("rofl", 0x1F923), // 🤣 UCIS_SYM("cuba", 0x1F1E8, 0x1F1FA), // 🇨🇺 - UCIS_SYM("look", 0x0CA0, 0x005F, 0x0CA0), // ಠ_ಠ+ UCIS_SYM("look", 0x0CA0, 0x005F, 0x0CA0) // ಠ_ಠ); ``` |