summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2012-08-04 10:47:56 +0300
committerRan Benita <ran234@gmail.com>2012-08-07 11:09:42 +0300
commitc1ea23da5c48f25faddcc7d52da9a1f5dcf28fee (patch)
treea5bc5e2a667f4e2ab16a2180b584dca330e2df2b /README
parent7c89f34e63790e58f4aae8ef9579ec0c3d47d801 (diff)
symbols: remove support for key behaviors
The possible key behaviors are: KB_RadioGroup, KB_Overlay1, KB_Overlay2: already removed support for these. KB_Lock (with or without KB_Permanent): used to ignore key presses or releases to simulate and deal with some legacy keyboard behaviors (like keys that physically lock). Not used at all. We already ignore them while processing key events in state.c, so make it official. Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 2089b38..5f2d57c 100644
--- a/README
+++ b/README
@@ -79,6 +79,9 @@ Notable removals:
+ completely unused in current keymaps, never fully implemented
- overlays
+ almost completely unused in current keymaps
+ - key behaviors
+ + used to implement radio groups and overlays, and to deal with things
+ like keys that physically lock; unused in current keymaps
- indicator behaviours such as LED-controls-key
+ the only supported LED behaviour is key-controls-LED; again this
was never really used in current keymaps