mirror of
https://github.com/CrispyPin/zmk-config.git
synced 2024-11-10 04:00:26 +01:00
fix include path
This commit is contained in:
parent
0dcf5ee6d9
commit
067481ec34
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
#include <dt-bindings/zmk/keys.h>
|
#include <dt-bindings/zmk/keys.h>
|
||||||
#include <dt-bindings/zmk/bt.h>
|
#include <dt-bindings/zmk/bt.h>
|
||||||
|
|
||||||
#include "../zmk-nodefree-config/helper.h"
|
#include "../../../../zmk-nodefree-config/helper.h"
|
||||||
|
|
||||||
#define L0 0
|
#define L0 0
|
||||||
#define L1 1
|
#define L1 1
|
||||||
|
|
Loading…
Reference in a new issue