diff options
author | Reibl János Dániel <jani.reibl3@gmail.com> | 2020-08-07 00:30:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-06 15:30:16 -0700 |
commit | 671d066c84276f884caaca27046a9cf0493afc5f (patch) | |
tree | 25cd8462be9953fec82d544755efde29b5fe0348 /keyboards/handwired/riblee_f401/README.md | |
parent | b531bd3b04e99e2a46004114997aa791d2699466 (diff) |
[Keyboard] Add handwired 12*5 blackpill keyboard (#9855)
* Add new handwired keyboard with F401 blackpill
* Re-indent
* Add README.md
* Apply suggestions from code review
* Re-indent
* Add README.md
* Apply suggestions from code review
* Fix spacing
* Modify keymap
Add license header
Diffstat (limited to 'keyboards/handwired/riblee_f401/README.md')
-rw-r--r-- | keyboards/handwired/riblee_f401/README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/handwired/riblee_f401/README.md b/keyboards/handwired/riblee_f401/README.md new file mode 100644 index 0000000000..6287ac40c1 --- /dev/null +++ b/keyboards/handwired/riblee_f401/README.md @@ -0,0 +1,16 @@ +# Handwired Preonic + +A compact 50% (12x5) ortholinear keyboard. + +* Keyboard Maintainer: [Daniel Reibl](https://github.com/riblee) +* Hardware Supported: Blackpill F401 + +Make example for this keyboard (after setting up your build environment): + + make handwired/riblee_f401:default + +Flashing example for this keyboard: + + make handwired/riblee_f401:default:flash + +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).
\ No newline at end of file |