Skip to content

Commit

Permalink
correct config
Browse files Browse the repository at this point in the history
  • Loading branch information
Promytheos committed Dec 14, 2024
1 parent 4765124 commit 304e7af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions boards/shields/vortex_corne/vortex_corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,21 @@

/ {
combos {
compatible = "zmk,combos";
combo_caps_word {
compatible = "zmk,combos";
timeout-ms = <50>;
key-positions = <16 19>;
bindings = <&caps_word>;
layers = <DEFAULT>;
};

combo_reset {
compatible = "zmk,combos";
timeout-ms = <50>;
key-positions = <38 39>;
bindings = <&sys_reset>;
};

combo_bootloader {
compatible = "zmk,combos";
timeout-ms = <50>;
key-positions = <16 19 38 39>;
bindings = <&bootloader>;
Expand Down

0 comments on commit 304e7af

Please sign in to comment.