Move KC_MISSION_CONTROL/KC_LAUNCHPAD keycodes to core (#19884)

This commit is contained in:
Joel Challis 2023-02-19 07:59:50 +00:00 committed by GitHub
parent 022cdb605e
commit 29316bd9de

View file

@ -25,9 +25,7 @@ enum layers{
}; };
enum custom_keycodes { enum custom_keycodes {
KC_MISSION_CONTROL = USER00, KC_TASK = USER00,
KC_LAUNCHPAD,
KC_TASK,
KC_FLXP KC_FLXP
}; };