forked from mirrors/qmk_userspace
Move KC_MISSION_CONTROL
/KC_LAUNCHPAD
keycodes to core (#19884)
This commit is contained in:
parent
e837a32b2b
commit
0152dd811d
23 changed files with 76 additions and 317 deletions
20
data/constants/keycodes/keycodes_0.0.2_basic.hjson
Normal file
20
data/constants/keycodes/keycodes_0.0.2_basic.hjson
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"keycodes": {
|
||||
"0x00C1": {
|
||||
"group": "media",
|
||||
"key": "KC_MISSION_CONTROL",
|
||||
"label": "Open Mission Control",
|
||||
"aliases": [
|
||||
"KC_MCTL"
|
||||
]
|
||||
},
|
||||
"0x00C2": {
|
||||
"group": "media",
|
||||
"key": "KC_LAUNCHPAD",
|
||||
"label": "Open Launchpad",
|
||||
"aliases": [
|
||||
"KC_LPAD"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue