forked from mirrors/qmk_firmware
8b658dcc9a
* `MI_ON`, `MI_OFF`, `MI_TOG` -> `MI_TOGG` * `MI_CH*`, `MI_CHU` -> `MI_CHNU`, `MI_CHD` -> `MI_CHND` * `MI_VEL_*` -> `MI_VL*`, `MI_VELU`, `MI_VELD` * `MI_TRNS_*` -> `MI_TR*`, `MI_TRNSU` -> `MI_TRSU`, `MI_TRNSD` -> `MI_TRSD` * `MI_OCT_*` -> `MI_OC*`, `MI_OCTU`, `MI_OCTD` * Misc controls * Note keycodes * Add legacy keycodes * Regenerate keycodes * Typo |
||
---|---|---|
.. | ||
keymaps | ||
bm40hsrgb.c | ||
bm40hsrgb.h | ||
config.h | ||
info.json | ||
readme.md | ||
rules.mk |
bm40hsrgb
An ortholinear 40% hotswap keyboard with per-key RGB in-switch LEDs and RGB Backlighting, from KP Republic.
This firmware was originally taken from a kbfirmware.json and manually converted. You may find the original .json
files here.
- Keyboard Maintainer: rgoulter
- Hardware Supported: bm40hsrgb PCB
- Hardware Availability: KPRepublic
Make example for this keyboard (after setting up your build environment):
make kprepublic/bm40hsrgb:default
Flashing example for this keyboard:
make kprepublic/bm40hsrgb:default:flash
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.