diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-15 02:45:47 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-15 02:45:47 +0000 |
commit | 15c09335e95a5d2cbbbe44a2582d598d8c587aa5 (patch) | |
tree | 6115e3c8cd5bbd6b004d3b383886ec15c2fdebc8 /keyboards/chocofly/readme.md | |
parent | 7501523e1f7d99c3abf3efbe2ad88cb4bac51367 (diff) | |
parent | 807620fa3c9995db29f0752162cee136a1381c13 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/chocofly/readme.md')
-rw-r--r-- | keyboards/chocofly/readme.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/chocofly/readme.md b/keyboards/chocofly/readme.md new file mode 100644 index 0000000000..0d9db2c04b --- /dev/null +++ b/keyboards/chocofly/readme.md @@ -0,0 +1,23 @@ +# Chocofly + +![Chocofly v1.0](https://github.com/vlkv/chocofly/blob/master/images/chocofly_v1-0.jpg) + +An open source ergonomic monoblock 60% keyboard. + +* Keyboard Maintainer: [Vitaly Volkov](https://github.com/vlkv) +* Hardware Supported: Chocofly PCB v1, Pro Micro 5V/16MHz and compatible. +* Hardware Availability: [github.com/vlkv/chocofly](https://github.com/vlkv/chocofly) + +Make example for this keyboard (after setting up your build environment): + + make chocofly/v1:default + +Flashing example for this keyboard: + + make chocofly/v1:default:flash + +## Bootloader + +Briefly press the button along the top edge of the PCB next to the microcontroller. + +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). |