summaryrefslogtreecommitdiff
path: root/keyboards/trashman/ketch/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/trashman/ketch/config.h')
-rw-r--r--keyboards/trashman/ketch/config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/trashman/ketch/config.h b/keyboards/trashman/ketch/config.h
index 7bee062c77..fb20f7eb23 100644
--- a/keyboards/trashman/ketch/config.h
+++ b/keyboards/trashman/ketch/config.h
@@ -21,14 +21,12 @@ SOFTWARE.
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 6
#define MATRIX_COLS 8
#define MATRIX_ROW_PINS { F5, F1, F0, F7, B6, F6 }
#define MATRIX_COL_PINS { D0, D1, D2, D3, D4, D5, D6, D7 }
#define DIODE_DIRECTION COL2ROW
-#define DEBOUNCE 5
#define USB_MAX_POWER_CONSUMPTION 100
#define RGB_DI_PIN F4