boards/adafruit/macropad_rp2040/doc/index.rst
.. zephyr:board:: adafruit_macropad_rp2040
Adafruit MacroPad RP2040 ########################
Overview
The Adafruit MacroPad RP2040 is a 3x4 mechanical keyboard development board featuring the Raspberry Pi RP2040 microcontroller. It includes 12 mechanical key switches with individual RGB NeoPixels, a rotary encoder with push button, a 128x64 OLED display, and a small speaker for audio feedback.
Hardware
Supported Features
.. zephyr:board-supported-hw::
Programming and Debugging
.. zephyr:board-supported-runners::
Applications for the adafruit_macropad_rp2040 board target can be built and
flashed in the usual way (see :ref:build_an_application and
:ref:application_run for more details).
Building and Flashing
The MacroPad RP2040 has a built-in UF2 bootloader which can be entered by holding down the rotary encoder button (BOOT) and, while continuing to hold it, pressing and releasing the reset button. A "RPI-RP2" drive should appear on your host machine.
Here is an example for building and flashing the :zephyr:code-sample:blinky sample application
using UF2.
.. zephyr-app-commands:: :zephyr-app: samples/basic/blinky :board: adafruit_macropad_rp2040 :goals: build flash :flash-args: --runner uf2
References
.. target-notes::
Adafruit MacroPad RP2040 Product Page <https://www.adafruit.com/product/5128>_Adafruit MacroPad RP2040 Learn Guide <https://learn.adafruit.com/adafruit-macropad-rp2040>_