zmk_mf68/app/drivers/zephyr
Joel Spadin 4121b07f7f fix(kscan): fix direct GPIO when using interrupts
Fixed initializing interrupts for direct GPIO when
CONFIG_ZMK_KSCAN_DIRECT_POLLING is not enabled. IS_ENABLED() is needed to map
the possibly-undefined value to 0 or 1 so COND_CODE_0() and COND_CODE_1() work.
2020-10-04 14:07:20 -05:00
..
dts/bindings Filename fix for EN11 -> EC11. 2020-07-21 13:24:44 -04:00
CMakeLists.txt EN11 is actually EC11, some sample work. 2020-07-20 20:54:58 -04:00
ec11.c fix(ec11): allow more than one encoder 2020-10-03 14:05:05 -05:00
ec11.h chore: clang-format the codebase. 2020-09-14 00:10:34 -04:00
ec11_trigger.c chore: clang-format the codebase. 2020-09-14 00:10:34 -04:00
Kconfig Add support to GPIO matrix driver for matrix polling, rather than interrupt-based IO. 2020-09-25 11:49:07 -04:00
kscan_gpio_direct.c fix(kscan): fix direct GPIO when using interrupts 2020-10-04 14:07:20 -05:00
kscan_gpio_matrix.c chore: Fix some accidental formatting issues. 2020-10-01 11:24:57 -04:00
module.yaml Move Zephyr app into subdirectory. 2020-06-08 21:07:16 -04:00