forked from mirror/qmk_firmware
* Add missing labels to DD keycode definitions * Use subscript numbers for MIDI note labels to avoid confusion with eg. F-keys * Somehow missed these
21 lines
425 B
Plaintext
21 lines
425 B
Plaintext
{
|
|
"keycodes": {
|
|
"0x7C77": {
|
|
"group": "quantum",
|
|
"key": "QK_TRI_LAYER_LOWER",
|
|
"label": "Lower",
|
|
"aliases": [
|
|
"TL_LOWR"
|
|
]
|
|
},
|
|
"0x7C78": {
|
|
"group": "quantum",
|
|
"key": "QK_TRI_LAYER_UPPER",
|
|
"label": "Upper",
|
|
"aliases": [
|
|
"TL_UPPR"
|
|
]
|
|
}
|
|
}
|
|
}
|