From 168ea4b5641eb08ef24c70e94e332aaabf7e2e81 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 13 Apr 2021 08:31:21 +0200 Subject: add ssd1306 bad apple skeleton --- src/app/ssd1306-bad-apple/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/app/ssd1306-bad-apple/Kconfig (limited to 'src/app/ssd1306-bad-apple/Kconfig') diff --git a/src/app/ssd1306-bad-apple/Kconfig b/src/app/ssd1306-bad-apple/Kconfig new file mode 100644 index 0000000..e599858 --- /dev/null +++ b/src/app/ssd1306-bad-apple/Kconfig @@ -0,0 +1,6 @@ +# Copyright 2020 Daniel Friesel +# +# SPDX-License-Identifier: CC0-1.0 + +prompt "SSD1306 Bad Apple" +depends on driver_ssd1306 && !wakeup -- cgit v1.2.3