Skip to content

Commit

Permalink
fixup! missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisandreae committed Jan 31, 2024
1 parent 5012d45 commit d3369a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/rgb_underglow.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
#include <zmk/events/usb_conn_state_changed.h>
#include <zmk/workqueue.h>

#if IS_ENABLED(CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING)
#include <zmk/split/bluetooth/central.h>
#endif

LOG_MODULE_DECLARE(zmk, CONFIG_ZMK_LOG_LEVEL);

#if !DT_HAS_CHOSEN(zmk_underglow)
Expand Down

0 comments on commit d3369a0

Please sign in to comment.