From 2ffdec5dc2a5cb350998168e76d7916e2d9728fc Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Fri, 10 Feb 2023 21:08:54 +0000 Subject: Move more unicode ranges to DD (#19755) --- data/constants/keycodes/keycodes_0.0.2.hjson | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'data') 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" + } + } +} -- cgit v1.2.3