summaryrefslogtreecommitdiff
path: root/keyboards/tunks/ergo33/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/tunks/ergo33/config.h')
-rw-r--r--keyboards/tunks/ergo33/config.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/keyboards/tunks/ergo33/config.h b/keyboards/tunks/ergo33/config.h
index d5291300fc..04db2f1665 100644
--- a/keyboards/tunks/ergo33/config.h
+++ b/keyboards/tunks/ergo33/config.h
@@ -16,10 +16,6 @@
#pragma once
-#include "config_common.h"
-
-#define MATRIX_ROWS 5
-#define MATRIX_COLS 7
/*
* Keyboard Matrix Assignments
@@ -31,9 +27,6 @@
#define DIODE_DIRECTION COL2ROW
-/* Set 0 if debouncing is not needed */
-#define DEBOUNCE 5
-
/* Underglow + top RGB configuration */
#define RGB_DI_PIN D4
#define RGBLIGHT_EFFECT_BREATHING
@@ -55,14 +48,6 @@
# define RGBLED_NUM 14
#endif
-/* 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 ENCODERS_PAD_A { D5 }
-#define ENCODERS_PAD_B { D3 }
-
/*
* Feature disable options
* These options are also useful to firmware size reduction.
@@ -73,7 +58,3 @@
/* disable print */
//#define NO_PRINT
-
-/* Bootmagic Lite key configuration */
-// #define BOOTMAGIC_LITE_ROW 0
-// #define BOOTMAGIC_LITE_COLUMN 0