mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-26 11:01:13 +00:00
- 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 |
||
---|---|---|
.. | ||
keymaps/default | ||
config.h | ||
jcpm2.c | ||
keyboard.json | ||
readme.md |
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