diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-06-10 15:14:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-10 15:14:17 -0400 |
commit | b721779241d91ef46279fcaae447aa8eacb75422 (patch) | |
tree | f0c8ceb58eccf44977ee51f29a8154d2aed188f8 /docs/Kiibohd.asciidoc | |
parent | 995c3141a674a0311786cc713ea96d39330a9b48 (diff) | |
parent | 06f0f92c1a7b3b362f97cbcad22da6ff6615e6cc (diff) |
Merge pull request #1383 from qmk/deleting-files
Deleting uppercase docs files
Diffstat (limited to 'docs/Kiibohd.asciidoc')
-rw-r--r-- | docs/Kiibohd.asciidoc | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/docs/Kiibohd.asciidoc b/docs/Kiibohd.asciidoc deleted file mode 100644 index 4a7ee64d8c..0000000000 --- a/docs/Kiibohd.asciidoc +++ /dev/null @@ -1,29 +0,0 @@ -== KLL vs TMK -1. **Shift** = Memontary -1. Latch = One shot -1. Lock = Toggle - -## KLL terminology -### Fall-through -When a key is undefined on a particular layer, the key -definition on the previously stacked layer will be used. Eventually -the key definition will be set to using the default layer. If the None -keyword is used, then the fall-through will stop and no action will -take place. -###Latch -When referring to keyboards, a key function that is only enabled -until the release of the next keypress. -###Lock -When referring to keyboards, a key function that is enabled until -that key is pressed again (e.g. Caps Lock). -### NKRO -N-Key Rollover is the capability to press N number of keys at the -same time on a keyboard and have them all register on the OS simultaneously. -### Scan Code -Row x Column code or native protocol code used by the keyboard. -### Shift -When referring to keyboards, a key function that is enabled while -that key is held. -### USB Code -Keyboard Press/Release codes as defined by the USB HID -Spec.
\ No newline at end of file |