summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-11-05 16:58:30 +0000
committerGitHub <noreply@github.com>2022-11-05 16:58:30 +0000
commitfd4c3f46fb31c6b095607706808a58ba068536bf (patch)
tree3394024bc8aea90bb22425592a98441e26c17a99 /data
parent5233c69bc60aa612709e5d74a005431594612b6e (diff)
Align dynamic tapping term keycode names (#18963)
* Align dynamic tapping term keycode names * regen header
Diffstat (limited to 'data')
-rw-r--r--data/constants/keycodes/keycodes_0.0.1_quantum.hjson15
1 files changed, 12 insertions, 3 deletions
diff --git a/data/constants/keycodes/keycodes_0.0.1_quantum.hjson b/data/constants/keycodes/keycodes_0.0.1_quantum.hjson
index 1f3d2c70cd..e3db45be71 100644
--- a/data/constants/keycodes/keycodes_0.0.1_quantum.hjson
+++ b/data/constants/keycodes/keycodes_0.0.1_quantum.hjson
@@ -411,15 +411,24 @@
"0x7C70": {
"group": "quantum",
- "key": "DT_PRNT"
+ "key": "QK_DYNAMIC_TAPPING_TERM_PRINT",
+ "aliases": [
+ "DT_PRNT"
+ ]
},
"0x7C71": {
"group": "quantum",
- "key": "DT_UP"
+ "key": "QK_DYNAMIC_TAPPING_TERM_UP",
+ "aliases": [
+ "DT_UP"
+ ]
},
"0x7C72": {
"group": "quantum",
- "key": "DT_DOWN"
+ "key": "QK_DYNAMIC_TAPPING_TERM_DOWN",
+ "aliases": [
+ "DT_DOWN"
+ ]
},
"0x7C73": {