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 values
This commit is contained in:
Zach White
2021-01-09 20:18:47 -08:00
committed by GitHub
parent 54a8262dfe
commit eaa9106ec7
12 changed files with 19 additions and 9 deletions

View File

@@ -3,6 +3,7 @@
"url": "",
"maintainer": "skullydazed",
"processor": "STM32F303",
"board": "QMK_PROTON_C",
"matrix_pins": {
"direct": [
["A10", "A9"],

View File

@@ -1,2 +1 @@
BOARD = QMK_PROTON_C
# This file intentionally left blank