diff options
author | Joel Challis <git@zvecr.com> | 2020-05-25 03:15:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-24 19:15:27 -0700 |
commit | dc6fe85b87a62ddba13b501a8d81bea9d5ff563b (patch) | |
tree | cf6346bf4b45ec078d1c7cafab267742ad8cb7bd /keyboards/zvecr/split_blackpill/readme.md | |
parent | 883dd2df80edf084d100c61c1b61782bfa5503f9 (diff) |
[Keyboard] Add zvecr/split_blackpill (#9166)
* Add split_blackpill keyboard
* Add RGB config
* tidy up rules
* fix usage of layer_state_t
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
* Add configurator support
Diffstat (limited to 'keyboards/zvecr/split_blackpill/readme.md')
-rw-r--r-- | keyboards/zvecr/split_blackpill/readme.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/zvecr/split_blackpill/readme.md b/keyboards/zvecr/split_blackpill/readme.md new file mode 100644 index 0000000000..811e308f77 --- /dev/null +++ b/keyboards/zvecr/split_blackpill/readme.md @@ -0,0 +1,15 @@ +# split_blackpill + +![split_blackpill](https://i.imgur.com/cQTWvDFl.jpg) + +ARM Split ortho_4x12 mechanical keyboard. + +* Keyboard Maintainer: [zvecr](https://github.com/zvecr) +* Hardware Supported: f103 blackpill +* Hardware Availability: [repo](https://github.com/zvecr/split_blackpill) + +Make example for this keyboard (after setting up your build environment): + + make zvecr/split_blackpill:default + +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 |