diff options
| author | bbrfkr | 2021-06-07 07:08:20 +0200 |
|---|---|---|
| committer | GitHub | 2021-06-07 07:08:20 +0200 |
| commit | 7b666245d6e6baea939e0088fbbf9104d8efaca1 (patch) | |
| tree | ab6aa9d8594731bd377aa53faa8d02faa0cae78f /keyboards/molecule/readme.md | |
| parent | 23631de1919da3de393d1870d8c9606d1cd4849b (diff) | |
[Keyboard] add molecule (#12601)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/molecule/readme.md')
| -rwxr-xr-x | keyboards/molecule/readme.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/molecule/readme.md b/keyboards/molecule/readme.md new file mode 100755 index 0000000000..1538157ec0 --- /dev/null +++ b/keyboards/molecule/readme.md @@ -0,0 +1,21 @@ +# molecule + +[](https://i.imgur.com/uYCeS4Yh.jpg) + +A 40 keys keyboard with trackball. + +* Keyboard Maintainer: [bbrfkr](https://github.com/bbrfkr) [@bbrfkr](https://twitter.com/bbrfkr) +* Hardware Supported: molecule PCB, Pro Micro +* Hardware Availability: https://bbrfkr.booth.pm/ + +Make example for this keyboard (after setting up your build environment): + + make molecule:default + +Flashing example for this keyboard: + + make molecule: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). + +This keyboard project includes [aball](https://github.com/brickbots/aball) project source code partially. |