diff options
| author | QMK Bot <hello@qmk.fm> | 2022-10-05 16:55:12 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2022-10-05 16:55:12 +0000 |
| commit | 86ce1d4b04031174b3eca666fbee5f7c9c706ab2 (patch) | |
| tree | 1893ffaa3f6096e3a07d8cf971c14880db7e82bf /Makefile | |
| parent | d1b6b062024dddf047f760efbad21edb2acca394 (diff) | |
| parent | 959f4cbb621868a4f0c1701f54ad2a1f45d889af (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -264,7 +264,7 @@ define PARSE_KEYMAP # The rest of the rule is the target # Remove the leading ":" from the target, as it acts as a separator MAKE_TARGET := $$(patsubst :%,%,$$(RULE)) - # We need to generate an unique indentifer to append to the COMMANDS list + # We need to generate an unique identifier to append to the COMMANDS list CURRENT_KB_UNDER := $$(subst /,_,$$(CURRENT_KB)) COMMAND := COMMAND_KEYBOARD_$$(CURRENT_KB_UNDER)_KEYMAP_$$(CURRENT_KM) # If we are compiling a keyboard without a subproject, we want to display just the name |
