summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-02-10 21:08:54 +0000
committerGitHub <noreply@github.com>2023-02-10 21:08:54 +0000
commit2ffdec5dc2a5cb350998168e76d7916e2d9728fc (patch)
tree6b3c918ed8f3a943a71de84105aae2ee8d523303 /data
parent79b364d289932e78b4107edc941d26f2ef23cd0f (diff)
Move more unicode ranges to DD (#19755)
Diffstat (limited to 'data')
-rw-r--r--data/constants/keycodes/keycodes_0.0.2.hjson11
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"
+ }
+ }
+}