Skip to content

Commit

Permalink
Split out mcu_selection to platform (qmk#19701)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Jan 28, 2023
1 parent b727434 commit 832479c
Show file tree
Hide file tree
Showing 4 changed files with 922 additions and 922 deletions.
3 changes: 2 additions & 1 deletion builddefs/build_keyboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ endif

include $(BUILDDEFS_PATH)/converters.mk

include $(BUILDDEFS_PATH)/mcu_selection.mk
MCU_ORIG := $(MCU)
include $(wildcard $(PLATFORM_PATH)/*/mcu_selection.mk)

# PLATFORM_KEY should be detected in info.json via key 'processor' (or rules.mk 'MCU')
ifeq ($(PLATFORM_KEY),)
Expand Down
Loading

0 comments on commit 832479c

Please sign in to comment.