Skip to content

Commit

Permalink
Fix incorrect code for curly brace
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Torres Pérez committed Aug 26, 2024
1 parent 59bca65 commit 5757bbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

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

#define DEFAULT 0
Expand Down Expand Up @@ -40,7 +39,7 @@
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
tapping-term-ms = <175>;
bindings = <&kp LBKC>, <&kp RBKC>;
bindings = <&kp LBRC>, <&kp RBRC>;
};
};

Expand Down

0 comments on commit 5757bbb

Please sign in to comment.