mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
fix(underglow): Use DT_HAS_CHOSEN properly.
This commit is contained in:
committed by
Pete Johanson
parent
198daaf524
commit
518f9a550f
@@ -27,7 +27,7 @@
|
||||
|
||||
LOG_MODULE_DECLARE(zmk, CONFIG_ZMK_LOG_LEVEL);
|
||||
|
||||
#if !DT_CHOSEN(zmk_underglow)
|
||||
#if !DT_HAS_CHOSEN(zmk_underglow)
|
||||
|
||||
#error "A zmk,underglow chosen node must be declared"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user