summaryrefslogtreecommitdiff
path: root/keyboards/rpiguy9907/southpaw66/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/rpiguy9907/southpaw66/config.h')
-rw-r--r--keyboards/rpiguy9907/southpaw66/config.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/rpiguy9907/southpaw66/config.h b/keyboards/rpiguy9907/southpaw66/config.h
index 13c6694b05..0379348801 100644
--- a/keyboards/rpiguy9907/southpaw66/config.h
+++ b/keyboards/rpiguy9907/southpaw66/config.h
@@ -16,14 +16,9 @@
#pragma once
-#include "config_common.h"
#define TAPPING_TERM 400
-/* key matrix size */
-#define MATRIX_ROWS 7
-#define MATRIX_COLS 10
-
// ROWS: Top to bottom, COLS: Left to right
#define MATRIX_ROW_PINS { D7, C6, D4, D0, D1, D2, D3 }
@@ -32,15 +27,7 @@
/* 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
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
-
-/* Bootmagic Lite key configuration */
-#define BOOTMAGIC_LITE_ROW 1
-#define BOOTMAGIC_LITE_COLUMN 0