To toggle the system's "Airplane mode" via HID (disable WiFi and Bluetooth). Add Keycode `KC_AIRPLANE_MODE` with alias `KC_AIRP`. Needs to be enabled with `EXTRAKEY_ENABLE = yes`. Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
12 lines
236 B
Plaintext
12 lines
236 B
Plaintext
{
|
|
"keycodes": {
|
|
"0x00E8": {
|
|
"group": "media",
|
|
"key": "KC_AIRPLANE_MODE",
|
|
"label": "Toggle Airplane Mode",
|
|
"aliases": [
|
|
"KC_AIRP"
|
|
]
|
|
}
|
|
}
|
|
} |