diff options
| author | Joel Challis | 2023-03-27 21:08:17 +0200 |
|---|---|---|
| committer | GitHub | 2023-03-27 21:08:17 +0200 |
| commit | c485d1cf2652bfb47afbb68f128a64f1bc518aa3 (patch) | |
| tree | cf250354f738ea94b5295d356489ead04c8339ad /quantum/action.c | |
| parent | 79b0f9168eafef1642f3223500197bf630a2433f (diff) | |
Remove use of keymap.h (#20004)
Diffstat (limited to 'quantum/action.c')
| -rw-r--r-- | quantum/action.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/action.c b/quantum/action.c index 7d3f40a950..a601737376 100644 --- a/quantum/action.c +++ b/quantum/action.c @@ -19,7 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "host.h" #include "keycode.h" #include "keyboard.h" -#include "keymap.h" #include "mousekey.h" #include "programmable_button.h" #include "command.h" @@ -30,6 +29,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "action.h" #include "wait.h" #include "keycode_config.h" +#include "debug.h" #ifdef BACKLIGHT_ENABLE # include "backlight.h" |