zmk/app/drivers/CMakeLists.txt
Darryldh ac14a866b1 feat(display): IL0323 driver for EPD displays.
* Basic driver, using the GD7965 driver as a basis, since the ICs
  are very similar.
2021-11-19 08:41:20 -08:00

6 lines
No EOL
148 B
CMake

# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
add_subdirectory(kscan)
add_subdirectory(sensor)
add_subdirectory(display)