diff --git a/app/src/main.c b/app/src/main.c index 3fd6b116608f..55182483bd70 100644 --- a/app/src/main.c +++ b/app/src/main.c @@ -27,4 +27,6 @@ void main(void) { #ifdef CONFIG_ZMK_DISPLAY zmk_display_init(); #endif /* CONFIG_ZMK_DISPLAY */ + + example breaking change }