Added Q1 Max; Updated V1 Max

This commit is contained in:
lokher 2024-01-11 17:56:25 +08:00
parent 15a2edc610
commit 74b08459bc
43 changed files with 2862 additions and 69 deletions

View file

@ -23,6 +23,9 @@
"rows": ["C12", "D2", "B3", "B4", "B5", "B6"]
},
"diode_direction": "ROW2COL",
"dip_switch" :{
"pins": ["A3"]
},
"rgb_matrix": {
"driver": "snled27351_spi",
"animations": {
@ -59,5 +62,5 @@
"build": {
"debounce_type": "sym_eager_pk"
},
"debounce": 20,
"debounce": 20
}