Add support for specifying BOARD in info.json (#11492)
* add support for specifying BOARD in info.json * move BOARD from rules.mk to info.json for clueboard * fix keyboards that do not require board * remove out of compliance valuesmiryoku-merge-master
parent
54a8262dfe
commit
eaa9106ec7
@ -1,4 +1,2 @@
|
|||||||
BOARD = QMK_PROTON_C
|
|
||||||
|
|
||||||
# project specific files
|
# project specific files
|
||||||
SRC = led.c
|
SRC = led.c
|
||||||
|
|||||||
@ -1,2 +1 @@
|
|||||||
BOARD = QMK_PROTON_C
|
|
||||||
# This file intentionally left blank
|
# This file intentionally left blank
|
||||||
|
|||||||
@ -1,2 +1 @@
|
|||||||
BOARD = QMK_PROTON_C
|
|
||||||
# This file intentionally left blank
|
# This file intentionally left blank
|
||||||
|
|||||||
Loading…
Reference in New Issue