Skip to content

Commit

Permalink
fix(keymap): add missing include for keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
tim3nd authored Dec 24, 2024
1 parent 6fbebf7 commit 4613957
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/cygnus.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
* SPDX-License-Identifier: MIT
*/

#include <dt-bindings/zmk/mouse.h>
#include <behaviors.dtsi>
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/outputs.h>

/ {
combos {
Expand Down

0 comments on commit 4613957

Please sign in to comment.