summaryrefslogtreecommitdiff
path: root/keyboards/omnikeyish/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/omnikeyish/config.h')
-rw-r--r--keyboards/omnikeyish/config.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/omnikeyish/config.h b/keyboards/omnikeyish/config.h
index 429fcfa170..cc80606a97 100644
--- a/keyboards/omnikeyish/config.h
+++ b/keyboards/omnikeyish/config.h
@@ -1,13 +1,8 @@
#pragma once
-#include "config_common.h"
#define KEYBOARD_PCB_REV 11
-/* key matrix size */
-#define MATRIX_ROWS 6
-#define MATRIX_COLS 23
-
/* key matrix pins */
#if KEYBOARD_PCB_REV == 10
#define MATRIX_ROW_PINS { D2, D3, D4, D5, D6, D7 }
@@ -16,16 +11,9 @@
#endif
#define MATRIX_COL_PINS { F0, F1, F2, F3, F4, F5, F6, F7, C7, C6, C5, C4, C3, C2, C1, C0, B0, B1, B2, B3, B4, B5, B6 }
-#define LED_NUM_LOCK_PIN E0
-#define LED_CAPS_LOCK_PIN E1
-#define LED_SCROLL_LOCK_PIN B7
-
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION ROW2COL
-/* 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