[Keyboard] Move vitamins included rev1 to split_common (#7052)
* Initial work to move to split_common * Fixed serial pin
This commit is contained in:
committed by
Joel Challis
parent
abfd6ed961
commit
550435c1c9
@@ -20,7 +20,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
#define SPLIT_USB_DETECT
|
||||
#define NO_USB_STARTUP_CHECK
|
||||
|
||||
#define EE_HANDS
|
||||
#define SOFT_SERIAL_PIN D0
|
||||
|
||||
/* USB Device descriptor parameters */
|
||||
#define DEVICE_VER 0x0001
|
||||
|
@@ -1,9 +1,2 @@
|
||||
SRC += matrix.c \
|
||||
split_util.c \
|
||||
ssd1306.c
|
||||
|
||||
QUANTUM_LIB_SRC += i2c.c \
|
||||
serial.c \
|
||||
|
||||
CUSTOM_MATRIX = yes
|
||||
SPLIT_KEYBOARD = yes
|
||||
BOOTLOADER = caterina
|
||||
|
Reference in New Issue
Block a user