This website requires JavaScript.
Explore
Help
Sign In
tgrosinger
/
zmk
Watch
1
Star
0
Fork
0
You've already forked zmk
Code
Actions
Packages
tgrosinger-keyboards
zmk
/
app
/
module
/
drivers
/
gpio
/
Kconfig
7 lines
71 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
refactor: Move drivers into properly module. * Align our driver module layout to properly match Zephyr conventions, allowing proper CMake setup to amend the library for each type of driver.
2023-09-02 20:07:31 -07:00
if GPIO
fix(drivers): Avoid build failures for GPIO driver * Avoid defining the ZMK GPIO drivers lib if none of the drivers are selected.
2022-06-04 22:56:45 -07:00
feat(drivers): Driver for MAX7318 GPIO expander (#1295) Add driver for max7318 i2c gpio expander Co-authored-by: Pete Johanson <peter@peterjohanson.com>
2022-09-29 18:22:01 -07:00
rsource "Kconfig.max7318"
rsource "Kconfig.595"
refactor: Move drivers into properly module. * Align our driver module layout to properly match Zephyr conventions, allowing proper CMake setup to amend the library for each type of driver.
2023-09-02 20:07:31 -07:00
endif # GPIO
Copy Permalink