diff options
author | Nick Brassel <nick@tzarc.org> | 2022-03-09 19:29:00 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-09 19:29:00 +1100 |
commit | 8d5eacb7dd76bfd45444ceb1efa9a9f840173552 (patch) | |
tree | b6b8b641dd61f5de0c5b7ee1bf251f6a84043656 /builddefs/show_options.mk | |
parent | 7121a228eb204a0d697c97503ac7a28b762ab598 (diff) |
Add support for encoder mapping. (#13286)
Diffstat (limited to 'builddefs/show_options.mk')
-rw-r--r-- | builddefs/show_options.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builddefs/show_options.mk b/builddefs/show_options.mk index 2820332d56..b30399a56c 100644 --- a/builddefs/show_options.mk +++ b/builddefs/show_options.mk @@ -57,6 +57,7 @@ OTHER_OPTION_NAMES = \ HELIX ZINC \ AUTOLOG_ENABLE \ DEBUG_ENABLE \ + ENCODER_MAP_ENABLE \ ENCODER_ENABLE_CUSTOM \ GERMAN_ENABLE \ HAPTIC_ENABLE \ |