zmk/app
Kan-Ru Chen 5d658206df
Check if any device is busy before sleep
Some devices might be in the middle of something that can't be
interrupted. Device drivers can communicate with the power management
module with the device busy API but the pm module also needs to
check the busy flags.
2022-01-23 16:43:58 +09:00
..
boards fix(boards): Properly use dfu-util to flash DZ60 2022-01-12 21:36:08 -05:00
cmake fix(keymaps): Locate shared conf and overlay for split boards. 2021-11-29 07:56:29 -05:00
drivers feat(kscan): Improve matrix debouncing 2021-10-26 23:52:13 -04:00
dts fix(keymaps): add row-offset property to matrix-transform 2021-12-20 06:14:35 -05:00
include fix(hid): Basic consumer code fixes for signed logical max. 2021-11-09 10:38:49 -05:00
scripts chore: make west scripts more pythonic and apply Black 2022-01-04 23:59:25 -05:00
src Check if any device is busy before sleep 2022-01-23 16:43:58 +09:00
tests feat(behaviors): Add caps word (&caps_word). 2021-11-28 22:41:35 -05:00
.gitignore feat(metadata): Add YAML check/format npm scripts. 2021-09-11 00:50:36 -04:00
.prettierrc.js feat(metadata): Add YAML check/format npm scripts. 2021-09-11 00:50:36 -04:00
CMakeLists.txt feat(behaviors): Add caps word (&caps_word). 2021-11-28 22:41:35 -05:00
Kconfig fix(split): Properly rediscover peripherals. 2021-11-04 22:31:56 -04:00
package-lock.json feat(metadata): Add YAML check/format npm scripts. 2021-09-11 00:50:36 -04:00
package.json feat(metadata): Add YAML check/format npm scripts. 2021-09-11 00:50:36 -04:00
prj.conf Removed development files 2020-08-29 11:53:53 -07:00
run-test.sh test: print test output immediately and decrease indenting 2022-01-04 23:59:25 -05:00
west.yml feat: bump zephyr to v2.5.0+zmk-fixes 2021-07-17 17:04:25 -04:00