Allow a config.mk to be created that contains BOARD, KEYMAP, etc.

This commit is contained in:
Jeremy Soller 2020-04-04 13:01:13 -06:00
parent 9ee71097f9
commit 20d3808aed
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
3 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
/build/
/config.mk
/power.csv
backup.rom
power.csv

View File

@ -1,3 +1,5 @@
-include config.mk
# Parameter for current board
ifeq ($(BOARD),)
$(info $(shell echo Please set BOARD to one of the following))

Binary file not shown.