Files
zmk/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
..
2020-10-03 14:05:05 -05:00
2020-09-14 00:10:34 -04:00
2020-06-08 21:07:16 -04:00