Skip to content

Commit

Permalink
Add dtsi includes for mouse keys behaviors
Browse files Browse the repository at this point in the history
  • Loading branch information
manna-harbour committed Mar 16, 2024
1 parent dc6f0e9 commit afaa873
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions miryoku/miryoku.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
// https://github.com/manna-harbour/miryoku

#include <behaviors.dtsi>
#include <behaviors/mouse_key_press.dtsi>
#if defined (MIRYOKU_KLUDGE_MOUSEKEYSPR)
#include <behaviors/mouse_move.dtsi>
#include <behaviors/mouse_scroll.dtsi>
#endif
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/rgb.h>
Expand Down

0 comments on commit afaa873

Please sign in to comment.