diff --git a/Makefile b/Makefile index da699cc3..0d731774 100644 --- a/Makefile +++ b/Makefile @@ -336,7 +336,7 @@ smoketest: @$(MD5SUM) test.hex $(TINYGO) build -size short -o test.hex -target=itsybitsy-nrf52840 examples/blinky1 @$(MD5SUM) test.hex - $(TINYGO) build -size short -o test.hex -target=qtpy examples/blinky1 + $(TINYGO) build -size short -o test.hex -target=qtpy examples/serial @$(MD5SUM) test.hex $(TINYGO) build -size short -o test.hex -target=teensy40 examples/blinky1 @$(MD5SUM) test.hex diff --git a/src/machine/board_qtpy.go b/src/machine/board_qtpy.go index 23c7beca..b17e8070 100644 --- a/src/machine/board_qtpy.go +++ b/src/machine/board_qtpy.go @@ -42,7 +42,8 @@ const ( ) const ( - LED = D13 + NEOPIXELS = D11 + NEOPIXELS_POWER = D12 ) // USBCDC pins