qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

readme.md (1173B)


      1 # bm40hsrgb
      2 
      3 ![BM40 RGB](https://i.imgur.com/eOqXMlNh.jpg)
      4 
      5 An ortholinear 40% hotswap keyboard with per-key RGB in-switch LEDs and RGB Backlighting, from KP Republic.
      6 
      7 This firmware was originally taken from a kbfirmware.json and manually converted. You may find the original `.json` files [here](https://drive.google.com/drive/folders/1tlTHQIFcluK2mjZ4UbbKCsdRLgSRSPw6).
      8 
      9 * Keyboard Maintainer: [rgoulter](https://github.com/rgoulter)
     10 * Hardware Supported: bm40hsrgb PCB
     11 * Hardware Availability: [KPRepublic](https://www.aliexpress.com/item/4001147779116.html)
     12 
     13 Make example for this keyboard (after setting up your build environment):
     14 
     15     for rev1: make kprepublic/bm40hsrgb/rev1:default
     16     for rev2: make kprepublic/bm40hsrgb/rev2:default
     17 
     18 Flashing example for this keyboard:
     19 
     20     for rev1: make kprepublic/bm40hsrgb/rev1:default:flash
     21     for rev2: make kprepublic/bm40hsrgb/rev2:default:flash
     22 
     23 See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).