Adds the Proton C base project (#4224)

* adds proton c base

* fixes custom matrix include

* adds readme.md

* usable pins, readme update
This commit is contained in:
Jack Humbert 2018-11-02 12:44:57 -04:00 committed by GitHub
parent 15f6278aa6
commit 34112dac36
Failed to generate hash of commit
14 changed files with 2743 additions and 1 deletions

View file

@ -244,7 +244,7 @@ QUANTUM_SRC:= \
$(QUANTUM_DIR)/keymap_common.c \
$(QUANTUM_DIR)/keycode_config.c
ifndef CUSTOM_MATRIX
ifneq ($(strip $(CUSTOM_MATRIX)), yes)
ifeq ($(strip $(SPLIT_KEYBOARD)), yes)
QUANTUM_SRC += $(QUANTUM_DIR)/split_common/matrix.c
else