forked from mirrors/qmk_firmware
[Bug] Remove config.h include in dynamic_keymap.c (#15886)
This commit is contained in:
parent
922e29f16c
commit
5bad37cb56
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
#include "keymap.h" // to get keymaps[][][]
|
#include "keymap.h" // to get keymaps[][][]
|
||||||
#include "eeprom.h"
|
#include "eeprom.h"
|
||||||
#include "progmem.h" // to read default from flash
|
#include "progmem.h" // to read default from flash
|
||||||
|
|
Loading…
Reference in a new issue