Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
wochap committed May 8, 2024
1 parent a682cc6 commit aad62d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/outputs.h>

// Macros
// C Macros
#define C_HM_L(k1, k2, k3, k4) &c_hm LGUI k1 &c_hm LALT k2 &c_hm LCTRL k3 &c_hm LSHIFT k4
#define C_HM_R(k1, k2, k3, k4) &c_hm RSHIFT k1 &c_hm RCTRL k2 &c_hm RALT k3 &c_hm RGUI k4
#define C_LT(l1, k1) &c_lt l1 k1
Expand Down

0 comments on commit aad62d5

Please sign in to comment.