Skip to content

Commit

Permalink
included keyboard.h. To use is_keyboard_master with a split with an i… (
Browse files Browse the repository at this point in the history
qmk#21571)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: tokky <tokky@localhost-live.attlocal.net>
  • Loading branch information
3 people authored and autoferrit committed Dec 6, 2023
1 parent 203d80c commit 54528f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/oled/oled_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# include "spi_master.h"
#elif defined(OLED_TRANSPORT_I2C)
# include "i2c_master.h"
# if defined(USE_I2C) && defined(SPLIT_KEYBOARD)
# include "keyboard.h"
# endif
#endif
#include "oled_driver.h"
#include OLED_FONT_H
Expand Down

0 comments on commit 54528f2

Please sign in to comment.