summaryrefslogtreecommitdiff
path: root/keyboards/unicomp/classic_ultracl_post_2013/overnumpad_1xb/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/unicomp/classic_ultracl_post_2013/overnumpad_1xb/config.h')
-rw-r--r--keyboards/unicomp/classic_ultracl_post_2013/overnumpad_1xb/config.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/unicomp/classic_ultracl_post_2013/overnumpad_1xb/config.h b/keyboards/unicomp/classic_ultracl_post_2013/overnumpad_1xb/config.h
index ad7668bdea..88eb8c2c51 100644
--- a/keyboards/unicomp/classic_ultracl_post_2013/overnumpad_1xb/config.h
+++ b/keyboards/unicomp/classic_ultracl_post_2013/overnumpad_1xb/config.h
@@ -15,14 +15,9 @@
*/
#pragma once
-#include "config_common.h"
#define SERIAL_NUMBER "purdea.ro:overnumpad_controller"
-/* key matrix size */
-#define MATRIX_ROWS 8
-#define MATRIX_COLS 16
-
/*
* Keyboard Matrix Assignments
*
@@ -47,9 +42,6 @@
/* COL2ROW, ROW2COL*/
#define DIODE_DIRECTION ROW2COL
-/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCE 5
-
/* define if matrix has ghost (lacks anti-ghosting diodes) */
#define MATRIX_HAS_GHOST
@@ -61,8 +53,3 @@
#define SOLENOID_MIN_DWELL 4
#define HAPTIC_OFF_IN_LOW_POWER 1
#define NO_HAPTIC_MOD
-
-#define LED_NUM_LOCK_PIN C12
-#define LED_CAPS_LOCK_PIN C11
-#define LED_SCROLL_LOCK_PIN C10
-#define LED_ON_STATE 1