[Core] Tri Layer Keys (#19795)

Co-authored-by: wilba <[email protected]>
Co-authored-by: Pablo Martínez <[email protected]>
Co-authored-by: Joel Challis <[email protected]>
Co-authored-by: Nick Brassel <[email protected]>
This commit is contained in:
Drashna Jaelre
2023-02-12 10:23:07 +11:00
committed by GitHub
co-authored by wilba Pablo Martínez Joel Challis Nick Brassel
parent 4002843797
commit fe02abc479
19 changed files with 377 additions and 15 deletions
@@ -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"
]
}
}
}