Skip to content

Commit

Permalink
[Bug] Remove config.h include in dynamic_keymap.c (qmk#15886)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored Jan 15, 2022
1 parent 922e29f commit 5bad37c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quantum/dynamic_keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bad37c

Please sign in to comment.