diff options
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 */ |