diff options
Diffstat (limited to 'keyboards/splitish/config.h')
-rw-r--r-- | keyboards/splitish/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/splitish/config.h b/keyboards/splitish/config.h index 5f97aa585d..9be811cca8 100644 --- a/keyboards/splitish/config.h +++ b/keyboards/splitish/config.h @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" #define MATRIX_ROWS 4 #define MATRIX_COLS 12 @@ -26,8 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_ROW_PINS { B4 , B5 , B2 , B6 } #define DIODE_DIRECTION COL2ROW -#define DEBOUNCE 5 - #define LOCKING_SUPPORT_ENABLE #define LOCKING_RESYNC_ENABLE |