summaryrefslogtreecommitdiff
path: root/data/constants/keycodes
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2023-05-29 06:17:24 +1000
committerNick Brassel <nick@tzarc.org>2023-05-29 06:17:24 +1000
commit5024370dd0b441e86ace3089193e84c5b050d892 (patch)
treeb661d5b154be987f9c3dba3a526b70e0b63f9fef /data/constants/keycodes
parent16767e4d59c2334fcd2d5e6556a68d5ff60ffd7b (diff)
parent8b1d86eabf399e82af7738fb675b9c74195d0f98 (diff)
Merge branch 'develop'
Diffstat (limited to 'data/constants/keycodes')
-rw-r--r--data/constants/keycodes/keycodes_0.0.3.hjson0
-rw-r--r--data/constants/keycodes/keycodes_0.0.3_quantum.hjson18
2 files changed, 18 insertions, 0 deletions
diff --git a/data/constants/keycodes/keycodes_0.0.3.hjson b/data/constants/keycodes/keycodes_0.0.3.hjson
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/data/constants/keycodes/keycodes_0.0.3.hjson
diff --git a/data/constants/keycodes/keycodes_0.0.3_quantum.hjson b/data/constants/keycodes/keycodes_0.0.3_quantum.hjson
new file mode 100644
index 0000000000..23a3c9b06d
--- /dev/null
+++ b/data/constants/keycodes/keycodes_0.0.3_quantum.hjson
@@ -0,0 +1,18 @@
+{
+ "keycodes": {
+ "0x7C79": {
+ "group": "quantum",
+ "key": "QK_REPEAT_KEY",
+ "aliases": [
+ "QK_REP"
+ ]
+ },
+ "0x7C7A": {
+ "group": "quantum",
+ "key": "QK_ALT_REPEAT_KEY",
+ "aliases": [
+ "QK_AREP"
+ ]
+ }
+ }
+}