Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
qmk-bot committed Aug 12, 2024
2 parents 2c6409f + dccada9 commit 45397a4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions builddefs/build_keyboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,12 @@ endif

# Force expansion
override TARGET := $(TARGET)
$(info TARGET=$(TARGET))

ifneq ($(FORCE_LAYOUT),)
override TARGET := $(TARGET)_$(FORCE_LAYOUT)
$(info TARGET=$(TARGET))
endif
ifneq ($(CONVERT_TO),)
override TARGET := $(TARGET)_$(CONVERT_TO)
$(info TARGET=$(TARGET))
endif

# Object files and generated keymap directory
Expand Down

0 comments on commit 45397a4

Please sign in to comment.