diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2018-11-02 12:44:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-02 12:44:57 -0400 |
| commit | 34112dac36482edbd5331eac3dfe436752ff7653 (patch) | |
| tree | f84b85d1290cdc94abd71f79300d619ed2af7a06 /common_features.mk | |
| parent | 15f6278aa623ceda4c220daee1cbedb9e38e6a97 (diff) | |
| download | qmk_firmware-34112dac36482edbd5331eac3dfe436752ff7653.tar.gz qmk_firmware-34112dac36482edbd5331eac3dfe436752ff7653.zip | |
Adds the Proton C base project (#4224)
* adds proton c base
* fixes custom matrix include
* adds readme.md
* usable pins, readme update
Diffstat (limited to 'common_features.mk')
| -rw-r--r-- | common_features.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common_features.mk b/common_features.mk index 3fd8361a5..f44dfc47d 100644 --- a/common_features.mk +++ b/common_features.mk | |||
| @@ -244,7 +244,7 @@ QUANTUM_SRC:= \ | |||
| 244 | $(QUANTUM_DIR)/keymap_common.c \ | 244 | $(QUANTUM_DIR)/keymap_common.c \ |
| 245 | $(QUANTUM_DIR)/keycode_config.c | 245 | $(QUANTUM_DIR)/keycode_config.c |
| 246 | 246 | ||
| 247 | ifndef CUSTOM_MATRIX | 247 | ifneq ($(strip $(CUSTOM_MATRIX)), yes) |
| 248 | ifeq ($(strip $(SPLIT_KEYBOARD)), yes) | 248 | ifeq ($(strip $(SPLIT_KEYBOARD)), yes) |
| 249 | QUANTUM_SRC += $(QUANTUM_DIR)/split_common/matrix.c | 249 | QUANTUM_SRC += $(QUANTUM_DIR)/split_common/matrix.c |
| 250 | else | 250 | else |
