qmk_firmware/data/constants/keycodes/keycodes_0.0.2_basic.hjson
Daniel Schaefer 9030165550 Implement Airplane Radio Button
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>
2023-03-02 18:30:42 +08:00

12 lines
236 B
Plaintext

{
"keycodes": {
"0x00E8": {
"group": "media",
"key": "KC_AIRPLANE_MODE",
"label": "Toggle Airplane Mode",
"aliases": [
"KC_AIRP"
]
}
}
}