build fixes, add row-offest
This commit is contained in:
parent
b66a00d7bc
commit
de58642f42
2 changed files with 4 additions and 1 deletions
|
@ -43,7 +43,7 @@ RC(3,5) RC(3,4) RC(3,3) RC(3,2) RC(3,1) RC(3,0) RC(8,0) RC(8,1)
|
||||||
, <&pro_micro_d 2 GPIO_ACTIVE_HIGH>
|
, <&pro_micro_d 2 GPIO_ACTIVE_HIGH>
|
||||||
, <&pro_micro_d 3 GPIO_ACTIVE_HIGH>
|
, <&pro_micro_d 3 GPIO_ACTIVE_HIGH>
|
||||||
, <&pro_micro_d 4 GPIO_ACTIVE_HIGH>
|
, <&pro_micro_d 4 GPIO_ACTIVE_HIGH>
|
||||||
, <&pro_micro_d 12 GPIO_ACTIVE_HIGH>
|
, <&pro_micro_d 5 GPIO_ACTIVE_HIGH>
|
||||||
, <&pro_micro_d 6 GPIO_ACTIVE_HIGH>
|
, <&pro_micro_d 6 GPIO_ACTIVE_HIGH>
|
||||||
, <&pro_micro_d 7 GPIO_ACTIVE_HIGH>
|
, <&pro_micro_d 7 GPIO_ACTIVE_HIGH>
|
||||||
, <&pro_micro_d 8 GPIO_ACTIVE_HIGH>
|
, <&pro_micro_d 8 GPIO_ACTIVE_HIGH>
|
||||||
|
|
|
@ -13,6 +13,9 @@ properties:
|
||||||
col-offset:
|
col-offset:
|
||||||
type: int
|
type: int
|
||||||
default: 0
|
default: 0
|
||||||
|
row-offset:
|
||||||
|
type: int
|
||||||
|
default: 0
|
||||||
map:
|
map:
|
||||||
type: array
|
type: array
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue