summaryrefslogtreecommitdiff
path: root/keyboards/mechlovin/tmkl/readme.md
diff options
context:
space:
mode:
authormechlovin <57231893+mechlovin@users.noreply.github.com>2021-01-05 21:44:19 -0800
committerGitHub <noreply@github.com>2021-01-05 21:44:19 -0800
commit115aa95788cb4c25b307f5c191e51df326d05e6e (patch)
tree787298f6727a36df7984d7c8d02cb718843681db /keyboards/mechlovin/tmkl/readme.md
parent340fc9dce3ab00f911e978f1f246d8523eb2efec (diff)
[Keyboard] Add TMKL PCB (#11173)
* add * update * update indicator LED * Update keyboards/mechlovin/tmkl/keymaps/default/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/mechlovin/tmkl/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: vuhopkep <boy9x0@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/mechlovin/tmkl/readme.md')
-rw-r--r--keyboards/mechlovin/tmkl/readme.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/mechlovin/tmkl/readme.md b/keyboards/mechlovin/tmkl/readme.md
new file mode 100644
index 0000000000..f428fd9172
--- /dev/null
+++ b/keyboards/mechlovin/tmkl/readme.md
@@ -0,0 +1,18 @@
+# tmkl
+
+![tmkl](https://i.imgur.com/CrdsxfMl.png)
+
+A PCB for Private
+* Keyboard Maintainer: [Team Mechlovin'](https://github.com/mechlovin)
+* Hardware Supported: TMKL rev.1, STM32F303
+* Hardware Availability: Private GB
+
+Make example for this keyboard (after setting up your build environment):
+
+ make mechlovin/tmkl:default
+
+Flashing example for this keyboard:
+
+ make mechlovin/tmkl: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).