Skip to content

Commit

Permalink
Commentary.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Sep 3, 2024
1 parent 1a0d8c4 commit 8ee7309
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builddefs/common_features.mk
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,8 @@ ifeq ($(strip $(VIA_ENABLE)), yes)

QUANTUM_SRC += \
nvm_via.c \
nvm_dynamic_keymap.c
nvm_dynamic_keymap.c
# TODO: move `nvm_dynamic_keymap.c` to be guarded by `DYNAMIC_KEYMAP_ENABLE = yes`
endif

VALID_CUSTOM_MATRIX_TYPES:= yes lite no
Expand Down

0 comments on commit 8ee7309

Please sign in to comment.