forked from mirrors/qmk_userspace
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:
parent
54a8262dfe
commit
eaa9106ec7
12 changed files with 19 additions and 9 deletions
|
|
@ -6,6 +6,7 @@
|
|||
"width": 15,
|
||||
"debounce": 6,
|
||||
"processor": "STM32F303",
|
||||
"board": "QMK_PROTON_C",
|
||||
"diode_direction": "COL2ROW",
|
||||
"features": {
|
||||
"audio": true,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,2 @@
|
|||
BOARD = QMK_PROTON_C
|
||||
|
||||
# project specific files
|
||||
SRC = led.c
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
"width": 16.5,
|
||||
"debounce": 5,
|
||||
"processor": "STM32F303",
|
||||
"board": "QMK_PROTON_C",
|
||||
"diode_direction": "COL2ROW",
|
||||
"features": {
|
||||
"audio": true,
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
BOARD = QMK_PROTON_C
|
||||
# This file intentionally left blank
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
"width": 16.5,
|
||||
"debounce": 5,
|
||||
"processor": "STM32F303",
|
||||
"board": "QMK_PROTON_C",
|
||||
"diode_direction": "COL2ROW",
|
||||
"features": {
|
||||
"audio": true,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
BOARD = QMK_PROTON_C
|
||||
LED_MATRIX_DRIVER = IS31FL3731
|
||||
|
||||
# project specific files
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
"url": "",
|
||||
"maintainer": "skullydazed",
|
||||
"processor": "STM32F303",
|
||||
"board": "QMK_PROTON_C",
|
||||
"matrix_pins": {
|
||||
"direct": [
|
||||
["A10", "A9"],
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
BOARD = QMK_PROTON_C
|
||||
# This file intentionally left blank
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"keyboard_name": "",
|
||||
"url": "",
|
||||
"maintainer": "qmk",
|
||||
"width": 17.25,
|
||||
"height": 5,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue