summaryrefslogtreecommitdiff
path: root/keyboards/planck/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/config.h')
-rw-r--r--keyboards/planck/config.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/planck/config.h b/keyboards/planck/config.h
index 87221a81f8..a29d0f82a1 100644
--- a/keyboards/planck/config.h
+++ b/keyboards/planck/config.h
@@ -17,11 +17,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 4
-#define MATRIX_COLS 12
/* Planck PCB default pin-out */
#define MATRIX_ROW_PINS { D0, D5, B5, B6 }
@@ -40,15 +35,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
-/* define if matrix has ghost */
-//#define MATRIX_HAS_GHOST
-
-/* number of backlight levels */
#define BACKLIGHT_LEVELS 3
-/* 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 */