[Core] Tri Layer Keys (#19795)
Co-authored-by: wilba <wilba@wilba.tech> Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
parent
4002843797
commit
fe02abc479
19 changed files with 377 additions and 15 deletions
18
data/constants/keycodes/keycodes_0.0.2_quantum.hjson
Normal file
18
data/constants/keycodes/keycodes_0.0.2_quantum.hjson
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"keycodes": {
|
||||
"0x7C77": {
|
||||
"group": "quantum",
|
||||
"key": "QK_TRI_LAYER_LOWER",
|
||||
"aliases": [
|
||||
"TL_LOWR"
|
||||
]
|
||||
},
|
||||
"0x7C78": {
|
||||
"group": "quantum",
|
||||
"key": "QK_TRI_LAYER_UPPER",
|
||||
"aliases": [
|
||||
"TL_UPPR"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue