summaryrefslogtreecommitdiffstats
path: root/keyboards/bear_face/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/bear_face/config.h')
-rw-r--r--keyboards/bear_face/config.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/bear_face/config.h b/keyboards/bear_face/config.h
index 82349297dd..81ada21b71 100644
--- a/keyboards/bear_face/config.h
+++ b/keyboards/bear_face/config.h
@@ -17,21 +17,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-
-/* bear_face matrix pinout */
-#define MATRIX_ROW_PINS { F5, F6, F4, F1, B0, B6 }
-#define MATRIX_COL_PINS { B5, C7, C6, F0, E6, B7, D0, D1, D2, D3, D5, D4, D6, D7, B4 }
-
-/* COL2ROW or ROW2COL */
-#define DIODE_DIRECTION COL2ROW
-
/* 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
-#define FORCE_NKRO
-
/*
* Feature disable options
* These options are also useful to firmware size reduction.