From 0152dd811dad101d5764f66476fa842170b86695 Mon Sep 17 00:00:00 2001
From: Joel Challis
Date: Sun, 19 Feb 2023 07:59:50 +0000
Subject: Move `KC_MISSION_CONTROL`/`KC_LAUNCHPAD` keycodes to core (#19884)
---
docs/keycodes.md | 2 ++
1 file changed, 2 insertions(+)
(limited to 'docs/keycodes.md')
diff --git a/docs/keycodes.md b/docs/keycodes.md
index b3be0847e8..7fd76db648 100644
--- a/docs/keycodes.md
+++ b/docs/keycodes.md
@@ -209,6 +209,8 @@ See also: [Basic Keycodes](keycodes_basic.md)
|`KC_BRIGHTNESS_DOWN` |`KC_BRID` |Brightness Down |✔ |✔ |✔ |
|`KC_CONTROL_PANEL` |`KC_CPNL` |Open Control Panel |✔ | | |
|`KC_ASSISTANT` |`KC_ASST` |Launch Context-Aware Assistant |✔ | | |
+|`KC_MISSION_CONTROL` |`KC_MCTL` |Open Mission Control | |✔ | |
+|`KC_LAUNCHPAD` |`KC_LPAD` |Open Launchpad | |✔ | |
1. The Linux kernel HID driver recognizes [nearly all keycodes](https://github.com/torvalds/linux/blob/master/drivers/hid/hid-input.c), but the default bindings depend on the DE/WM.
2. Treated as F13-F15.
--
cgit v1.2.3