summaryrefslogtreecommitdiff
path: root/keyboards/vitamins_included/rev2/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/vitamins_included/rev2/config.h')
-rw-r--r--keyboards/vitamins_included/rev2/config.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/keyboards/vitamins_included/rev2/config.h b/keyboards/vitamins_included/rev2/config.h
index 2a833f4e76..40f6312b47 100644
--- a/keyboards/vitamins_included/rev2/config.h
+++ b/keyboards/vitamins_included/rev2/config.h
@@ -19,15 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define SPLIT_HAND_PIN B4
-#define SOFT_SERIAL_PIN D0
-
-/* key matrix size */
-// Rows are doubled-up
-#define MATRIX_ROWS 8
-#define MATRIX_COLS 6
// wiring of each half
#define MATRIX_ROW_PINS { F5, F6, C7, F7 }
@@ -35,15 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#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
-
/* ws2812 RGB LED */
#define RGB_DI_PIN F0
@@ -65,12 +49,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# define AUDIO_PIN C6 // Define this to enable the buzzer
#endif
-#define QMK_ESC_OUTPUT F1 // usually COL
-#define QMK_ESC_INPUT F5 // usually ROW
-#define QMK_LED D5
-#define QMK_SPEAKER C6
-
-
/*
* Feature disable options
* These options are also useful to firmware size reduction.