diff options
author | Drashna Jaelre <drashna@live.com> | 2022-07-02 19:55:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-02 19:55:46 -0700 |
commit | 1c43410e266429c97786c9f9217ab9708bb2754d (patch) | |
tree | 1b75461c4ac738bf455d0b6a1e6fe4bd88628f35 /users/drashna/keyrecords/unicode.h | |
parent | a3119385a41fb7662d46e7e7062cd2a76dfc1870 (diff) | |
download | qmk_firmware-1c43410e266429c97786c9f9217ab9708bb2754d.tar.gz qmk_firmware-1c43410e266429c97786c9f9217ab9708bb2754d.zip |
[Keymap] Updates to drashna Keymaps and Userspace (#17543)
Diffstat (limited to 'users/drashna/keyrecords/unicode.h')
-rw-r--r-- | users/drashna/keyrecords/unicode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/drashna/keyrecords/unicode.h b/users/drashna/keyrecords/unicode.h index dd261d3406..6885d4dd7f 100644 --- a/users/drashna/keyrecords/unicode.h +++ b/users/drashna/keyrecords/unicode.h @@ -11,6 +11,7 @@ enum unicode_typing_mode { UCTM_REGIONAL, UCTM_AUSSIE, UCTM_ZALGO, + UCTM_SUPER, }; extern uint8_t typing_mode; |