diff options
Diffstat (limited to 'data/constants')
-rw-r--r-- | data/constants/keycodes/keycodes_0.0.2.hjson | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/data/constants/keycodes/keycodes_0.0.2.hjson b/data/constants/keycodes/keycodes_0.0.2.hjson index 0967ef424b..650235e647 100644 --- a/data/constants/keycodes/keycodes_0.0.2.hjson +++ b/data/constants/keycodes/keycodes_0.0.2.hjson @@ -1 +1,10 @@ -{} +{ + "ranges": { + "0x8000/0X3FFF": { + "define": "QK_UNICODEMAP" + }, + "0xC000/0X3FFF": { + "define": "QK_UNICODEMAP_PAIR" + } + } +} |