Skip to content

Commit

Permalink
add comment into build_keyboard.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
mtei committed Mar 18, 2020
1 parent 44e3317 commit a9c643c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build_keyboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ MAIN_KEYMAP_PATH_5 := $(KEYBOARD_PATH_5)/keymaps/$(KEYMAP)
# Check for keymap.json first, so we can regenerate keymap.c
include build_json.mk

# Pull in keymap level rules.mk
ifeq ("$(wildcard $(KEYMAP_PATH))", "")
# Look through the possible keymap folders until we find a matching keymap.c
ifneq ("$(wildcard $(MAIN_KEYMAP_PATH_5)/keymap.c)","")
Expand Down Expand Up @@ -315,11 +316,13 @@ ifeq ("$(USER_NAME)","")
endif
USER_PATH := users/$(USER_NAME)

# Pull in user level rules.mk
-include $(USER_PATH)/rules.mk
ifneq ("$(wildcard $(USER_PATH)/config.h)","")
CONFIG_H += $(USER_PATH)/config.h
endif

# Pull in keyboard_features.mk files from all our subfolders
ifneq ("$(wildcard $(KEYBOARD_PATH_1)/keyboard_features.mk)","")
include $(KEYBOARD_PATH_1)/keyboard_features.mk
endif
Expand Down

0 comments on commit a9c643c

Please sign in to comment.