Skip to content

Commit

Permalink
feat: layer-tap to reach NAV with the A key
Browse files Browse the repository at this point in the history
  • Loading branch information
kimfy committed Sep 5, 2024
1 parent 7f9f221 commit edb4c0b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions config/boards/shields/kiboard/kiboard.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
// Helpers
#define MEH LC(LS(LALT))

// Layer-tap: The "layer-tap" behavior enables a layer when a key is held, and outputs a keypress when the key is only tapped for a short time.
// Docs: https://zmk.dev/docs/keymaps/behaviors/layers#layer-tap
&lt {
tapping-term-ms = <200>;
};

/ {
behaviors {
hm: homerow_mods {
Expand All @@ -43,13 +49,6 @@
};
};


// Layer-tap: The "layer-tap" behavior enables a layer when a key is held, and outputs a keypress when the key is only tapped for a short time.
// Docs: https://zmk.dev/docs/keymaps/behaviors/layers#layer-tap
&lt {
tapping-term-ms = <220>;
};

keymap {
compatible = "zmk,keymap";

Expand Down

0 comments on commit edb4c0b

Please sign in to comment.