summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_unicode_common.h
diff options
context:
space:
mode:
authorChewxy <chewxy@gmail.com>2022-08-15 05:24:52 +1000
committerGitHub <noreply@github.com>2022-08-14 20:24:52 +0100
commit6fc7c03e9581ddde68b32f2f76f8053628da6465 (patch)
tree8eafd127806a85afd2f70d5cbf4eb484f33011cc /quantum/process_keycode/process_unicode_common.h
parent4da34828720d6daa9fd45d811129370cf11ba874 (diff)
Added emacs as an "operating system" for input mode. (#16949)
Diffstat (limited to 'quantum/process_keycode/process_unicode_common.h')
-rw-r--r--quantum/process_keycode/process_unicode_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_unicode_common.h b/quantum/process_keycode/process_unicode_common.h
index 8a4494c939..15e798dbb3 100644
--- a/quantum/process_keycode/process_unicode_common.h
+++ b/quantum/process_keycode/process_unicode_common.h
@@ -64,6 +64,7 @@ enum unicode_input_modes {
UC_WIN, // Windows using EnableHexNumpad
UC_BSD, // BSD (not implemented)
UC_WINC, // Windows using WinCompose (https://github.com/samhocevar/wincompose)
+ UC_EMACS, // Emacs is an operating system in search of a good text editor
UC__COUNT // Number of available input modes (always leave at the end)
};