diff options
author | tmk <nobody@nowhere> | 2011-09-29 17:08:57 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2011-09-29 17:08:57 +0900 |
commit | 6284b147c23aa32a9e65138b1eb8ee908ece4941 (patch) | |
tree | a4770122b0c61f2c44ea4153628485515245b452 /macway/config.h | |
parent | e65575d4a5f03a90adfa9850cb71a5d0448098cd (diff) |
add debouncing into macway/matrix.c.
Diffstat (limited to 'macway/config.h')
-rw-r--r-- | macway/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macway/config.h b/macway/config.h index 546067beb1..2e68bf252f 100644 --- a/macway/config.h +++ b/macway/config.h @@ -33,6 +33,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_COLS 8 /* define if matrix has ghost */ #define MATRIX_HAS_GHOST +/* Set 0 if need no debouncing */ +#define DEBOUNCE 5 /* key combination for command */ |