mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-06-06 21:03:26 +08:00
* 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"
|
|
]
|
|
}
|
|
}
|
|
}
|