summaryrefslogtreecommitdiff
path: root/macway/config.h
diff options
context:
space:
mode:
authortmk2011-09-29 17:08:57 +0900
committertmk2011-09-29 17:08:57 +0900
commit6284b147c23aa32a9e65138b1eb8ee908ece4941 (patch)
treea4770122b0c61f2c44ea4153628485515245b452 /macway/config.h
parente65575d4a5f03a90adfa9850cb71a5d0448098cd (diff)
add debouncing into macway/matrix.c.
Diffstat (limited to 'macway/config.h')
-rw-r--r--macway/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/macway/config.h b/macway/config.h
index 546067beb..2e68bf252 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 */