This website requires JavaScript.
Explore
Help
Sign in
pwarren
/
zmk_mf68
Watch
1
Star
0
Fork
You've already forked zmk_mf68
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
b5e73204e8
zmk_mf68
/
app
/
drivers
/
gpio
/
Kconfig
5 lines
93 B
Text
Raw
Normal View
History
Unescape
Escape
fix(drivers): Avoid build failures for GPIO driver * Avoid defining the ZMK GPIO drivers lib if none of the drivers are selected.
2022-06-05 15:56:45 +10:00
menuconfig ZMK_DRIVERS_GPIO
bool "GPIO"
feat(drivers): Add mcp23017 driver based on upstream mcp23s17 one. * Upstream Zephyr has in progress driver, so doing this locally here, until we can move over to that driver.
2021-01-29 14:54:44 +11:00
rsource "Kconfig.mcp23017"
feat(gpio): Add 595 shift register driver. * Use SPI for sending serial data. * Supports 1-4 shift registers chained together by setting `ngios` property appropriately.
2022-06-03 13:25:59 +10:00
rsource "Kconfig.595"
Reference in a new issue
Copy permalink