qmk_firmware

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

readme.md (993B)


      1 # BB40
      2 
      3 ![BB40](https://i.imgur.com/iikCpBuh.png)
      4 
      5 A completely normal BlackPill-powered 40% DIY kit.
      6 
      7 The `f401` version is the standard for this kit, using an STM32F401 BlackPill. The `f411` version will not run on an STM32F401 BlackPill; if in doubt, use `f401`.
      8 
      9 * Keyboard Maintainer: [Kyle McCreery](https://github.com/kylemccreery)
     10 * Hardware Supported: BB40 v1.0
     11 * Hardware Availability: [BB40 on MechWild](https://mechwild.com/product/bb40/)
     12 
     13 Make example for this keyboard (after setting up your build environment):
     14 
     15     make mechwild/bb40/f401:default
     16     make mechwild/bb40/f411:default
     17 
     18 Flashing example for this keyboard:
     19 
     20     make mechwild/bb40/f401:default:flash
     21     make mechwild/bb40/f411: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).