This website works better with JavaScript.
Explore
Help
Sign In
xenua
/
zmk
Watch
1
Star
0
Fork
You've already forked zmk
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1830
Commits
1
Branch
0
Tags
14 MiB
Tree:
53bec710d8
xmkb
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '53bec710d8'
${ noResults }
zmk
/
app
/
drivers
/
gpio
/
Kconfig
5 lines
93 B
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.
2 years ago
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.
4 years ago
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.
2 years ago
rsource "Kconfig.595"