summary refs log tree commit diff
path: root/data/constants/keycodes
diff options
context:
space:
mode:
Diffstat (limited to 'data/constants/keycodes')
-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"
+        }
+    }
+}