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
16 lines
386 B
Plaintext
16 lines
386 B
Plaintext
{
|
|
"keycodes": {
|
|
"0x7C20": "!delete!", // old QK_OUTPUT_AUTO
|
|
"0x7C21": "!delete!", // old QK_OUTPUT_USB
|
|
"0x7C22": "!delete!", // old QK_OUTPUT_BLUETOOTH
|
|
"0x7C7B": {
|
|
"group": "quantum",
|
|
"key": "QK_LAYER_LOCK",
|
|
"label": "Layer Lock",
|
|
"aliases": [
|
|
"QK_LLCK"
|
|
]
|
|
}
|
|
}
|
|
}
|