Remove use of keymap.h (#20004)

This commit is contained in:
Joel Challis 2023-03-27 20:08:17 +01:00 committed by GitHub
parent 79b0f9168e
commit c485d1cf26
Failed to generate hash of commit
8 changed files with 14 additions and 26 deletions

View file

@ -2,8 +2,8 @@
#include <stdint.h>
#include "keyboard.h"
#include "keymap.h"
#include "action.h"
#include "encoder.h"
#include "util.h"
#include "action_layer.h"