mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-30 18:05:32 -05:00
chore: Add trailing lines to fix build warnings (#2743)
When building a unibody or central warnings get thrown for the backslash newlines at EOF in combos.h and input_listeners.h. Adding a trailing newline to the affected files rectifies this
This commit is contained in:
@@ -13,4 +13,4 @@
|
||||
#define ZMK_COMBOS_LEN \
|
||||
COND_CODE_1(DT_HAS_COMPAT_STATUS_OKAY(zmk_combos), \
|
||||
(0 DT_FOREACH_CHILD_STATUS_OKAY(DT_INST(0, zmk_combos), ZMK_COMBOS_UTIL_ONE)), \
|
||||
(0))
|
||||
(0))
|
||||
|
||||
Reference in New Issue
Block a user