diff options
author | Drashna Jaelre <drashna@live.com> | 2023-02-11 15:23:07 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-12 10:23:07 +1100 |
commit | fe02abc47921428fe6eb59ca817bfd082f0de4bf (patch) | |
tree | 5bc3f68ec782969cfed93660c21704df4b530823 /builddefs/show_options.mk | |
parent | 40028437971fbca33f49e1d0b683b3b6e2dc9a61 (diff) |
[Core] Tri Layer Keys (#19795)
Co-authored-by: wilba <wilba@wilba.tech>
Co-authored-by: Pablo MartÃnez <58857054+elpekenin@users.noreply.github.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'builddefs/show_options.mk')
-rw-r--r-- | builddefs/show_options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/builddefs/show_options.mk b/builddefs/show_options.mk index e9f7e7d047..9723b45438 100644 --- a/builddefs/show_options.mk +++ b/builddefs/show_options.mk @@ -84,7 +84,8 @@ OTHER_OPTION_NAMES = \ PROGRAMMABLE_BUTTON_ENABLE \ SECURE_ENABLE \ CAPS_WORD_ENABLE \ - AUTOCORRECT_ENABLE + AUTOCORRECT_ENABLE \ + TRI_LAYER_ENABLE define NAME_ECHO @printf " %-30s = %-16s # %s\\n" "$1" "$($1)" "$(origin $1)" |