diff options
author | esplo <[email protected]> | 2024-11-16 17:51:21 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-16 09:51:21 +0100 |
commit | f8eff2fe34609c91211c25113f9d7db09f7d1689 (patch) | |
tree | 6ea7035d0ec2344e750e271bc355f66c3d27c23a /app | |
parent | 888c0d966cd52f3ab5145992f61b14d6262c1951 (diff) | |
download | zmk-f8eff2fe34609c91211c25113f9d7db09f7d1689.tar.gz zmk-f8eff2fe34609c91211c25113f9d7db09f7d1689.zip |
fix: include a header file for RC macros (#2649)
Diffstat (limited to 'app')
-rw-r--r-- | app/boards/shields/tester_xiao/tester_xiao.overlay | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/boards/shields/tester_xiao/tester_xiao.overlay b/app/boards/shields/tester_xiao/tester_xiao.overlay index f0fc8977cf..48461d73e7 100644 --- a/app/boards/shields/tester_xiao/tester_xiao.overlay +++ b/app/boards/shields/tester_xiao/tester_xiao.overlay @@ -1,3 +1,5 @@ +#include <dt-bindings/zmk/matrix_transform.h> + / { chosen { zmk,kscan = &kscan0; |