summaryrefslogtreecommitdiff
path: root/keyboards/vitamins_included/rev2
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/vitamins_included/rev2')
-rw-r--r--keyboards/vitamins_included/rev2/config.h22
-rw-r--r--keyboards/vitamins_included/rev2/info.json12
-rw-r--r--keyboards/vitamins_included/rev2/rules.mk3
3 files changed, 11 insertions, 26 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.
diff --git a/keyboards/vitamins_included/rev2/info.json b/keyboards/vitamins_included/rev2/info.json
index e557e4d307..894043ef98 100644
--- a/keyboards/vitamins_included/rev2/info.json
+++ b/keyboards/vitamins_included/rev2/info.json
@@ -1,5 +1,15 @@
{
"usb": {
"device_version": "0.0.2"
- }
+ },
+ "qmk_lufa_bootloader": {
+ "esc_input": "F5",
+ "esc_output": "F1",
+ "led": "D5",
+ "speaker": "C6"
+ },
+ "split": {
+ "soft_serial_pin": "D0"
+ },
+ "bootloader": "qmk-dfu"
}
diff --git a/keyboards/vitamins_included/rev2/rules.mk b/keyboards/vitamins_included/rev2/rules.mk
index 05167eb3b9..9f05083d69 100644
--- a/keyboards/vitamins_included/rev2/rules.mk
+++ b/keyboards/vitamins_included/rev2/rules.mk
@@ -1,6 +1,3 @@
-# Bootloader selection
-BOOTLOADER = qmk-dfu
-
SPLIT_KEYBOARD = yes
# Disable unsupported hardware