logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (1003B)


  1. # BBPad
  2. ![BBPad](https://i.imgur.com/FTrK1TC.png)
  3. A completely normal BlackPill-powered DIY numpad kit.
  4. 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`.
  5. * Keyboard Maintainer: [Kyle McCreery](https://github.com/kylemccreery)
  6. * Hardware Supported: BBPad 1.0
  7. * Hardware Availability: [BBPad on MechWild](https://mechwild.com/product/bbpad/)
  8. Make example for this keyboard (after setting up your build environment):
  9. make mechwild/bbpad/f401:default
  10. make mechwild/bbpad/f411:default
  11. Flashing example for this keyboard:
  12. make mechwild/bbpad/f401:default:flash
  13. make mechwild/bbpad/f411:default:flash
  14. 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).