zmk_mf68/app
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
..
boards Merge pull request #212 from shurikai/zmk-202 2020-10-01 00:36:29 -04:00
cmake fix(shields): Load Kconfig for out-of-tree shields 2020-08-20 11:38:36 -04:00
drivers/zephyr fix(kscan): fix direct GPIO when using interrupts 2020-10-04 14:07:20 -05:00
dts feat(bluetooth): Proper bond management, identity support for non-splits 2020-09-13 22:33:05 -04:00
include Add missing licensing header 2020-10-02 13:14:31 +05:30
src improvement(kscan): use ARRAY_SIZE macro 2020-10-04 14:07:14 -05:00
tests fix(tests): pending tests pass now 2020-09-08 12:00:46 -04:00
.gitignore Removed development files 2020-08-29 11:53:53 -07:00
CMakeLists.txt feat(bluetooth): Add back profiles, split fixes. 2020-09-13 22:33:29 -04:00
Kconfig fix(bluetooth): Proper max paired/conns. 2020-09-29 12:21:06 -04:00
prj.conf Removed development files 2020-08-29 11:53:53 -07:00
run-test.sh fix(tests): return error code when build fails 2020-09-14 10:34:05 -04:00
west.yml fix(build): Remove more unused west modules. 2020-08-17 22:49:15 -04:00