# HG changeset patch # User Jacob Alexander # Date 1384648859 18000 # Node ID 4802161d0ac13224d02f0bd419281bcedc72333d # Parent 5ed7aa36e0b90dad5abd44f1679988aef2824f66 Small README update. diff -r 5ed7aa36e0b9 -r 4802161d0ac1 README --- a/README Sat Nov 16 19:21:21 2013 -0500 +++ b/README Sat Nov 16 19:40:59 2013 -0500 @@ -132,6 +132,8 @@ This module just has to give press/release codes, but does have some callback control to other modules depending on the lifecycle for press/release codes (this can be very complicated depending on the protocol). Each Scan Module has it's own default keymap/modifier map. (TODO recommend keymap changing in the Macro Module). +Some scan modules have very specialized hardware requirements, each module directory should have at least a link to the needed parts and/or schematics (TODO!). + The Macro Module takes care of the mapping of the key press/release code into a USB scan code. Any layering, macros, keypress intelligence/reaction is done here.