qmk_firmware

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

readme.md (1435B)


      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     make kprepublic/bm40hsrgb/rev2:default
     16 
     17 Flashing example for this keyboard:
     18 
     19     make kprepublic/bm40hsrgb/rev2:default:flash
     20 
     21 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).
     22 
     23 ## Bootloader
     24 
     25 There are multiple ways to enter the bootloader so that firmware can be flashed onto the keyboard:
     26 
     27 * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (the top left key) and plug in the keyboard.
     28 * **Physical reset button**: Briefly press the button labeled 'RST' on the back of the PCB.
     29 * **Keycode in layout**: Press the key mapped to `RESET` if it is available.