diff options
author | Koichi Katano <36572567+kkatano@users.noreply.github.com> | 2020-09-04 01:09:36 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-03 09:09:36 -0700 |
commit | c1a6b5f430a46206ce98a3c52284725e80322a98 (patch) | |
tree | d298b5a2f724f766da8ce950d8bf2fc80ba5a0ad /keyboards/bakeneko60/readme.md | |
parent | 25e93b4b677c85165f6996f3de96f260121f549a (diff) | |
download | qmk_firmware-c1a6b5f430a46206ce98a3c52284725e80322a98.tar.gz |
[Keyboard] add Bakeneko 60 (#10212)
* Add Bakeneko 60 keyboard
* Apply suggestions from code review
Diffstat (limited to 'keyboards/bakeneko60/readme.md')
-rw-r--r-- | keyboards/bakeneko60/readme.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/bakeneko60/readme.md b/keyboards/bakeneko60/readme.md new file mode 100644 index 000000000..9d8b2d3a2 --- /dev/null +++ b/keyboards/bakeneko60/readme.md @@ -0,0 +1,17 @@ +# Bakeneko 60 + +An open source O-ring gasket mount keyboard + +* Keyboard Maintainer: [kkatano](https://github.com/kkatano) +* Hardware Supported: Bakeneko 60 +* Hardware Availability: [Open source on GitHub](https://github.com/kkatano/bakeneko-60-pcb) + +Make example for this keyboard (after setting up your build environment): + + make bakeneko60:default + +Flashing example for this keyboard: + + make bakeneko60: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). |