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 | |
parent | 922e29f16c660133ae1d25ab64b91d388fdd17d0 (diff) | |
download | qmk_firmware-5bad37cb564fa2ce210c9dbeac99e046304a9614.tar.gz qmk_firmware-5bad37cb564fa2ce210c9dbeac99e046304a9614.zip |
[Bug] Remove config.h include in dynamic_keymap.c (#15886)
Diffstat (limited to 'quantum')
-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 f5525576d..19a6bea59 100644 --- a/quantum/dynamic_keymap.c +++ b/quantum/dynamic_keymap.c | |||
@@ -14,7 +14,6 @@ | |||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include "config.h" | ||
18 | #include "keymap.h" // to get keymaps[][][] | 17 | #include "keymap.h" // to get keymaps[][][] |
19 | #include "eeprom.h" | 18 | #include "eeprom.h" |
20 | #include "progmem.h" // to read default from flash | 19 | #include "progmem.h" // to read default from flash |