From c1ea23da5c48f25faddcc7d52da9a1f5dcf28fee Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sat, 4 Aug 2012 10:47:56 +0300 Subject: 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 --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') 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 -- cgit v1.2.3