qmk_firmware/keyboards/handwired/set_st/rp2040
2024-04-12 13:27:16 +03:00
..
keymaps some updates, move code in rp2040.c 2024-04-12 13:27:16 +03:00
config.h some updates, move code in rp2040.c 2024-04-12 13:27:16 +03:00
halconf.h some updates, move code in rp2040.c 2024-04-12 13:27:16 +03:00
info.json Macropad 2x5 2024-02-28 21:23:29 +02:00
mcuconf.h some updates, move code in rp2040.c 2024-04-12 13:27:16 +03:00
readme.md Macropad 2x5 2024-02-28 21:23:29 +02:00
rp2040.c some updates, move code in rp2040.c 2024-04-12 13:27:16 +03:00
rules.mk Macropad 2x5 2024-02-28 21:23:29 +02:00

MacroPad 10 RP2040

A RP2040-powered Macropad with a 2x5 layout.

Make example for this board (after setting up your build environment):

qmk compile -kb handwired/set_st/rp2040 -km via

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.

Features

  • Raspberry Pi RP2040 Zero or Plus.
  • 2x10 Mechanical key switch sockets - accepts any Cherry MX-compatible switches. Individually tied to GPIO pins (not matrix wired)
  • One NeoPixel RGB LED per switch, on north side.
  • Rotary encoder, 20 detents per rotation, with push-switch on GPIO pin.
  • 128x64 SH1306 Monochrome OLED i2c display.

Bootloader

Enter the bootloader in 4 ways:

  • Bootmagic reset: Hold down the key just below the rotary encoder push-button on power-up.
  • Physical reset button: Press twice the button on the side while the board is connected.
  • BOOT button Hold down the rotary encoder push-button on power-up or reset.
  • Keycode in layout: Press the key mapped to QK_BOOT if it is available.