mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-07-11 03:17:28 -04:00
fb27ce6bb2
* 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"
|
|
]
|
|
}
|
|
}
|
|
}
|