qmk_firmware/keyboards/handwired/macro3
Nick Brassel b2b6afffcb
Remove any instances of rules.mk which only enabled encoder map.
- Command executed:
  find keyboards -name rules.mk | while read f ; do if [ "$(cat $f | grep -v ENCODER_MAP_ENABLE | sed -e 's@#.*@@g')" = "" ]; then echo $f ; fi; done | while read f ; do git rm -rf $f ; done
2025-06-03 10:01:45 +10:00
..
keymaps/default Remove any instances of rules.mk which only enabled encoder map. 2025-06-03 10:01:45 +10:00
keyboard.json Migrate build target markers to keyboard.json (#23293) 2024-03-30 11:31:50 +00:00
macro3.c
readme.md

Macro3

Macro3

Macro3 is a low-profile macro pad with dual encoder support designed by @davidphilipbarr.

Keyboard Info

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

make handwired/macro3:default

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

Bootloader

Enter the bootloader in 3 ways:

  • Bootmagic reset: Hold down the top right key and plug in the controller.
  • Keycode in layout: Press the key mapped to QK_BOOT if it is configured.
  • Physical reset pins: Briefly short the RST and GND pins on the microcontroller using tweezers, a paperclip, or any other conductive material.