Skip to content

Commit

Permalink
i was missing a fucking semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
t4corun committed Aug 17, 2023
1 parent a592ef1 commit 6be25a5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/user/holdtap.dtsi
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#define HOLD_TAP(NAME, FLAVOR, TAP, HOLD) \
NAME: hold_tap_##NAME { \
compatible = "zmk,behavior-hold-tap"; \
label = ZMK_MACRO_STRINGIFY(NAME) \
flavor = ZMK_MACRO_STRINGIFY(FLAVOR); \
tapping-term-ms = <200>; \
#define HOLD_TAP(NAME, FLAVOR, TAP, HOLD) \
NAME: hold_tap_##NAME { \
compatible = "zmk,behavior-hold-tap"; \
label = ZMK_MACRO_STRINGIFY(NAME); \
flavor = ZMK_MACRO_STRINGIFY(FLAVOR); \
tapping-term-ms = <200>; \
quick-tap-ms = <125>; \
#binding-cells = <2>; \
bindings = <HOLD>, <TAP>; \
#binding-cells = <2>; \
bindings = <HOLD>, <TAP>; \
};

/*
Expand Down

0 comments on commit 6be25a5

Please sign in to comment.