diff options
Diffstat (limited to 'keyboards/vagrant_10/config.h')
-rwxr-xr-x | keyboards/vagrant_10/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/vagrant_10/config.h b/keyboards/vagrant_10/config.h index 1f3b433878..1fb2801fc0 100755 --- a/keyboards/vagrant_10/config.h +++ b/keyboards/vagrant_10/config.h @@ -24,7 +24,6 @@ SOFTWARE. */ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 4 @@ -37,9 +36,6 @@ SOFTWARE. /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW -/* Set 0 if debouncing isn't needed */ -#define DEBOUNCE 5 - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE |