aboutsummaryrefslogtreecommitdiffstats
path: root/docs/kiibohd.asciidoc
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-07-07 15:57:18 -0400
committerGitHub <noreply@github.com>2017-07-07 15:57:18 -0400
commit0787d70e55a668244445d9328f3cda2303cc6877 (patch)
treed2134fc159433f3cf4967d831a6b30de5630f744 /docs/kiibohd.asciidoc
parent9de443cbf10ac41bc15762c9c83f138f51dd3b9a (diff)
parentecd3dbf085826459af9728b6529a504ba7d3de14 (diff)
downloadfirmware-0787d70e55a668244445d9328f3cda2303cc6877.tar.gz
firmware-0787d70e55a668244445d9328f3cda2303cc6877.tar.bz2
firmware-0787d70e55a668244445d9328f3cda2303cc6877.zip
Updates Documentation from #1444
Diffstat (limited to 'docs/kiibohd.asciidoc')
-rw-r--r--docs/kiibohd.asciidoc29
1 files changed, 0 insertions, 29 deletions
diff --git a/docs/kiibohd.asciidoc b/docs/kiibohd.asciidoc
deleted file mode 100644
index 4a7ee64d8..000000000
--- 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