qmk_firmware/keyboards/mechwild/murphpad
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
lib [Keyboard] New Keyboard - Murphpad (#12885) 2021-05-21 22:28:44 -07:00
config.h Migrate LOCKING_*_ENABLE to Data-Driven: M, Part 1 (#23772) 2024-05-22 21:49:15 +01:00
keyboard.json Remove "command":false from keyboards (#25193) 2025-04-24 10:28:13 +10:00
murphpad.c Move small macropad-ish layouts to data driven (#20341) 2023-04-05 15:46:59 +10:00
readme.md [Keyboard] Murphpad Changes and Updates (#12995) 2021-06-18 17:48:41 -07:00

MurphPad

murphpad

A DIY numpad kit with macro row, two additional keys, OLED, RGB Underglow, and encoder.

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

make mechwild/murphpad:default

Flashing example for this keyboard:

make mechwild/murphpad:default:flash

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