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.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/tunks/ergo33/config.h b/keyboards/tunks/ergo33/config.h
index d5291300fc..56f76ff4b7 100644
--- a/keyboards/tunks/ergo33/config.h
+++ b/keyboards/tunks/ergo33/config.h
@@ -16,7 +16,6 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 7
@@ -31,9 +30,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,11 +51,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 }
@@ -73,7 +64,3 @@
/* disable print */
//#define NO_PRINT
-
-/* Bootmagic Lite key configuration */
-// #define BOOTMAGIC_LITE_ROW 0
-// #define BOOTMAGIC_LITE_COLUMN 0