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