refactor(sticky keys): use DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT) instead of DT_NODE_EXISTS(DT_DRV_INST(0))

This commit is contained in:
Okke Formsma 2020-11-30 22:21:22 +01:00 committed by Pete Johanson
parent 1c2796d1c9
commit b115f16f4c

View file

@ -21,7 +21,7 @@
LOG_MODULE_DECLARE(zmk, CONFIG_ZMK_LOG_LEVEL);
#if DT_NODE_EXISTS(DT_DRV_INST(0))
#if DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT)
#define ZMK_BHV_STICKY_KEY_MAX_HELD 10