summaryrefslogtreecommitdiff
path: root/keyboards/vitamins_included/rev1
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/vitamins_included/rev1')
-rw-r--r--keyboards/vitamins_included/rev1/config.h16
-rw-r--r--keyboards/vitamins_included/rev1/info.json6
-rw-r--r--keyboards/vitamins_included/rev1/rules.mk3
3 files changed, 5 insertions, 20 deletions
diff --git a/keyboards/vitamins_included/rev1/config.h b/keyboards/vitamins_included/rev1/config.h
index 44622b28e7..cea58affaa 100644
--- a/keyboards/vitamins_included/rev1/config.h
+++ b/keyboards/vitamins_included/rev1/config.h
@@ -18,17 +18,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define SPLIT_USB_DETECT
#define EE_HANDS
-#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 }
@@ -36,15 +29,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
-
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
diff --git a/keyboards/vitamins_included/rev1/info.json b/keyboards/vitamins_included/rev1/info.json
index 90ac25f360..e79f940440 100644
--- a/keyboards/vitamins_included/rev1/info.json
+++ b/keyboards/vitamins_included/rev1/info.json
@@ -1,5 +1,9 @@
{
"usb": {
"device_version": "0.0.1"
- }
+ },
+ "split": {
+ "soft_serial_pin": "D0"
+ },
+ "bootloader": "caterina"
}
diff --git a/keyboards/vitamins_included/rev1/rules.mk b/keyboards/vitamins_included/rev1/rules.mk
index 6e9beefafe..d38a618090 100644
--- a/keyboards/vitamins_included/rev1/rules.mk
+++ b/keyboards/vitamins_included/rev1/rules.mk
@@ -1,4 +1 @@
-# Bootloader selection
-BOOTLOADER = caterina
-
SPLIT_KEYBOARD = yes