summaryrefslogtreecommitdiff
path: root/users/drashna/keyrecords/unicode.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-05-31 05:03:28 +0000
committerQMK Bot <hello@qmk.fm>2022-05-31 05:03:28 +0000
commite869d089b74ba7b1f9dba4b97470dc3f282f7861 (patch)
tree8802bd15d23b60234df331b280be6749271ad7bb /users/drashna/keyrecords/unicode.h
parentf663f84413c34b239affe08cae96e0d504d2f844 (diff)
parentcda343acbe45826225edac75eaa63216bf76d874 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'users/drashna/keyrecords/unicode.h')
-rw-r--r--users/drashna/keyrecords/unicode.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/users/drashna/keyrecords/unicode.h b/users/drashna/keyrecords/unicode.h
new file mode 100644
index 0000000000..dd261d3406
--- /dev/null
+++ b/users/drashna/keyrecords/unicode.h
@@ -0,0 +1,16 @@
+// Copyright 2020 Christopher Courtney, aka Drashna Jael're (@drashna) <drashna@live.com>
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+enum unicode_typing_mode {
+ UCTM_NO_MODE,
+ UCTM_WIDE,
+ UCTM_SCRIPT,
+ UCTM_BLOCKS,
+ UCTM_REGIONAL,
+ UCTM_AUSSIE,
+ UCTM_ZALGO,
+};
+
+extern uint8_t typing_mode;