diff --git a/build.yaml b/build.yaml index 3aeebcd..d85a473 100644 --- a/build.yaml +++ b/build.yaml @@ -20,8 +20,8 @@ include: - board: nice_nano_v2 shield: ergoalex_left - - board: nice_nano_v2 - shield: ergoalex_right - - board: nice_nano_v2 - shield: settings_reset + # - board: nice_nano_v2 + # shield: ergoalex_right + # - board: nice_nano_v2 + # shield: settings_reset diff --git a/config/boards/shields/ergoalex/ergoalex.keymap b/config/boards/shields/ergoalex/ergoalex.keymap index 2c655c8..e5defd5 100644 --- a/config/boards/shields/ergoalex/ergoalex.keymap +++ b/config/boards/shields/ergoalex/ergoalex.keymap @@ -16,11 +16,24 @@ / { combos { compatible = "zmk,combos"; - combo_esc { + + combo_equal { timeout-ms = <50>; key-positions = <17 14>; bindings = <&kp EQUAL>; }; + + combo_lpar { + timeout-ms = <50>; + key-positions = <17 13>; + bindings = <&kp LPAR>; + }; + + combo_rpar { + timeout-ms = <50>; + key-positions = <17 3>; + bindings = <&kp RPAR>; + }; };