summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMamoor Jaan Khan <56243233+LowNightSnack@users.noreply.github.com>2020-09-11 20:37:57 +0530
committerGitHub <noreply@github.com>2020-09-11 20:37:57 +0530
commit7f5235904a5c49cc79875541d313317c9c6856c0 (patch)
treee90fb7fdddc12ebb7b39fab38331e0446b2092f8 /docs
parent178e5e5afbf5d9b4dabb1a247f36714f5234ad29 (diff)
Reverting previous commit
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/dev-clean-room.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/dev-clean-room.md b/docs/docs/dev-clean-room.md
index 89e9826..c11171c 100644
--- a/docs/docs/dev-clean-room.md
+++ b/docs/docs/dev-clean-room.md
@@ -11,7 +11,7 @@ Anyone wanting to contribute code to ZMK _must_ read this, and adhere to the ste
:::
ZMK Firmware is a [clean room design](https://en.wikipedia.org/wiki/Clean_room_design) keyboard firmware, that
-borrows/implements a lot of the features found in popular keyboard firmware projects like [QMK](https://qmk.fm)
+borrows/implements a lot of the features found in popular keyboard firmwares projects like [QMK](https://qmk.fm)
and [TMK](https://github.com/tmk/tmk_keyboard). However, in order for ZMK to use the MIT, it _must_ not
incorporate any of the GPL licensed code from those projects.