diff options
Diffstat (limited to 'docs/faq_general.md')
-rw-r--r-- | docs/faq_general.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq_general.md b/docs/faq_general.md index fcc40e0a1..7647b1c2a 100644 --- a/docs/faq_general.md +++ b/docs/faq_general.md | |||
@@ -10,7 +10,7 @@ | |||
10 | 10 | ||
11 | ## What Differences Are There Between QMK and TMK? | 11 | ## What Differences Are There Between QMK and TMK? |
12 | 12 | ||
13 | TMK was originally designed and implemented by [Jun Wako](https://github.com/tmk). QMK started as [Jack Humbert's](https://github.com/jackhumbert) fork of TMK for the Planck. After a while Jack's fork had diverged quite a bit from TMK, and in 2015 Jack decided to rename his fork to QMK. | 13 | TMK was originally designed and implemented by [Jun Wako](https://github.com/tmk). QMK started as [Jack Humbert](https://github.com/jackhumbert)'s fork of TMK for the Planck. After a while Jack's fork had diverged quite a bit from TMK, and in 2015 Jack decided to rename his fork to QMK. |
14 | 14 | ||
15 | From a technical standpoint QMK builds upon TMK by adding several new features. Most notably QMK has expanded the number of available keycodes and uses these to implement advanced features like `S()`, `LCTL()`, and `MO()`. You can see a complete list of these keycodes in [Keycodes](keycodes.md). | 15 | From a technical standpoint QMK builds upon TMK by adding several new features. Most notably QMK has expanded the number of available keycodes and uses these to implement advanced features like `S()`, `LCTL()`, and `MO()`. You can see a complete list of these keycodes in [Keycodes](keycodes.md). |
16 | 16 | ||