diff options
author | Drashna Jaelre <drashna@live.com> | 2022-01-14 23:28:29 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-15 18:28:29 +1100 |
commit | 5bad37cb564fa2ce210c9dbeac99e046304a9614 (patch) | |
tree | f122f0d4893a3aeac443a45dc1890de3b720454e /quantum/dynamic_keymap.c | |
parent | 922e29f16c660133ae1d25ab64b91d388fdd17d0 (diff) |
[Bug] Remove config.h include in dynamic_keymap.c (#15886)
Diffstat (limited to 'quantum/dynamic_keymap.c')
-rw-r--r-- | quantum/dynamic_keymap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/dynamic_keymap.c b/quantum/dynamic_keymap.c index f5525576d8..19a6bea59a 100644 --- a/quantum/dynamic_keymap.c +++ b/quantum/dynamic_keymap.c @@ -14,7 +14,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "config.h" #include "keymap.h" // to get keymaps[][][] #include "eeprom.h" #include "progmem.h" // to read default from flash |