diff options
author | Takeshi ISHII <2170248+mtei@users.noreply.github.com> | 2021-03-06 05:26:26 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-05 20:26:26 +0000 |
commit | 09dfc082073ed4166415523eeefeffc59176fb9e (patch) | |
tree | 18765c15ab62936eee5de118816883968238e859 /show_options.mk | |
parent | 07fce7ba13ee2d166fe2f18ef8d9ef622eace446 (diff) |
add OLED_DRIVER_ENABLE into show_options.mk (#12121)
Diffstat (limited to 'show_options.mk')
-rw-r--r-- | show_options.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/show_options.mk b/show_options.mk index 958fbf891c..cd04f6a0d7 100644 --- a/show_options.mk +++ b/show_options.mk @@ -49,6 +49,7 @@ OTHER_OPTION_NAMES = \ STENO_ENABLE \ TAP_DANCE_ENABLE \ VIRTSER_ENABLE \ + OLED_DRIVER_ENABLE \ OLED_ENABLE \ LED_BACK_ENABLE \ LED_UNDERGLOW_ENABLE \ |