Skip to content

Commit

Permalink
Correct Neopixel count to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Nov 17, 2023
1 parent c77ba21 commit 5530bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/metro-m4-airliftlite-tinyusb/magic.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
{
"name": "NeoPixel",
"pixelNumber": 4,
"pixelNumber": 1,
"pixelsOrder": "GRB",
"pixelBrightness": 255,
"pinName": "D40",
Expand Down

0 comments on commit 5530bc9

Please sign in to comment.