Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 10edc85

Browse files
committed
Disable RGB on several board by default
1 parent 3baa0d0 commit 10edc85

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

boards/cubecell_module.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"build": {
3+
"arduino": {
4+
"lorawan": {
5+
"rgb": "DEACTIVE"
6+
}
7+
},
38
"core": "asr650x",
49
"cpu": "cortex-m0plus",
510
"extra_flags": "-DCubeCell_Module",

boards/cubecell_module_plus.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"build": {
3+
"arduino": {
4+
"lorawan": {
5+
"rgb": "DEACTIVE"
6+
}
7+
},
38
"core": "asr650x",
49
"cpu": "cortex-m0plus",
510
"extra_flags": "-DCubeCell_ModulePlus",

boards/cubecell_node.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"build": {
3+
"arduino": {
4+
"lorawan": {
5+
"rgb": "DEACTIVE"
6+
}
7+
},
38
"core": "asr650x",
49
"cpu": "cortex-m0plus",
510
"extra_flags": "-DCubeCell_HalfAA",

0 commit comments

Comments
 (0)