summaryrefslogtreecommitdiff
path: root/keyboards/kingly_keys/soap/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/kingly_keys/soap/config.h')
-rw-r--r--keyboards/kingly_keys/soap/config.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/kingly_keys/soap/config.h b/keyboards/kingly_keys/soap/config.h
index 74e6667bb3..3127ee9411 100644
--- a/keyboards/kingly_keys/soap/config.h
+++ b/keyboards/kingly_keys/soap/config.h
@@ -14,15 +14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.#pragma once
*/
-#include "config_common.h"
-
- /* key matrix size */
-#define MATRIX_ROWS 2
-#define MATRIX_COLS 4
-
-#define ENCODERS_PAD_A { D6 }
-#define ENCODERS_PAD_B { D7 }
-
/* key matrix pins */
#define MATRIX_ROW_PINS { C7, C6 }
#define MATRIX_COL_PINS { F4, F1, F0, D5 }
@@ -30,9 +21,6 @@
/* 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