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
429 B
Plaintext
21 lines
429 B
Plaintext
{
|
|
"keycodes": {
|
|
"0x00C1": {
|
|
"group": "media",
|
|
"key": "KC_MISSION_CONTROL",
|
|
"label": "Mission Control",
|
|
"aliases": [
|
|
"KC_MCTL"
|
|
]
|
|
},
|
|
"0x00C2": {
|
|
"group": "media",
|
|
"key": "KC_LAUNCHPAD",
|
|
"label": "Launchpad",
|
|
"aliases": [
|
|
"KC_LPAD"
|
|
]
|
|
}
|
|
}
|
|
}
|