refactor(drivers): Use proper init stage/priority.

* Avoid APPLICATION stage and use the proper earlier stage for
  kscan drivers.
This commit is contained in:
Peter Johanson
2023-09-02 20:28:47 -07:00
committed by Pete Johanson
parent 690bc1bb44
commit c28ef1b61e
6 changed files with 6 additions and 12 deletions

View File

@@ -89,10 +89,4 @@ config ZMK_KSCAN_DEBOUNCE_RELEASE_MS
endif
# config ZMK_KSCAN_INIT_PRIORITY
# int "Keyboard scan driver init priority"
# default 40
# help
# Keyboard scan device driver initialization priority.
endif # KSCAN