forked from mirrors/qmk_userspace
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:
parent
15f6278aa6
commit
34112dac36
14 changed files with 2743 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue