~ruther/qmk_firmware

bf1d9de1d8e78c7a70563517e1dde12fac9e6130 — QMK Bot 4 years ago f4cf0d2 + b5c2e5e
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 1 insertions(+), 1 deletions(-)

M docs/feature_unicode.md
M docs/feature_unicode.md => docs/feature_unicode.md +1 -1
@@ 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)  // ಠ_ಠ
);
```