qmk_firmware/keyboards/zlabkeeb/15pad
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 Update 15PAD & 6PAD (#23397) 2024-04-02 20:58:31 +01:00
readme.md [Keyboard] Add Macropad 15Pad (#23257) 2024-03-28 21:51:22 -07:00

15PAD

15PAD

15PAD is a Macropad With 12 Keys & 3 Rotary Encoder, Designed And Manufactured In INDONESIA.

  • Keyboard Maintainer: zlabkeeb
  • Hardware Supported: 15Pad PCB, RP2040 ZERO
  • Hardware Availability: (INDONESIA ONLY) Tokopedia

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

make zlabkeeb/15pad:default

Flashing example for this keyboard:

make zlabkeeb/15pad:default:flash

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 key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
  • Physical reset button: Briefly press the button on the top of the PCB
  • Keycode in layout: Press the key mapped to QK_BOOT if it is available