forked from kofal.net/zmk
refactor: Move to Zephyr v3.0.0 + ZMK fixes.
This commit is contained in:
committed by
Pete Johanson
parent
df2e993300
commit
94ac100b6b
@@ -7,7 +7,6 @@
|
||||
#define DT_DRV_COMPAT zmk_behavior_none
|
||||
|
||||
#include <device.h>
|
||||
#include <power/reboot.h>
|
||||
#include <drivers/behavior.h>
|
||||
#include <logging/log.h>
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#define DT_DRV_COMPAT zmk_behavior_reset
|
||||
|
||||
#include <device.h>
|
||||
#include <power/reboot.h>
|
||||
#include <sys/reboot.h>
|
||||
#include <drivers/behavior.h>
|
||||
#include <logging/log.h>
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#define DT_DRV_COMPAT zmk_behavior_transparent
|
||||
|
||||
#include <device.h>
|
||||
#include <power/reboot.h>
|
||||
#include <drivers/behavior.h>
|
||||
#include <logging/log.h>
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
*/
|
||||
|
||||
#include <device.h>
|
||||
#include <power/reboot.h>
|
||||
#include <logging/log.h>
|
||||
|
||||
#include <zmk/split/bluetooth/service.h>
|
||||
|
||||
Reference in New Issue
Block a user