forked from mirrors/qmk_userspace
[Keymap] Drashna update for post Q2 merge (#17241)
This commit is contained in:
parent
b554e4b612
commit
cda343acbe
59 changed files with 672 additions and 769 deletions
16
users/drashna/keyrecords/unicode.h
Normal file
16
users/drashna/keyrecords/unicode.h
Normal file
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue