qmk_firmware/keyboards/jcpm2
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
config.h
jcpm2.c
keyboard.json
readme.md

jcpm2

jcpm2

An 8-key macro pad with rotary encoder, RGB backlighting and underlighting. Made and sold by JCC LLC.

  • Keyboard Maintainer: jeremyscook
  • Hardware Supported: JCPM2 PCB, Pro Micro
  • Hardware Availability: Tindie.com

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

make jcpm2:default

Flashing example for this keyboard:

make jcpm2: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 rotary encoder and plug in the keyboard
  • Physical reset button: Double-click the small inside button on top of the PCB
  • Keycode in layout: Press the key mapped to QK_BOOT if it is available