Skip to content

Commit

Permalink
remove undeclared struct warning (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
laserscout authored and ReFil committed Mar 27, 2024
1 parent 3b402e2 commit 8a7fdd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/include/zmk/split/bluetooth/central.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#include <zephyr/bluetooth/addr.h>
#include <zmk/behavior.h>
#include <zmk/rgb_underglow.h>
#include <zmk/backlight.h>

#if IS_ENABLED(CONFIG_ZMK_SPLIT_PERIPHERAL_HID_INDICATORS)
#include <zmk/hid_indicators_types.h>
Expand Down

0 comments on commit 8a7fdd5

Please sign in to comment.