From c12a92062fc0a347aeaee240ad14f189cc0a7cdc Mon Sep 17 00:00:00 2001 From: darakuneko Date: Wed, 21 Jun 2023 16:05:56 +0900 Subject: [PATCH] update: firmware script update: package.json --- gpk_fwmaker/firmware-scripts/keycodes.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/gpk_fwmaker/firmware-scripts/keycodes.json b/gpk_fwmaker/firmware-scripts/keycodes.json index 3ec2796..97413f7 100644 --- a/gpk_fwmaker/firmware-scripts/keycodes.json +++ b/gpk_fwmaker/firmware-scripts/keycodes.json @@ -1268,6 +1268,22 @@ "KC_ASST" ] }, + { + "group": "media", + "key": "KC_MISSION_CONTROL", + "label": "Open Mission Control", + "aliases": [ + "KC_MCTL" + ] + }, + { + "group": "media", + "key": "KC_LAUNCHPAD", + "label": "Open Launchpad", + "aliases": [ + "KC_LPAD" + ] + }, { "group": "mouse", "key": "KC_MS_UP",