Peter Johanson
3 years ago
committed by
Pete Johanson
4 changed files with 6 additions and 1 deletions
@ -1,7 +1,7 @@
@@ -1,7 +1,7 @@
|
||||
# Copyright (c) 2020 The ZMK Contributors |
||||
# SPDX-License-Identifier: MIT |
||||
|
||||
add_subdirectory(gpio) |
||||
add_subdirectory_ifdef(CONFIG_ZMK_DRIVERS_GPIO gpio) |
||||
add_subdirectory(kscan) |
||||
add_subdirectory(sensor) |
||||
add_subdirectory(display) |
||||
|
@ -1,2 +1,5 @@
@@ -1,2 +1,5 @@
|
||||
menuconfig ZMK_DRIVERS_GPIO |
||||
bool "GPIO" |
||||
|
||||
rsource "Kconfig.mcp23017" |
||||
rsource "Kconfig.595" |
Loading…
Reference in new issue