Skip to content

Commit

Permalink
Fix post_config.h check
Browse files Browse the repository at this point in the history
  • Loading branch information
vomindoraan committed May 12, 2020
1 parent fd62d23 commit 4acd02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_keyboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ ifneq ("$(wildcard $(KEYMAP_PATH)/config.h)","")
endif

# Userspace post config.h pass
ifneq ("$(wildcard $(USER_PATH)/config.h)","")
ifneq ("$(wildcard $(USER_PATH)/post_config.h)","")
POST_CONFIG_H += $(USER_PATH)/post_config.h
endif

Expand Down

0 comments on commit 4acd02f

Please sign in to comment.