Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
englmaxi authored Sep 15, 2024
1 parent 7cdbb78 commit 0260d6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 0 additions & 3 deletions config/keymap/behaviors.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@
behaviors {
ad_u: adaptive_u {
compatible = "zmk,behavior-antecedent-morph";
label = "ADAPTIVE_A";
#binding-cells = <0>;
defaults = <&kp U>;
bindings = <&kp DE_EQUAL>, <&kp DE_EQUAL>;
Expand All @@ -217,7 +216,6 @@

ad_comma: adaptive_comma {
compatible = "zmk,behavior-antecedent-morph";
label = "ADAPTIVE_A";
#binding-cells = <0>;
defaults = <&kp DE_COMMA>;
bindings = <&kp DE_EQUAL>;
Expand All @@ -227,7 +225,6 @@

ad_e: adaptive_e {
compatible = "zmk,behavior-antecedent-morph";
label = "ADAPTIVE_A";
#binding-cells = <0>;
defaults = <&kp E>;
bindings = <&kp DE_GT>, <&kp DE_GT>;
Expand Down
8 changes: 3 additions & 5 deletions keymap-drawer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,9 @@ parse_config:
tap: 'QU'
hold: 'Q'

#'&lt_e NUM E':
# tap: 'E'
# hold: 'NUM'

'&ad_e': 'E'
'&lt_e NUM E':
tap: 'E'
hold: 'NUM'

'&out OUT_BLE': $$mdi:bluetooth$$
'&out OUT_USB': $$mdi:usb$$
Expand Down

0 comments on commit 0260d6b

Please sign in to comment.