summaryrefslogtreecommitdiff
path: root/data/constants/keycodes/keycodes_0.0.2_quantum.hjson
diff options
context:
space:
mode:
Diffstat (limited to 'data/constants/keycodes/keycodes_0.0.2_quantum.hjson')
-rw-r--r--data/constants/keycodes/keycodes_0.0.2_quantum.hjson18
1 files changed, 18 insertions, 0 deletions
diff --git a/data/constants/keycodes/keycodes_0.0.2_quantum.hjson b/data/constants/keycodes/keycodes_0.0.2_quantum.hjson
new file mode 100644
index 0000000000..960afa4e51
--- /dev/null
+++ b/data/constants/keycodes/keycodes_0.0.2_quantum.hjson
@@ -0,0 +1,18 @@
1{
2 "keycodes": {
3 "0x7C77": {
4 "group": "quantum",
5 "key": "QK_TRI_LAYER_LOWER",
6 "aliases": [
7 "TL_LOWR"
8 ]
9 },
10 "0x7C78": {
11 "group": "quantum",
12 "key": "QK_TRI_LAYER_UPPER",
13 "aliases": [
14 "TL_UPPR"
15 ]
16 }
17 }
18}