diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2017-05-27 18:09:52 -0400 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2017-05-27 18:09:52 -0400 |
| commit | 704794bae3bf96541b0362ea38b84706d5ee6958 (patch) | |
| tree | 866be7a6a63cb8e5f6f7c236303a796239ed9eae /docs/Kiibohd.asciidoc | |
| parent | d24da945d1dbfbe81177dd6611b0d5a27ab8344f (diff) | |
| parent | e229dcadb5c9f8c09f14a439fe5a4c7c48ba2249 (diff) | |
| download | qmk_firmware-704794bae3bf96541b0362ea38b84706d5ee6958.tar.gz qmk_firmware-704794bae3bf96541b0362ea38b84706d5ee6958.zip | |
subtree docs
Diffstat (limited to 'docs/Kiibohd.asciidoc')
| -rw-r--r-- | docs/Kiibohd.asciidoc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/Kiibohd.asciidoc b/docs/Kiibohd.asciidoc new file mode 100644 index 000000000..4a7ee64d8 --- /dev/null +++ b/docs/Kiibohd.asciidoc | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | == KLL vs TMK | ||
| 2 | 1. **Shift** = Memontary | ||
| 3 | 1. Latch = One shot | ||
| 4 | 1. Lock = Toggle | ||
| 5 | |||
| 6 | ## KLL terminology | ||
| 7 | ### Fall-through | ||
| 8 | When a key is undefined on a particular layer, the key | ||
| 9 | definition on the previously stacked layer will be used. Eventually | ||
| 10 | the key definition will be set to using the default layer. If the None | ||
| 11 | keyword is used, then the fall-through will stop and no action will | ||
| 12 | take place. | ||
| 13 | ###Latch | ||
| 14 | When referring to keyboards, a key function that is only enabled | ||
| 15 | until the release of the next keypress. | ||
| 16 | ###Lock | ||
| 17 | When referring to keyboards, a key function that is enabled until | ||
| 18 | that key is pressed again (e.g. Caps Lock). | ||
| 19 | ### NKRO | ||
| 20 | N-Key Rollover is the capability to press N number of keys at the | ||
| 21 | same time on a keyboard and have them all register on the OS simultaneously. | ||
| 22 | ### Scan Code | ||
| 23 | Row x Column code or native protocol code used by the keyboard. | ||
| 24 | ### Shift | ||
| 25 | When referring to keyboards, a key function that is enabled while | ||
| 26 | that key is held. | ||
| 27 | ### USB Code | ||
| 28 | Keyboard Press/Release codes as defined by the USB HID | ||
| 29 | Spec. \ No newline at end of file | ||
