diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-15 07:28:32 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-15 07:28:32 +0000 |
commit | 9cd2024814a9562e0a82e2bb0b972d8d4e3b6523 (patch) | |
tree | 59d6639a907a14914b51960cb22488356c863f3b /quantum | |
parent | b8dbebec2dd90d03b496d4d44fed6be89b716140 (diff) | |
parent | 5bad37cb564fa2ce210c9dbeac99e046304a9614 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 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 |